From d1597dfac911a5ad125147e6be98d0bfd911bf39 Mon Sep 17 00:00:00 2001 From: helloworld664 <3226476857@qq.com> Date: Tue, 16 Dec 2025 17:18:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dinit.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 7fc0db31..b8c2a8aa 100644 --- a/init.sh +++ b/init.sh @@ -61,7 +61,7 @@ if [ -e "$file_path" ]; then module purge module use ${JARVIS_ROOT}/software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/${HPCKIT_VERSION}/modulefiles module load bisheng/compiler${BISHENG_VERSION}/bishengmodule - module load bisheng/hmpi${HMPI_VERSION} + module load bisheng/hmpi${HMPI_VERSION}/release module load bisheng/kml${HMPI_VERSION}/kml > /dev/null 2>&1 export HPCKIT_PATH=${JARVIS_UTILS}/hpckit/${HMPI_VERSION} export KML_LIB_PATH=${HPCKIT_PATH}/HPCKit/${HMPI_VERSION}/kml/bisheng/lib -- Gitee