Skip to content

Commit

Permalink
deploy: 0e8b55c
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Apr 12, 2024
1 parent 9ba7cb6 commit d432a82
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions _sources/olcf-workflow.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,10 @@ Here's a script that runs with 2 nodes using all 8 GPUs per node:
EXEC=Castro3d.hip.x86-trento.MPI.HIP.ex
INPUTS=inputs.3d.sph
module load PrgEnv-gnu craype-accel-amd-gfx90a cray-mpich rocm/5.3.0
module load amd-mixed/5.3.0
module load PrgEnv-gnu
module load craype-accel-amd-gfx90a
module load cray-mpich/8.1.27
module load amd-mixed/6.0.0
export OMP_NUM_THREADS=1
export NMPI_PER_NODE=8
Expand Down
6 changes: 4 additions & 2 deletions olcf-workflow.html
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,10 @@ <h3>Submitting jobs<a class="headerlink" href="#submitting-jobs" title="Link to
<span class="nv">EXEC</span><span class="o">=</span>Castro3d.hip.x86-trento.MPI.HIP.ex
<span class="nv">INPUTS</span><span class="o">=</span>inputs.3d.sph

module<span class="w"> </span>load<span class="w"> </span>PrgEnv-gnu<span class="w"> </span>craype-accel-amd-gfx90a<span class="w"> </span>cray-mpich<span class="w"> </span>rocm/5.3.0
module<span class="w"> </span>load<span class="w"> </span>amd-mixed/5.3.0
module<span class="w"> </span>load<span class="w"> </span>PrgEnv-gnu
module<span class="w"> </span>load<span class="w"> </span>craype-accel-amd-gfx90a
module<span class="w"> </span>load<span class="w"> </span>cray-mpich/8.1.27
module<span class="w"> </span>load<span class="w"> </span>amd-mixed/6.0.0

<span class="nb">export</span><span class="w"> </span><span class="nv">OMP_NUM_THREADS</span><span class="o">=</span><span class="m">1</span>
<span class="nb">export</span><span class="w"> </span><span class="nv">NMPI_PER_NODE</span><span class="o">=</span><span class="m">8</span>
Expand Down
Loading

0 comments on commit d432a82

Please sign in to comment.