From b5960d619f11e258caee1a1ff432c0398f95df46 Mon Sep 17 00:00:00 2001 From: Zerry <996002763@qq.com> Date: Thu, 18 Dec 2025 06:15:18 +0000 Subject: [PATCH 1/2] update templates/qe/7.3/data.qe-common.arm.cpu.config. Signed-off-by: Zerry <996002763@qq.com> --- templates/qe/7.3/data.qe-common.arm.cpu.config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/qe/7.3/data.qe-common.arm.cpu.config b/templates/qe/7.3/data.qe-common.arm.cpu.config index 60e3678a..c4daf36d 100644 --- a/templates/qe/7.3/data.qe-common.arm.cpu.config +++ b/templates/qe/7.3/data.qe-common.arm.cpu.config @@ -6,6 +6,7 @@ qe/7.3 $JARVIS_PROXY/QEF/q-e/archive/refs/tags/qe-7.3.tar.gz bench/master $JARVIS_PROXY/QEF/benchmarks/archive/refs/heads/master.zip [DEPENDENCY] +yum install -y libatomic module purge ./jarvis -install hpckit/${HPCKIT_VERSION} any module use ./software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/${HPCKIT_VERSION}/modulefiles @@ -37,7 +38,7 @@ export LD_LIBRARY_PATH=$LAPACK_PATH:$KM_LIB:$BLAS_PATH:$LD_LIBRARY_PATH app_name = QE build_dir = ${JARVIS_TMP} binary_dir = -case_dir = ${JARVIS_ROOT}/workloads/benchmarks-master +case_dir = ${JARVIS_ROOT}/workloads/benchmarks-master/other-inputs/water/ [BUILD] rm q-e-qe-7.3 -rf @@ -57,7 +58,7 @@ unzip ${JARVIS_DOWNLOAD}/master.zip make clean [RUN] -run = +run =pw.x -input pw.in binary = nodes = 1 -- Gitee From 171a2367a54764a6f4adca9adedd59a68c254c1f Mon Sep 17 00:00:00 2001 From: Zerry <996002763@qq.com> Date: Thu, 18 Dec 2025 07:36:51 +0000 Subject: [PATCH 2/2] update templates/qe/7.3/data.qe-common.arm.cpu.config. Signed-off-by: Zerry <996002763@qq.com> --- templates/qe/7.3/data.qe-common.arm.cpu.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/qe/7.3/data.qe-common.arm.cpu.config b/templates/qe/7.3/data.qe-common.arm.cpu.config index c4daf36d..6b59ee5b 100644 --- a/templates/qe/7.3/data.qe-common.arm.cpu.config +++ b/templates/qe/7.3/data.qe-common.arm.cpu.config @@ -37,7 +37,7 @@ export LD_LIBRARY_PATH=$LAPACK_PATH:$KM_LIB:$BLAS_PATH:$LD_LIBRARY_PATH [APP] app_name = QE build_dir = ${JARVIS_TMP} -binary_dir = +binary_dir =$JARVIS_LIBS/bisheng${BISHENG_VERSION}-hmpi${HMPI_VERSION}/qe/7.3/bin case_dir = ${JARVIS_ROOT}/workloads/benchmarks-master/other-inputs/water/ [BUILD] -- Gitee