Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 0ef61d6e authored by gsell's avatar gsell
Browse files

RestartTest-6: local run-script reviewed and timeout added

parent b48a757b
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#cp RestartTest-6.h5.bak RestartTest-6.h5
rm -f RestartTest-6.stat
rm -f RestartTest-6.lbal
mpirun -np 4 $OPAL_EXE_PATH/opal RestartTest-6.in --commlib mpi --info 3 --warn 0 2>&1
timeout 600 mpirun -np 4 $OPAL_EXE_PATH/opal RestartTest-6.in --commlib mpi --info 3 --warn 0 2>&1
md5sum RestartTest-6.stat > RestartTest-6.stat.md5
for X in h5 stat lbal;do cp RestartTest-6.$X RestartTest-6.$X.ref;done
mpirun -np 4 $OPAL_EXE_PATH/opal RestartTest-6.in -restart 1 --commlib mpi --info 3 --warn 0 2>&1
#for X in h5 stat lbal;do mv RestartTest-6.2.$X RestartTest-6.$X;done
\ No newline at end of file
for X in h5 stat lbal; do
cp RestartTest-6.$X RestartTest-6.$X.ref
done
timeout 600 mpirun -np 4 $OPAL_EXE_PATH/opal RestartTest-6.in -restart 1 --commlib mpi --info 3 --warn 0 2>&1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment