docker: Set OMP_NUM_THREADS in i-PI test

This commit is contained in:
Ole Schütt 2020-02-19 13:46:44 +01:00 committed by Ole Schütt
parent 9844dd2873
commit 26675c831e

View file

@ -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
) &