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 f8acf3265178b05fccd06685d239d7b6a44fa5cd..93ec61a847c50ef3c1eaf7759d471dfc575f826b 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