diff --git a/templates/gadget2/2.3.5/data.gadget2.arm.cpu.kgcc.config b/templates/gadget2/2.3.5/data.gadget2.arm.cpu.kgcc.config index 313221fa254017cff312c94b0f75a737db78b121..1f1252c5b5b3a3cc0b36f1974b834aed70fe62d2 100644 --- a/templates/gadget2/2.3.5/data.gadget2.arm.cpu.kgcc.config +++ b/templates/gadget2/2.3.5/data.gadget2.arm.cpu.kgcc.config @@ -11,7 +11,7 @@ yum install -y libX11 libX11-devel ./jarvis -install hpckit/${HPCKIT_VERSION} any module use ./software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/${HPCKIT_VERSION}/modulefiles module purge -module add gcc/compiler12.3.1/gccmodule gcc/hmpi2.4.3/hmpi +module add gcc/compiler12.3.1/gccmodule gcc/hmpi${HPCKIT_VERSION}/release export CC=`which gcc` export CXX=`which g++` export FC=`which gfortran` @@ -20,7 +20,7 @@ tar -xzvf ${JARVIS_DOWNLOAD}/gadget2-v2.3.5.tar.gz [ENV] module use ./software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/${HPCKIT_VERSION}/modulefiles module purge -module add gcc/compiler12.3.1/gccmodule gcc/hmpi2.4.3/hmpi +module add gcc/compiler12.3.1/gccmodule gcc/hmpi${HPCKIT_VERSION}/release export CC=`which gcc` export CXX=`which g++` export FC=`which gfortran`