From 85cfba5570b1e107f8749b260774c7ee818cb996 Mon Sep 17 00:00:00 2001 From: Zerry <996002763@qq.com> Date: Tue, 16 Dec 2025 18:38:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dtemplates/qe/6.4/data.qe.cont?= =?UTF-8?q?ainer.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.container.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/qe/6.4/data.qe.container.config b/templates/qe/6.4/data.qe.container.config index a32e62f8..4dfa94a7 100644 --- a/templates/qe/6.4/data.qe.container.config +++ b/templates/qe/6.4/data.qe.container.config @@ -39,10 +39,10 @@ make install make clean [RUN] -#container-run = mpirun --allow-run-as-root -x OMP_NUM_THREADS=1 -np 96 singularity exec xx.sif /hpcrunner/q-e-qe-6.4.1/bin pw.x -input /hpcrunner/workloads/QE/qe-test/test_3.in -run = mpirun --allow-run-as-root -x OMP_NUM_THREADS=1 -np 96 +#container-run = mpirun --allow-run-as-root -x OMP_NUM_THREADS=1 -np $(nproc) singularity exec xx.sif /hpcrunner/q-e-qe-6.4.1/bin pw.x -input /hpcrunner/workloads/QE/qe-test/test_3.in +run = mpirun --allow-run-as-root -x OMP_NUM_THREADS=1 -np $(nproc) binary = pw.x -input test_3.in nodes = 1 [PERF] -perf = \ No newline at end of file +perf = -- Gitee