From b955319f47efa63fd21225a03fa0435a0dfdb912 Mon Sep 17 00:00:00 2001 From: Zerry <996002763@qq.com> Date: Mon, 17 Nov 2025 19:45:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dtemplates/mpb/1.11.1/data.mpb?= =?UTF-8?q?.arm.cpu.config=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/mpb/1.11.1/data.mpb.arm.cpu.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/mpb/1.11.1/data.mpb.arm.cpu.config b/templates/mpb/1.11.1/data.mpb.arm.cpu.config index 9e2bd88a..42e883dc 100644 --- a/templates/mpb/1.11.1/data.mpb.arm.cpu.config +++ b/templates/mpb/1.11.1/data.mpb.arm.cpu.config @@ -17,13 +17,13 @@ module purge ./jarvis -install hpckit/${HPCKIT_VERSION} any module use ./software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/${HPCKIT_VERSION}/modulefiles module add bisheng/compiler${BISHENG_VERSION}/bishengmodule -module add bisheng/hmpi${HMPI_VERSION}/hmpi +module add bisheng/hmpi${HMPI_VERSION}/release [ENV] module purge module use ./software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/${HPCKIT_VERSION}/modulefiles module add bisheng/compiler${BISHENG_VERSION}/bishengmodule -module add bisheng/hmpi${HMPI_VERSION}/hmpi +module add bisheng/hmpi${HMPI_VERSION}/release export MPB_DEPENDENCIES_DIR=${JARVIS_ROOT}/MPB_DEPENDENCIES export MPB_DIR=${JARVIS_ROOT}/software/apps/bisheng/mpb/1.11.1 export PATH=${MPB_DEPENDENCIES_DIR}/bin:${MPB_DIR}/bin:$PATH -- Gitee