From d0c90659fbf17777ad951937c3849a1592a8899d Mon Sep 17 00:00:00 2001 From: Shubh Pachchigar <33875085+shubhe25p@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:14:20 -0700 Subject: [PATCH] Update submit.sbatch batch job will fail as it will not detect cray-mpich-abi without craype-network-abi. I have tested this on frontier. --- .../gpu_aware_mpi_example/submit.sbatch | 1 + 1 file changed, 1 insertion(+) diff --git a/frontier/containers_on_frontier_docs/gpu_aware_mpi_example/submit.sbatch b/frontier/containers_on_frontier_docs/gpu_aware_mpi_example/submit.sbatch index 930de7a..535acef 100644 --- a/frontier/containers_on_frontier_docs/gpu_aware_mpi_example/submit.sbatch +++ b/frontier/containers_on_frontier_docs/gpu_aware_mpi_example/submit.sbatch @@ -11,6 +11,7 @@ module load rocm/5.7.1 # The cray-mpich-abi module contains the libmpi.so that the MPI application in # the container (that wasn't compiled with a Cray compiler) will look for. +module load craype-network-ofi module load cray-mpich-abi # This is set so to turn on GPU aware MPI