mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
docker: Set OMP_NUM_THREADS in i-PI test
This commit is contained in:
parent
9844dd2873
commit
26675c831e
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
) &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue