From 3d0a6b25782315c2f61e4ccff7b579e11d17f789 Mon Sep 17 00:00:00 2001 From: yyyaaa111 <2393110978@qq.com> Date: Tue, 28 Oct 2025 09:36:59 +0000 Subject: [PATCH] =?UTF-8?q?update=20templates/IPM/2.0.6/data.IPM.arm.cpu.c?= =?UTF-8?q?onfig.=201=E3=80=81=E6=B7=BB=E5=8A=A0[DOWNLOAD]=EF=BC=8C?= =?UTF-8?q?=E5=90=A6=E5=88=99=E6=97=A0=E6=B3=95=E6=AD=A3=E5=B8=B8=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=202=E3=80=81bisheng=E7=BC=96=E8=AF=91=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=EF=BC=8C=E6=9B=B4=E6=8D=A2=E4=B8=BAgcc=E6=AD=A3?= =?UTF-8?q?=E5=B8=B8=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yyyaaa111 <2393110978@qq.com> --- templates/IPM/2.0.6/data.IPM.arm.cpu.config | 24 ++++++++++++--------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/templates/IPM/2.0.6/data.IPM.arm.cpu.config b/templates/IPM/2.0.6/data.IPM.arm.cpu.config index f8acf326..93ec61a8 100644 --- a/templates/IPM/2.0.6/data.IPM.arm.cpu.config +++ b/templates/IPM/2.0.6/data.IPM.arm.cpu.config @@ -1,31 +1,35 @@ [SERVER] 11.11.11.11 +[DOWNLOAD] + [DEPENDENCY] module use ${JARVIS_ROOT}/software/modulefiles +module use ${JARVIS_ROOT}/software/moduledeps module purge -./jarvis -install bisheng/2.1.0 com -module load bisheng/2.1.0 -./jarvis -install hmpi/1.1.1 clang +./jarvis -install gcc/10.3.1 com +module load gcc/10.3.1 +./jarvis -install hmpi/1.1.1 gcc module load hmpi/1.1.1 export CC=mpicc CXX=mpicxx FC=mpifort F77=mpifort [ENV] module use ${JARVIS_ROOT}/software/modulefiles +module use ${JARVIS_ROOT}/software/moduledeps module purge -module load bisheng/2.1.0 -module load hmpi/1.1.1 +module load gcc/10.3.1 +module load gcc10.3.1/hmpi/1.1.1 [APP] app_name = IPM build_dir = ${JARVIS_ROOT} -binary_dir = -case_dir = +binary_dir = +case_dir = [BUILD] -./jarvis -install IPM/2.0.6 clang+mpi +./jarvis -install IPM/2.0.6 gcc+mpi [RUN] -run = -binary = +run = +binary = nodes = 1 -- Gitee