From 5ec806c4d848a47ddbec4c1ea5966398090d142f Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Tue, 26 Nov 2019 12:54:32 +0100 Subject: [PATCH] changed: use a separate output dir in the parallel norne test this way we get curves for both the serial and parallel runs in the well plots --- jenkins/run-norne.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/run-norne.sh b/jenkins/run-norne.sh index 3b084cbb8..20c1f4fdb 100755 --- a/jenkins/run-norne.sh +++ b/jenkins/run-norne.sh @@ -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