diff --git a/templates/gptl/8.1.1/gptl.arm.cpu.kgcc.hmpi.config b/templates/gptl/8.1.1/gptl.arm.cpu.kgcc.hmpi.config index ffc37554e5cf052c3f5cdd1d4f5b481a1752ed5a..af931bdaf4e1bf7f4e4055e3687897510dbe2392 100644 --- a/templates/gptl/8.1.1/gptl.arm.cpu.kgcc.hmpi.config +++ b/templates/gptl/8.1.1/gptl.arm.cpu.kgcc.hmpi.config @@ -11,7 +11,7 @@ yum install libunwind libunwind-devel cmake make autoconf automake libtool -y module purge ./jarvis -install hpckit/${HPCKIT_VERSION} any module use ./software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/${HPCKIT_VERSION}/modulefiles -module add gcc/compiler12.3.1/gccmodule gcc/hmpi2.4.3/hmpi +module add gcc/compiler12.3.1/gccmodule gcc/hmpi${HMPI_VERSION}/release export CC=`which gcc` export CXX=`which g++` export FC=`which gfortran` @@ -21,7 +21,7 @@ mkdir -p GPTL [ENV] module purge module use ./software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/${HPCKIT_VERSION}/modulefiles -module add gcc/compiler12.3.1/gccmodule gcc/hmpi2.4.3/hmpi +module add gcc/compiler12.3.1/gccmodule gcc/hmpi${HMPI_VERSION}/release export CC=`which gcc` export CXX=`which g++` export FC=`which gfortran`