From b96482aa74cd63eb4d93327b932f8a68621462ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E6=96=87=E5=B0=A7?= <18848977154@163.com> Date: Fri, 5 Dec 2025 17:18:56 +0800 Subject: [PATCH] scorep --- templates/scorep/8.0/scorep.arm.cpu.kgcc.hmpi.config | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 050eae2c..1c491c34 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/24.0.0 any -module use software/utils/hpckit/24.0.0/HPCKit/24.12.30/modulefiles -module add gcc/compiler12.3.1/gccmodule gcc/hmpi2.4.3/hmpi +./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/hmpi${HPCKIT_VERSION}/release export CC=`which mpicc` export CXX=`which mpicxx` export FC=`which gfortran` @@ -20,8 +21,8 @@ mkdir -p scorep [ENV] module purge -module use software/utils/hpckit/24.0.0/HPCKit/24.12.30/modulefiles -module add gcc/compiler12.3.1/gccmodule gcc/hmpi2.4.3/hmpi +module use ./software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/${HPCKIT_VERSION}/modulefiles +module add gcc/compiler12.3.1/gccmodule gcc/hmpi${HPCKIT_VERSION}/release export CC=`which mpicc` export CXX=`which mpicxx` export FC=`which gfortran` @@ -50,3 +51,4 @@ nodes = 1 perf= nsys= ncu=--target-processes all + -- Gitee