Commit Graph

6368 Commits

Author SHA1 Message Date
Joakim Hove
79a2c1bd4d Removed public property from RawKeyword class 2019-08-15 12:23:29 +02:00
Joakim Hove
e3ade4dff9 Use reference instead of pointer 2019-08-15 11:51:08 +02:00
Steinar Foss
36338c8a71 namespace sunbeam -> opmcommon_python. 2019-08-15 11:35:28 +02:00
Steinar Foss
c94ed2f643 renaming python/cxx/sunbeam*.* -> common *.* 2019-08-15 11:19:18 +02:00
Joakim Hove
5cd93cd702 Add some keywords on W 2019-08-15 11:13:23 +02:00
Joakim Hove
6dc4804a57 Add keyword ZIPP2OFF 2019-08-15 11:13:23 +02:00
Joakim Hove
d0634114c7 Add some this-> and an explicit throw for unrecognized dimension 2019-08-15 11:13:22 +02:00
Joakim Hove
ee482b9a5f
Merge pull request #948 from joakim-hove/unit-system-api-energy
Add missing energy to unit system measure table
2019-08-15 11:07:01 +02:00
Steinar Foss
e25416c236 renamed python pkg sunbeam -> opm.
setup.py: test_suite -> tests_suite .

libsunbeam -> libopmcommon_python.

sunbeam -> opm: test_connection ok.

test_deck ok.

test_group_tree ok.

test_grupnet ok.

test_parse_deck.py ok.

test_parse.py ok.

python all tests ok.
2019-08-15 11:02:09 +02:00
Joakim Hove
c40eed027b
Merge pull request #937 from joakim-hove/rawkeyword-minor
Remove superfluos check in RawKeyword assembly
2019-08-15 08:17:45 +02:00
Joakim Hove
bef36f6c0d Add missing energy to unit system measure table 2019-08-15 07:10:44 +02:00
Joakim Hove
1ff60496c6
Merge pull request #946 from atgeirr/remove-slow-call
Remove an unused call that is very slow.
2019-08-15 06:57:10 +02:00
Atgeirr Flø Rasmussen
b0ad018a74 Remove an unused call that is very slow. 2019-08-14 23:02:50 +02:00
Joakim Hove
f898d33e65
Merge pull request #876 from tskille/compareECL2
Update of compareECL - check output files for reference case
2019-08-14 16:31:16 +02:00
Joakim Hove
e79b546544
Merge pull request #938 from joakim-hove/gconprod-exceed-action
GCONPROD: The exceed action should be unconditionally set to RATE
2019-08-14 16:30:17 +02:00
Arne Morten Kvarving
1903b9517b
Merge pull request #944 from tskille/compareECL
Updated with vector of back listed keywords. These keywords will not b…
2019-08-14 13:42:45 +02:00
Arne Morten Kvarving
d12426b9e8
Merge pull request #939 from akva2/parallel_tests
added: environment variable TESTTHREADS in build-opm-module.sh
2019-08-14 12:54:04 +02:00
Torbjørn Skille
d51c31634a Updated with vector of backlisted keywords. These keywords will not be checked.
This list contains only summary vector TCPU.

keywordsBlackList will work on all file types (INIT, UNRST, RFT and SMSPEC/UNSMRY)

