From b6c2e7de3a60c16a394b214c92290d010c49de97 Mon Sep 17 00:00:00 2001 From: James E McClure Date: Thu, 31 Mar 2022 07:23:04 -0400 Subject: [PATCH] update crusher script --- sample_scripts/configure_crusher_hip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample_scripts/configure_crusher_hip b/sample_scripts/configure_crusher_hip index f4cab67b..5281e713 100755 --- a/sample_scripts/configure_crusher_hip +++ b/sample_scripts/configure_crusher_hip @@ -4,7 +4,7 @@ module load PrgEnv-amd module load rocm/4.5.0 module load cray-mpich module load cray-hdf5-parallel -#module load craype-accel-amd-gfx908 +module load craype-accel-amd-gfx908 ## These must be set before compiling so the executable picks up GTL export PE_MPICH_GTL_DIR_amd_gfx90a="-L${CRAY_MPICH_ROOTDIR}/gtl/lib"