mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-21 08:54:08 -06:00
Merge pull request #956 from akva2/multiple_norne_runs
changed: use a separate output dir for each simulator in norne integration test
This commit is contained in:
commit
f6cf4bfc56
@ -6,8 +6,9 @@ test -z $SIM && SIM=flow
|
||||
|
||||
# Run the norne case
|
||||
cd norne
|
||||
$WORKSPACE/$configuration/build-opm-simulators/bin/$SIM deck_filename=NORNE_ATW2013.DATA output_dir=OPM
|
||||
mkdir $SIM
|
||||
$WORKSPACE/$configuration/build-opm-simulators/bin/$SIM deck_filename=NORNE_ATW2013.DATA output_dir=$SIM
|
||||
test $? -eq 0 || exit 1
|
||||
PATH=$WORKSPACE/$configuration/install/bin:$PATH ./plotwells.sh
|
||||
./plotwells.sh $WORKSPACE/$configuration/install/bin
|
||||
|
||||
popd
|
||||
|
Loading…
Reference in New Issue
Block a user