wildcards (*) not supported
2019-08-14 12:25:38 +02:00
Steinar Foss
cbf477e502 keywords CECONT started. 2019-08-14 10:36:22 +02:00
Steinar Foss
51517ec6a3 Merge remote-tracking branch 'origin/add_keywords_C' into add_keywords_c 2019-08-14 10:01:17 +02:00
Joakim Hove
50902686b5
Merge pull request #936 from joakim-hove/string-view-methods
Add string_view::starts_with() and string_view::find() methods
2019-08-14 07:50:22 +02:00
Joakim Hove
2002be13e2 Remove unused method declaration 2019-08-14 07:41:57 +02:00
Joakim Hove
5103e7b604 Removed filename and keyword members from RawRecord 2019-08-14 07:34:56 +02:00
Joakim Hove
de107379a1 Return if final keyword in file is of type Raw::UNKNOWN 2019-08-14 07:34:56 +02:00
Joakim Hove
b70140dd4e Add newlines in if 2019-08-14 07:34:56 +02:00
Joakim Hove
ae27c8a9c6 Reorganized if ( ) testing slightly 2019-08-14 07:34:56 +02:00
Joakim Hove
1936f12356 Add small method RawKeyword::terminateRecord() 2019-08-14 07:34:56 +02:00
Joakim Hove
de19aca322 Remove superfluos check in RawKeyword assembly 2019-08-14 07:34:56 +02:00
Joakim Hove
f51420c6c6
Merge pull request #942 from akva2/improve_sunbeam_build
Improve sunbeam build
2019-08-13 19:36:33 +02:00
Joakim Hove
27ffc41361
Merge pull request #928 from jalvestad/udqrst-pull909
Output of UDQ properties to Eclipse compatible restart file
2019-08-13 19:33:50 +02:00
Arne Morten Kvarving
ca42ca5968 changed: use a custom output to avoid rebuilds
currently, the python bindings are built on every make invocation,
including the 'make install' command.

this improves on this situation by tracking whether or not the target
needs to be rebuilt through a custom output and dependencies.

the list of dependencies is not very pretty, but necessary when
linking two build systems like this.
2019-08-13 15:56:45 +02:00
Arne Morten Kvarving
86b1a93b0e fixed: clean python bindings with 'make clean' 2019-08-13 15:56:45 +02:00
Jostein Alvestad
84116a7d70 Merge remote-tracking branch 'upstream/master' into udqrst-pull909 2019-08-13 13:05:28 +02:00
Arne Morten Kvarving
7c15d79a93 changed: run tests in parallel with the 'check' target 2019-08-13 12:35:12 +02:00
Atgeirr Flø Rasmussen
eb1d00f9dc
Merge pull request #941 from atgeirr/make-prodinjprops-public
Make two headers public again.
2019-08-13 12:28:35 +02:00
Atgeirr Flø Rasmussen
d20c58da07 Make two headers public again. 2019-08-13 11:56:17 +02:00
Arne Morten Kvarving
a1edb0a1f7 changed: simplify by using built-in support
use built-in support to obtain number of processor cores
instead of custom osx and linux code.
2019-08-13 11:33:43 +02:00
Jostein Alvestad
ff956e7aff Made changes to avoid compiler warnings, ref comments from akva2 2019-08-13 11:23:18 +02:00
Arne Morten Kvarving
377294316e added: environment variable TESTTHREADS in build-opm-module.sh
set this to run tests in parallel
2019-08-13 10:47:13 +02:00
Jostein Alvestad
1715565920
Merge pull request #6 from joakim-hove/remove-udqParam
Remove struct udqParam use existing class UDQParams
2019-08-13 08:26:08 +02:00
Joakim Hove
f467d05035 Remove struct udqParam use existing class UDQParams 2019-08-13 08:21:46 +02:00
Jostein Alvestad
02278912d6
Merge pull request #5 from joakim-hove/udq-output-fixup
Minor update to UDQ settings of DoubHEAD
2019-08-13 08:20:00 +02:00
Joakim Hove
3f773b956f Minor update to UDQ settings of DoubHEAD 2019-08-13 08:06:08 +02:00
Joakim Hove
4334256c5b GCONPROD: The exceed action should be unconditionally set to RATE 2019-08-12 17:28:47 +02:00
Jostein Alvestad
a3f74c19c4 WIP removed additional code that altered DoubHEAD data 2019-08-12 13:04:59 +02:00
Jostein Alvestad
d6d1dbd38b code changes to avoid changes in InteHead and DoubHead in Restart file 2019-08-12 13:04:57 +02:00
Jostein Alvestad
1a02bb105a Fixed group-group2 transition, disable Restart output 2019-08-12 13:04:55 +02:00
Jostein Alvestad
e3dc5e07d7 add code to output IUAP array 2019-08-12 13:04:53 +02:00
Jostein Alvestad
af811d2eaf WIP Added code to write InteHead and DoubHead data as well as IGPH to restart file,
Further added unit tests to the writing of UDQ data
2019-08-12 13:04:51 +02:00
Jostein Alvestad
083742c368 WIP changes to add first version of BOOST test for IUDQ 2019-08-12 13:04:50 +02:00