mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #2186 from akva2/add_parallel_well_curves
changed: use a separate output dir in the parallel norne test
This commit is contained in:
commit
2a8494c75f
@ -9,7 +9,7 @@ cd norne
|
||||
mkdir $SIM
|
||||
if test -n "$1"
|
||||
then
|
||||
mpirun -np $1 $WORKSPACE/$configuration/build-opm-simulators/bin/$SIM --output-dir=$SIM NORNE_ATW2013.DATA
|
||||
mpirun -np $1 $WORKSPACE/$configuration/build-opm-simulators/bin/$SIM --output-dir=${SIM}_${1}_proc NORNE_ATW2013.DATA
|
||||
else
|
||||
$WORKSPACE/$configuration/build-opm-simulators/bin/$SIM --output-dir=$SIM NORNE_ATW2013.DATA
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user