diff --git a/templates/ParaFEM/5.0.3/data.parafem.arm.cpu.hpckit.config b/templates/ParaFEM/5.0.3/data.parafem.arm.cpu.hpckit.config index 6d9b100de3f50851a371d0a4688114e8232c4af7..de77996ac12f65deb3a52781453b9ebb5e66e669 100644 --- a/templates/ParaFEM/5.0.3/data.parafem.arm.cpu.hpckit.config +++ b/templates/ParaFEM/5.0.3/data.parafem.arm.cpu.hpckit.config @@ -1,45 +1,38 @@ [SERVER] 11.11.11.11 - [DOWNLOAD] ParaFEM/5.0.3 https://github.com/ParaFEM/ParaFEM/releases/download/5.0.3/parafem.5.0.3.tar.gz - [DEPENDENCY] set -e set -x module purge - ./jarvis -install hpckit/${HPCKIT_VERSION} any source software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/latest/setvars.sh --use-bisheng --force export CC=`which clang` export CXX=`which clang++` export FC=`which flang` - module use ./software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/${HPCKIT_VERSION}/modulefiles -module load bisheng/hmpi${HMPI_VERSION}/hmpi - +module load bisheng/compiler${BISHENG_VERSION}/bishengmodule +module load bisheng/hmpi${HPCKIT_VERSION}/release echo "Check the source code" if [ -d parafem ];then rm -rf parafem fi - tar -xvzf ${JARVIS_DOWNLOAD}/parafem.5.0.3.tar.gz - [ENV] set -e set -x module purge -./jarvis -install hpckit/${HPCKIT_VERSION} any source software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/latest/setvars.sh --use-bisheng --force export CC=`which clang` export CXX=`which clang++` export FC=`which flang` module use ./software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/${HPCKIT_VERSION}/modulefiles -module load bisheng/hmpi${HMPI_VERSION}/hmpi - +module load bisheng/compiler${BISHENG_VERSION}/bishengmodule +module load bisheng/hmpi${HPCKIT_VERSION}/release [APP] app_name = ParaFEM @@ -47,24 +40,21 @@ build_dir = ${JARVIS_ROOT}/parafem binary_dir = ${JARVIS_ROOT}/parafem/bin case_dir = ${JARVIS_ROOT}/parafem/examples/5th_ed/p121/demo - [BUILD] set -e set -x ./make-parafem MACHINE=linuxdesktop - [CLEAN] - [RUN] run = binary = p121 p121_demo nodes = 1 - [PERF] perf= nsys= ncu=--target-processes all +