Skip to content

Commit

Permalink
Merge pull request #42 from AMReX-Astro/rocm_624
Browse files Browse the repository at this point in the history
update notes for ROCm 6.2.4
  • Loading branch information
zingale authored Nov 13, 2024
2 parents 7f96895 + e0c5c64 commit abc7917
Showing 1 changed file with 25 additions and 7 deletions.
32 changes: 25 additions & 7 deletions sphinx_docs/source/olcf-compilers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,33 @@ see: https://docs.olcf.ornl.gov/systems/frontier_user_guide.html#programming-env

load modules:

.. prompt:: bash
* ROCm 6.1.3:

.. prompt:: bash

module load PrgEnv-gnu
module load cray-mpich/8.1.28
module load craype-accel-amd-gfx90a
module load amd-mixed/6.1.3

* ROCm 6.2.4:

There is an additional step with later versions of ROCm. First load the modules:

.. prompt:: bash

module load cpe/24.07
module load PrgEnv-gnu
module load cray-mpich
module load craype-accel-amd-gfx90a
module load amd-mixed/6.2.4

Then you need to modify the library include path to include ``CRAY_LD_LIBRARY_PATH``
since the module wrappers do not do this:

module load PrgEnv-gnu
module load cray-mpich/8.1.28
module load craype-accel-amd-gfx90a
module load amd-mixed/6.1.3
module unload darshan-runtime
.. prompt:: bash

this will load ROCm 6.1.3
export LD_LIBRARY_PATH=$CRAY_LD_LIBRARY_PATH:$LD_LIBRARY_PATH

.. note::

Expand Down

0 comments on commit abc7917

Please sign in to comment.