Rename opm-autodiff -> opm-simulators.

This commit is contained in:
Atgeirr Flø Rasmussen
2016-04-08 14:58:07 +02:00
parent 3f70248415
commit ff549195ab
13 changed files with 59 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
source `dirname $0`/build-opm-autodiff.sh
source `dirname $0`/build-opm-simulators.sh
ERT_REVISION=master
OPM_COMMON_REVISION=master
@@ -10,7 +10,7 @@ OPM_CORE_REVISION=master
OPM_GRID_REVISION=master
OPM_OUTPUT_REVISION=master
build_opm_autodiff
build_opm_simulators
test $? -eq 0 || exit 1
cp serial/build-opm-autodiff/testoutput.xml .
cp serial/build-opm-simulators/testoutput.xml .