Skip to content

Commit

Permalink
update Frontier docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Sep 20, 2023
1 parent 39ebd23 commit 19d3f90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
3 changes: 2 additions & 1 deletion job_scripts/frontier/frontier.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
EXEC=Castro2d.hip.x86-trento.MPI.HIP.SMPLSDC.ex
INPUTS=inputs_2d.N14.coarse

module load PrgEnv-gnu craype-accel-amd-gfx90a cray-mpich rocm amd-mixed
module load PrgEnv-gnu craype-accel-amd-gfx90a cray-mpich rocm/5.3.0
module amd-mixed/5.3.0

function find_chk_file {
# find_chk_file takes a single argument -- the wildcard pattern
Expand Down
8 changes: 1 addition & 7 deletions sphinx_docs/source/olcf-compilers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ at the moment, that loads ROCm 5.3.0

.. note::

ROCm 5.4.3 does not seem to work with Castro--there are memory access issues
ROCm 5.4.3 and higher doe not seem to work with Castro--there are memory access issues
in the burner

.. note::
Expand All @@ -85,9 +85,3 @@ build via:
.. prompt:: bash

make COMP=gnu USE_HIP=TRUE


.. note::

Compiling with ``DEBUG=TRUE`` takes a _very_ long time and may not work.

3 changes: 2 additions & 1 deletion sphinx_docs/source/olcf-workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,8 @@ 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 amd-mixed
module load PrgEnv-gnu craype-accel-amd-gfx90a cray-mpich rocm/5.3.0
module load amd-mixed/5.3.0
export OMP_NUM_THREADS=1
export NMPI_PER_NODE=8
Expand Down

0 comments on commit 19d3f90

Please sign in to comment.