Commit Graph
100 Commits
Author SHA1 Message Date
Arne Morten Kvarving 3327e69c7f fixed: use of restartTimeStep() before it has been read
it is read in the beginRestart() method, reorder code accordingly
2019-05-09 14:33:48 +02:00
Arne Morten Kvarving aa87e215d0 Merge pull request #1827 from akva2/fix_compareecl_flag
changed: compareECL now needs -t UNRST
2019-05-09 08:54:15 +02:00
Arne Morten Kvarving cdd1048b68 changed: compareECL now needs -t UNRST
previously this was the default, now the default is to compare
files of all types.
2019-05-09 07:55:05 +02:00
Arne Morten Kvarving c4bcd9e467 Merge pull request #1814 from tskille/master
updated test scripts to use eclipse compatible restart
2019-05-08 14:25:14 +02:00
Arne Morten Kvarving bedd88bc77 remove unused variables 2019-03-14 15:21:59 +01:00
Arne Morten Kvarving d8d8050de9 convert to unix eol
unmark sources as executable
2019-03-14 13:37:05 +01:00
Arne Morten Kvarving e1db2d2344 simplify: use dotproduct in DRS for vector 2019-03-14 11:52:21 +01:00
Arne Morten Kvarving f98be9d43b simplify: use matrix-vector product in DRS for matrix 2019-03-14 11:52:21 +01:00
Arne Morten Kvarving e12b959def fix test_blackoil_amg 2019-03-14 11:52:21 +01:00
Arne Morten Kvarving 41ff0da2b4 fixed: drs without matrix-add-well-contributions 2019-03-14 11:52:21 +01:00
Arne Morten Kvarving e05e5e4f0e Fix indenting 2019-03-14 11:52:21 +01:00
Arne Morten Kvarving e1de1d88b9 Merge pull request #1748 from akva2/package_bash_completions
fixed: package all bash completions on redhat
2019-03-07 09:05:13 +01:00
Arne Morten Kvarving 1d3df07f90 fixed: package all bash completions on redhat 2019-03-06 14:59:48 +01:00
Arne Morten Kvarving 55dec3d2eb Merge pull request #5 from andlaus/move_ebos
make the build system happy about the imported ebos binary
2019-02-28 10:04:35 +01:00
Arne Morten Kvarving 8d6e903c3f Import ebos from eWoms 2019-02-27 10:48:51 +01:00
Arne Morten Kvarving 2bba0a395f fix initialization order 2019-02-18 09:19:26 +01:00
Arne Morten Kvarving 863dcf1328 Merge pull request #1728 from akva2/nnc_reg_test
add a regression test using NNCs
2019-02-14 10:22:55 +01:00
Arne Morten Kvarving c02ca868d6 Merge pull request #466 from atgeirr/handle-nnc
Use NNC support from CpGrid.
2019-02-14 10:22:42 +01:00
Arne Morten Kvarving b5f47e31c9 add a regression test using NNCs 2019-02-13 12:22:03 +01:00
Arne Morten Kvarving 5da7b54047 remove unused local typedef 2019-02-13 11:55:09 +01:00
Arne Morten Kvarving 3f79495593 convert to unix line endings 2019-01-21 12:41:52 +01:00
Arne Morten Kvarving fbc3491fe9 fixed: initializer list order 2019-01-21 12:41:36 +01:00
Arne Morten Kvarving fd7db0b94a fixed: spurious white space 2019-01-17 11:29:54 +01:00
Arne Morten Kvarving 51da91c1ad remove files moved to opm-simulators-legacy 2018-11-27 11:00:21 +01:00
Arne Morten Kvarving e858166402 remove legacy tests from update data script 2018-11-22 07:45:30 +01:00
Arne Morten Kvarving 81b5c634a4 Merge pull request #1652 from akva2/fix_install_mpiutilities
fixed: install MPIUtilities.hpp
2018-11-19 10:26:59 +01:00
Arne Morten Kvarving 9edd49ec3a fixed: install MPIUtilities.hpp 2018-11-19 09:06:15 +01:00
Arne Morten Kvarving 2fa961bb3d fixed: install MatrixBlock.hpp 2018-11-19 08:44:23 +01:00
Arne Morten Kvarving f771049f93 build system cleanup 2018-11-16 15:01:59 +01:00
Arne Morten Kvarving f027262ec4 remove files 2018-11-16 14:53:37 +01:00
Arne Morten Kvarving 78158bf44a Merge pull request #1643 from atgeirr/legacy-split-work
Avoid using legacy stuff for ebos linear solvers.
2018-11-16 13:29:24 +01:00
Arne Morten Kvarving fb7bdffbc7 fixed: signed/unsigned warnings 2018-11-16 08:48:53 +01:00
Arne Morten Kvarving fe8adb51d8 remove rogue includes 2018-11-14 15:37:44 +01:00
Arne Morten Kvarving 023924d057 changed: use UgGridHelpers directly
GridHelpers.hpp will be moved
2018-11-14 15:37:44 +01:00
Arne Morten Kvarving 911a89fc4c fixed: use the ebos ISTL class
to avoid legacy code in tests that will sit in this repo
2018-11-14 12:27:39 +01:00
Arne Morten Kvarving d3fa23bc2e changed: split legacy VFP test into own file 2018-11-14 09:54:33 +01:00
Arne Morten Kvarving c5ae3adbbf changed: split VFP classes in base (ebos) and legacy
to get rid of eigen usage in ebos based classes
2018-11-14 09:54:33 +01:00
Arne Morten Kvarving e8c2029166 remove two rogue includes
motivation: getting rid of BlackoilPropsAdFromDeck in ebos code path
2018-11-14 08:35:21 +01:00
Arne Morten Kvarving e0a9e13a97 split mpi function from newtoniterationutilities 2018-11-13 15:26:44 +01:00
Arne Morten Kvarving 9d432d68b2 Merge pull request #1612 from atgeirr/use-convergence-status
Provide parallel gathering of ConvergenceReport
2018-11-13 10:46:54 +01:00
Arne Morten Kvarving 74c8e907fb fixed: give sysconf dir to aid rpmbuild 2018-10-24 16:29:46 +02:00
Arne Morten Kvarving 9ac269a304 Merge pull request #1583 from andlaus/more_flow_build_parallelism
make the build of flow fully parallelizable
2018-09-28 10:37:35 +02:00
Arne Morten Kvarving c5cb088d93 Merge pull request #1577 from akva2/bash_completion
added: install bash tab completion for flow
2018-09-25 12:32:36 +02:00
Arne Morten Kvarving dcadaff466 added: install bash tab completion for flow 2018-09-19 11:45:40 +02:00
Arne Morten Kvarving 0d86d670b5 Merge pull request #1570 from joakim-hove/jenkins-ignore-extra-kw
Enable -x switch to comparison scripts with jenkins
2018-09-13 13:58:50 +02:00
Arne Morten Kvarving af863c82a0 Merge pull request #1562 from andlaus/threading_fixes
flow: default to 2 threads if OpenMP is available
2018-09-11 12:37:13 +02:00
Arne Morten Kvarving a8addc17d3 Merge pull request #1568 from akva2/adjust_compareECL
changed: adjust to compareSummary being part of compareECL
2018-09-10 11:06:39 +02:00
Arne Morten Kvarving 0f482eef5b changed: adjust to compareSummary being part of compareECL 2018-09-10 08:44:53 +02:00
Arne Morten Kvarving 518634f994 fixed: need to init ewoms thread manager 2018-08-24 15:44:09 +02:00
Arne Morten Kvarving 5d753994b5 Merge pull request #1552 from andlaus/better_input_case_handling
print usage message if the input case cannot be found
2018-08-20 09:37:16 +02:00
Arne Morten Kvarving b036761872 fixed: run-norne and run-spe for new parameter system 2018-08-17 09:43:31 +02:00
Arne Morten Kvarving 6642df7a8c Merge pull request #1549 from akva2/use_builtin_analysis
changed: use the built-in analysis in the comparison programs
2018-08-15 08:09:55 +02:00
Arne Morten Kvarving 1e574b8c2f changed: use the built-in analysis in the comparison programs 2018-08-14 11:07:29 +02:00
Arne Morten Kvarving 975cf0bae8 Merge pull request #1547 from akva2/no_remove
changed: do not remove the result path in regression tests
2018-08-14 09:14:50 +02:00
Arne Morten Kvarving b1b5759d7f changed: do not remove the result path in regression tests
in particular this leads to issues with tests sharing
result dir
2018-08-09 08:24:41 +02:00
Arne Morten Kvarving ffd3c6d270 Merge pull request #1546 from andreatlonn/master
Updated the files with the new test.
2018-08-08 09:56:25 +02:00
Arne Morten Kvarving eb126f3c53 Merge pull request #1543 from andreatlonn/master
Updated the files with the new tests.
2018-08-07 14:01:33 +02:00
Arne Morten Kvarving 3082281bc8 changed: avoid use of the assignment operator for the Deck class 2018-08-01 13:02:40 +02:00
Arne Morten Kvarving 285fb3b648 Merge pull request #1538 from andreatlonn/master
Added the test for BASE_MODEL_1.DATA.
2018-07-20 14:16:53 +02:00
Arne Morten Kvarving 4a23d44f11 Merge pull request #1516 from andreatlonn/master
I have included the regression test for SPE1CASE1 using flow.
2018-07-13 11:16:56 +02:00
Arne Morten Kvarving 735cd7d402 Merge pull request #1533 from andlaus/no_global_transmissibility
flow: do not set the ExportGlobalTransmissibility property anymore
2018-07-12 12:56:14 +02:00
Arne Morten Kvarving 1b44ba751a FlowMainEbos: only need the interface for blackoil newton iterations 2018-07-12 11:39:31 +02:00
Arne Morten Kvarving 57ddd9dc05 FlowMainEbos: remove unused includes 2018-07-12 10:12:13 +02:00
Arne Morten Kvarving ab4d0e63af BlackOilModelEbos: remove unused include 2018-07-12 10:12:13 +02:00
Arne Morten Kvarving 4fe6ac5bab Merge pull request #1531 from andlaus/better_well_API
use a raw pointer to specify the auxiliary module for wells
2018-07-10 13:26:33 +02:00
Arne Morten Kvarving 35d10a61b8 changed: improve reference data update script
- separate code and data
- no prt files for any tests
2018-07-04 10:49:18 +02:00
Arne Morten Kvarving ba1972d02d fixed: do not require specific versions of upstream libs
broke nightly build installations
2018-06-25 09:05:55 +02:00
Arne Morten Kvarving d596fe6dec add yet another missing dependency to redhat packaging 2018-06-25 07:17:49 +02:00
Arne Morten Kvarving 48bcfacb41 add missing dune depends to redhat packaging 2018-06-21 14:28:43 +02:00
Arne Morten Kvarving 6b9afda602 fix redhat nightly builds 2018-06-21 13:28:51 +02:00
Arne Morten Kvarving 2a3a29d94c Merge pull request #1509 from akva2/add_mpich
add mpich packages to redhat
2018-06-20 12:42:56 +02:00
Arne Morten Kvarving a32c4ae67d add mpich packages to redhat 2018-06-20 12:35:56 +02:00
Arne Morten Kvarving 0e769afe9b Merge pull request #1481 from akva2/rh6_update
fixed redhat packaging for rh6
2018-05-23 08:32:41 +02:00
Arne Morten Kvarving 1a81ef0747 fixed redhat packaging for rh6 2018-05-23 08:30:22 +02:00
Arne Morten Kvarving fc169a5c16 Merge pull request #1475 from akva2/master
update redhat packaging
2018-05-14 13:34:10 +02:00
Arne Morten Kvarving 7f32dad6c7 data -> tests 2018-05-08 10:39:48 +02:00
Arne Morten Kvarving 81dcc011a3 Merge pull request #1468 from andlaus/update_version
dune.module: update version to 2018.10-pre
2018-04-27 10:45:34 +02:00
Arne Morten Kvarving 53ee44f089 build with mpi on redhat 2018-04-25 09:35:13 +02:00
Arne Morten Kvarving 25fda55778 bring banners into the new ssl enabled world 2018-04-20 11:31:15 +02:00
Arne Morten Kvarving 45f70f1a38 Merge pull request #1451 from akva2/missing_tests_to_root
fixed: missing OPM_DATA_ROOT -> OPM_TESTS_ROOT
2018-04-13 11:48:20 +02:00
Arne Morten Kvarving ae8445a049 Merge pull request #1458 from akva2/various_fixes
Various small fixes
2018-04-13 11:47:32 +02:00
Arne Morten Kvarving 351c495388 fixed: pass by reference as intended 2018-04-13 11:25:10 +02:00
Arne Morten Kvarving 33d2095b07 initialize variable 2018-04-13 11:25:10 +02:00
Arne Morten Kvarving 4933c10035 reduce scope of variable 2018-04-13 11:25:10 +02:00
Arne Morten Kvarving ee57c82834 changed: mark constructors explicit 2018-04-13 11:25:10 +02:00
Arne Morten Kvarving fddad72a3e fixed: quell signed/unsigned comparison warning 2018-04-13 11:25:10 +02:00
Arne Morten Kvarving e163c97fc2 Merge pull request #1441 from totto82/fix_co2case
Some minor fixes to RESV and initial well composition
2018-04-09 14:30:41 +02:00
Arne Morten Kvarving 2f3996cc15 fixed: missing OPM_DATA_ROOT -> OPM_TESTS_ROOT 2018-04-09 10:40:34 +02:00
Arne Morten Kvarving b7f791c623 setup-opm-data -> setup-opm-tests 2018-04-03 12:40:45 +02:00
Arne Morten Kvarving 067d4cd259 fixed: missing opm-data -> opm-tests references 2018-04-03 08:26:37 +02:00
Arne Morten Kvarving 701fcbeb12 Merge pull request #1436 from akva2/data_to_tests
Use opm-tests
2018-03-27 14:57:00 +02:00
Arne Morten Kvarving dfe2f17dee use opm-tests 2018-03-27 11:14:23 +02:00
Arne Morten Kvarving a7d1544585 changed: remove repos from regression data update script 2018-03-09 09:35:15 +01:00
Arne Morten Kvarving a6794063c8 Merge pull request #1424 from akva2/adjust_ecl
adjustments for eclipse support in opm-common
2018-03-06 15:35:00 +01:00
Arne Morten Kvarving 397c69dded Merge pull request #293 from akva2/adjust_ecl
adjustments for eclipse support in opm-common
2018-03-06 15:34:52 +01:00
Arne Morten Kvarving 690ca2cd26 adjustments for eclipse support in opm-common 2018-03-06 09:09:58 +01:00
Arne Morten Kvarving a1601afd21 adjustments for eclipse support in opm-common 2018-03-06 09:09:17 +01:00
Arne Morten Kvarving 8ff91c83e7 Merge pull request #1406 from akva2/dyn_boost_test_bs
changed: let the build system handle the dynamic boost test defines
2018-02-15 08:14:46 +01:00
Arne Morten Kvarving adee0a1649 changed: let the build system handle the dynamic boost test defines 2018-02-14 16:04:48 +01:00
Arne Morten Kvarving 371ae786ca changed: only add conditionally built files if they are to be built
instead of unconditionally adding, and then conditionally removing
again.
2018-02-13 12:35:39 +01:00