Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some updates for OLCF #27

Merged
merged 1 commit into from
Mar 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading