From 81a588d0c5f82a2c854860747ff1560f2e9be3d0 Mon Sep 17 00:00:00 2001 From: yyyaaa111 <2393110978@qq.com> Date: Fri, 5 Dec 2025 08:34:20 +0000 Subject: [PATCH] update templates/gptl/8.1.1/gptl.arm.cpu.kgcc.hmpi.config. update templates/gptl/8.1.1/gptl.arm.cpu.kgcc.hmpi.config. Signed-off-by: yyyaaa111 <2393110978@qq.com> --- templates/gptl/8.1.1/gptl.arm.cpu.kgcc.hmpi.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ffc37554..af931bda 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` -- Gitee