From 0f3f66d161f0b971f4ca13040f8ff8db2df64a39 Mon Sep 17 00:00:00 2001 From: Zerry <996002763@qq.com> Date: Tue, 16 Dec 2025 22:25:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dtemplates/qe/6.4/data.qe.test?= =?UTF-8?q?.opt.config=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/qe/6.4/data.qe.test.opt.config | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/qe/6.4/data.qe.test.opt.config b/templates/qe/6.4/data.qe.test.opt.config index 4e97b3e1..22c1b374 100644 --- a/templates/qe/6.4/data.qe.test.opt.config +++ b/templates/qe/6.4/data.qe.test.opt.config @@ -15,8 +15,12 @@ export CC=`which clang` export CXX=`which clang++` export FC=`which flang` ./jarvis -install hmpi/1.1.1 bisheng +module use ./software/moduledeps/bisheng2.1.0 module load hmpi/1.1.1 ./jarvis -bench mpi +export CC=`which clang` +export CXX=`which clang++` +export FC=`which flang` ./jarvis -install openblas/0.3.18 bisheng tar -xzvf ${JARVIS_DOWNLOAD}/q-e-qe-6.4.1.tar.gz @@ -28,6 +32,7 @@ module load bisheng/2.1.0 export CC=`which clang` export CXX=`which clang++` export FC=`which flang` +module use ./software/moduledeps/bisheng2.1.0 module load hmpi/1.1.1 module load openblas/0.3.18 export BLAS_LIBS="-L${JARVIS_LIBS}/bisheng2.1.0/openblas/0.3.18/lib -lopenblas" @@ -48,6 +53,6 @@ make install make clean [RUN] -run = mpirun --allow-run-as-root -x OMP_NUM_THREADS=1 -np 128 +run = mpirun --allow-run-as-root -x OMP_NUM_THREADS=1 -np $(nproc) binary = pw.x -input test_3.in nodes = 1 -- Gitee