From efa49e844f22522979c8322fcd4fbf1f7dfed69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E6=96=87=E5=B0=A7?= <12963281+gao-wenyao123@user.noreply.gitee.com> Date: Mon, 30 Jun 2025 15:20:52 +0800 Subject: [PATCH] hpcg hpcg hpcg --- templates/hpcg/hpcg.arm.config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/hpcg/hpcg.arm.config b/templates/hpcg/hpcg.arm.config index 4c8873c..aa0ee95 100644 --- a/templates/hpcg/hpcg.arm.config +++ b/templates/hpcg/hpcg.arm.config @@ -15,12 +15,13 @@ export FC=`which flang` ./jarvis -install hmpi/1.2.0 clang if [ ! -d "hpcg" ]; then git config --global http.sslVerify false - git clone --depth=1 $JARVIS_PROXY/hpcg-benchmark/hpcg.git + git clone --depth=1 https://github.com/hpcg-benchmark/hpcg.git fi + [ENV] module purge -module use /hpcrunner/software/modulefiles +module use software/modulefiles module load bisheng/2.5.0 module load hmpi/1.2.0 export CC=mpicc CXX=mpic++ FC=mpifort -- Gitee