mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-21 08:54:08 -06:00
fixed: do not make root dir
the simulator handles this itself. this fixes errors in the well plot script when only parallel norne is run.
This commit is contained in:
parent
44406ff744
commit
a27975fbd6
@ -6,7 +6,6 @@ test -z $SIM && SIM=flow
|
|||||||
|
|
||||||
# Run the norne case
|
# Run the norne case
|
||||||
cd norne
|
cd norne
|
||||||
mkdir $SIM
|
|
||||||
if test -n "$1"
|
if test -n "$1"
|
||||||
then
|
then
|
||||||
mpirun -np $1 $WORKSPACE/$configuration/build-opm-simulators/bin/$SIM --output-dir=${SIM}_${1}_proc NORNE_ATW2013.DATA
|
mpirun -np $1 $WORKSPACE/$configuration/build-opm-simulators/bin/$SIM --output-dir=${SIM}_${1}_proc NORNE_ATW2013.DATA
|
||||||
|
Loading…
Reference in New Issue
Block a user