From 26675c831e1a8448c8cd6ab0d75aa144c42e8967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Sch=C3=BCtt?= Date: Wed, 19 Feb 2020 13:46:44 +0100 Subject: [PATCH] docker: Set OMP_NUM_THREADS in i-PI test --- tools/docker/scripts/test_i-pi.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/docker/scripts/test_i-pi.sh b/tools/docker/scripts/test_i-pi.sh index b87ecddb4b..1a1abf5ab6 100755 --- a/tools/docker/scripts/test_i-pi.sh +++ b/tools/docker/scripts/test_i-pi.sh @@ -33,6 +33,7 @@ set +e # disable error trapping for remainder of script cd run_1 echo 42 > cp2k_exit_code sleep 2 # give i-pi some time to startup + export OMP_NUM_THREADS=2 mpiexec -np 2 /workspace/cp2k/exe/local/cp2k.pdbg ../in.cp2k echo $? > cp2k_exit_code ) &