Files
opm-simulators/tests/run-parallel-unitTest.sh
T

7 lines
107 B
Bash
Raw Normal View History

2018-11-13 10:24:37 +01:00
#!/bin/bash
# This executes a unit test in parallel.
NP=$1
BDIR=$2
shift 2
mpirun -np $NP $BDIR/bin/$@