From 665b2fbcbc0f1d5d1d3b14093d2f3ccda990939f Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Mon, 11 Dec 2023 21:28:04 +0000 Subject: [PATCH] updated hera metis paths for intel and gnu --- regtests/bin/matrix_cmake_ncep | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/regtests/bin/matrix_cmake_ncep b/regtests/bin/matrix_cmake_ncep index c5a092f3f..59e478007 100755 --- a/regtests/bin/matrix_cmake_ncep +++ b/regtests/bin/matrix_cmake_ncep @@ -76,7 +76,7 @@ EOF spackstackpath='/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.5.0/envs/unified-env-noavx512/install/modulefiles/Core' modcomp='stack-intel/2021.5.0' modmpi='stack-intel-oneapi-mpi/2021.5.1' - metispath='/scratch1/NCEPDEV/climate/Matthew.Masarik/waves/opt/spack-stack/1.5.0/parmetis-4.0.3/install' + metispath='/scratch1/NCEPDEV/climate/Matthew.Masarik/waves/opt/hera/intel/spack-stack/1.5.0/parmetis-4.0.3/install' modcmake='cmake/3.23.1' elif [ $compiler = "gnu" ] then @@ -84,8 +84,7 @@ EOF modcomp='stack-gcc/9.2.0' spackstackpath2='/scratch1/NCEPDEV/jcsda/jedipara/spack-stack/modulefiles' modmpi='stack-openmpi/4.1.5' - #TODO Need Metis GNU on hera - metispath='/scratch1/NCEPDEV/climate/Matthew.Masarik/waves/opt/spack-stack/1.5.0/parmetis-4.0.3/install' + metispath='/scratch1/NCEPDEV/climate/Matthew.Masarik/waves/opt/hera/gnu/spack-stack/1.5.0/parmetis-4.0.3/install' modcmake='cmake/3.23.1' else echo "Compiler $compiler not supported on hera"