diff --git a/templates/hpcg/hpcg.arm.config b/templates/hpcg/hpcg.arm.config index 4c8873c9a23b77c5acac63cdc22ad9feeac91e05..aa0ee951bc4f094f272aabfd97021eb1e8b64a89 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