diff --git a/templates/scorep/8.0/scorep.arm.cpu.kgcc.hmpi.config b/templates/scorep/8.0/scorep.arm.cpu.kgcc.hmpi.config index b0584e566a199916534506b7f28a08601789ff22..67cbed767d91b78c5746328e7d8ddea4f7a940ad 100644 --- a/templates/scorep/8.0/scorep.arm.cpu.kgcc.hmpi.config +++ b/templates/scorep/8.0/scorep.arm.cpu.kgcc.hmpi.config @@ -7,10 +7,11 @@ scorep/8.0 https://perftools.pages.jsc.fz-juelich.de/cicd/scorep/tags/scorep-8.0 [DEPENDENCY] set -e set -x +yum install binutils-devel -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${HPCKIT_VERSION}/release export CC=`which mpicc` export CXX=`which mpicxx` export FC=`which gfortran` @@ -21,7 +22,7 @@ mkdir -p scorep [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${HPCKIT_VERSION}/release export CC=`which mpicc` export CXX=`which mpicxx` export FC=`which gfortran`