Skip to content

Commit

Permalink
Merge pull request #27 from AMReX-Astro/olcf-updates
Browse files Browse the repository at this point in the history
some updates for OLCF
  • Loading branch information
zingale authored Mar 9, 2024
2 parents 06ca283 + 8eadc10 commit 9ea3a22
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions sphinx_docs/source/olcf-compilers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,18 @@ load modules:

.. prompt:: bash

module load PrgEnv-gnu craype-accel-amd-gfx90a cray-mpich rocm amd-mixed
module load PrgEnv-gnu
module load cray-mpich/8.1.27
module load craype-accel-amd-gfx90a
module load amd-mixed/6.0.0
module unload darshan-runtime

at the moment, that loads ROCm 5.3.0
this will load ROCm 6.0.0

.. note::

Tabulate rates seem to exhibit a strange slow down on Frontier, so it is best
to run without rate tabulation.
Tabulate rates seem to exhibit a strange slow down on Frontier, so
it is best to run without rate tabulation.

build via:

Expand All @@ -99,3 +103,8 @@ function calls:
make USE_HIP=TRUE EXTRACXXFLAGS='-mllvm -amdgpu-function-calls=true'

See also https://rocm.docs.amd.com/en/docs-5.3.3/reference/rocmcc/rocmcc.html#rocm-compiler-interfaces

.. note::

Inline is automatically disabled via our ``Microphysics`` repository
when it detects a HIP build.

0 comments on commit 9ea3a22

Please sign in to comment.