Skip to content

Commit

Permalink
fixed: do not make root dir
Browse files Browse the repository at this point in the history
the simulator handles this itself. this fixes errors in the
well plot script when only parallel norne is run.
  • Loading branch information
akva2 committed Feb 28, 2020
1 parent 44406ff commit a27975f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jenkins/run-norne.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ test -z $SIM && SIM=flow

# Run the norne case
cd norne
mkdir $SIM
if test -n "$1"
then
mpirun -np $1 $WORKSPACE/$configuration/build-opm-simulators/bin/$SIM --output-dir=${SIM}_${1}_proc NORNE_ATW2013.DATA
Expand Down

0 comments on commit a27975f

Please sign in to comment.