diff --git a/_sources/olcf-compilers.rst.txt b/_sources/olcf-compilers.rst.txt index 52c4387..a233083 100644 --- a/_sources/olcf-compilers.rst.txt +++ b/_sources/olcf-compilers.rst.txt @@ -69,15 +69,16 @@ load modules: module load PrgEnv-gnu module load cray-mpich/8.1.28 module load craype-accel-amd-gfx90a - module load amd-mixed/6.0.0 + module load amd-mixed/6.1.3 module unload darshan-runtime -this will load ROCm 6.0.0 +this will load ROCm 6.1.3 .. note:: - Tabulate rates seem to exhibit a strange slow down on Frontier, so - it is best to run without rate tabulation. + In the past, tabulated rates seem to exhibit a strange slow down on + Frontier, so it is best to run test with and without rate + tabulation to see if there is a performance issue. build via: diff --git a/_sources/olcf-workflow.rst.txt b/_sources/olcf-workflow.rst.txt index b929ddf..cc18d32 100644 --- a/_sources/olcf-workflow.rst.txt +++ b/_sources/olcf-workflow.rst.txt @@ -502,6 +502,23 @@ https://github.com/AMReX-Astro/workflow/blob/main/job_scripts/frontier/frontier. Also see the WarpX docs: https://warpx.readthedocs.io/en/latest/install/hpc/frontier.html +GPU-aware MPI +^^^^^^^^^^^^^ + +Some codes run better with GPU-aware MPI. To enable this add the following to your +submission script: + +.. code:: bash + + export MPICH_GPU_SUPPORT_ENABLED=1 + export FI_MR_CACHE_MONITOR=memhooks + +and set the runtime parameter: + +.. code:: + + amrex.use_gpu_aware_mpi=1 + Job Status ^^^^^^^^^^ diff --git a/olcf-compilers.html b/olcf-compilers.html index 058f90e..2c8dae2 100644 --- a/olcf-compilers.html +++ b/olcf-compilers.html @@ -148,13 +148,14 @@
module load PrgEnv-gnu
module load cray-mpich/8.1.28
module load craype-accel-amd-gfx90a
-module load amd-mixed/6.0.0
+module load amd-mixed/6.1.3
module unload darshan-runtime
-
this will load ROCm 6.0.0
+this will load ROCm 6.1.3
Note
-Tabulate rates seem to exhibit a strange slow down on Frontier, so -it is best to run without rate tabulation.
+In the past, tabulated rates seem to exhibit a strange slow down on +Frontier, so it is best to run test with and without rate +tabulation to see if there is a performance issue.
build via:
make USE_HIP=TRUE
diff --git a/olcf-workflow.html b/olcf-workflow.html
index d5208d7..877a34b 100644
--- a/olcf-workflow.html
+++ b/olcf-workflow.html
@@ -70,6 +70,7 @@
Also see the WarpX docs: https://warpx.readthedocs.io/en/latest/install/hpc/frontier.html
+Some codes run better with GPU-aware MPI. To enable this add the following to your +submission script:
+export MPICH_GPU_SUPPORT_ENABLED=1
+export FI_MR_CACHE_MONITOR=memhooks
+
and set the runtime parameter:
+amrex.use_gpu_aware_mpi=1
+
You can check on the status of your jobs via:
diff --git a/olcf.html b/olcf.html index 67473b1..80e7e9d 100644 --- a/olcf.html +++ b/olcf.html @@ -115,6 +115,7 @@