From 7e04969c0edb0462056421a1345294499490f3ed Mon Sep 17 00:00:00 2001 From: Zerry <996002763@qq.com> Date: Thu, 11 Dec 2025 07:01:30 +0000 Subject: [PATCH] update templates/slepc/3.18.1/data.slepc.arm.cpu.config. Signed-off-by: Zerry <996002763@qq.com> --- templates/slepc/3.18.1/data.slepc.arm.cpu.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/slepc/3.18.1/data.slepc.arm.cpu.config b/templates/slepc/3.18.1/data.slepc.arm.cpu.config index dca3ba7f..0d8cfa54 100644 --- a/templates/slepc/3.18.1/data.slepc.arm.cpu.config +++ b/templates/slepc/3.18.1/data.slepc.arm.cpu.config @@ -10,7 +10,7 @@ set -x module purge ./jarvis -install hpckit/${HPCKIT_VERSION} any module use software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/latest/modulefiles -module add bisheng/compiler${BISHENG_VERSION}/bishengmodule bisheng/hmpi${HMPI_VERSION}/release +module add bisheng/compiler${BISHENG_VERSION}/bishengmodule bisheng/hmpi${HMPI_VERSION}/release bisheng/kml${HPCKIT_VERSION}/kblas/multi export CC=clang CXX=clang++ FC=flang ./jarvis -install python3/3.7.10 clang module use software/moduledeps/bisheng${BISHENG_VERSION} @@ -24,7 +24,7 @@ tar -xvf ${JARVIS_DOWNLOAD}/slepc-3.18.1.tar.gz -C ${JARVIS_TMP} [ENV] module purge module use software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/latest/modulefiles -module add bisheng/compiler${BISHENG_VERSION}/bishengmodule bisheng/hmpi${HMPI_VERSION}/release +module add bisheng/compiler${BISHENG_VERSION}/bishengmodule bisheng/hmpi${HMPI_VERSION}/release bisheng/kml${HPCKIT_VERSION}/kblas/multi module use software/moduledeps/bisheng${BISHENG_VERSION} module load python3/3.7.10 module use software/moduledeps/bisheng${BISHENG_VERSION}-hmpi${HMPI_VERSION} -- Gitee