Steinar Foss
c9420d1883
added keywords COMPRIV, COMPSEGL, COPYBOX, CRITPERM.
2019-08-16 14:25:08 +02:00
Steinar Foss
01f0beb8ca
added keywords: COMPFLSH, COMPLMPL, COMPOFF.
2019-08-16 13:41:43 +02:00
Steinar Foss
7e62206481
added keywords COARSEN, COLLAPSE, COLUMNS.
2019-08-16 12:45:48 +02:00
Steinar Foss
3aefa3a953
added keywords COAL, COALADS, COALPP.
2019-08-16 11:54:33 +02:00
Joakim Hove
e32853808f
Merge pull request #955 from joakim-hove/string_view_find_char
...
String view find char
2019-08-16 11:29:26 +02:00
Steinar Foss
10142b482e
setup.py discontinue glob use.
2019-08-16 10:37:48 +02:00
Steinar Foss
522dee0a47
setuptools install PYTHONPATH circumvention.
2019-08-16 10:35:28 +02:00
Joakim Hove
659fb45d04
Changed string_view::substr() to take(from, len) arguments
2019-08-16 09:04:49 +02:00
Joakim Hove
cf6161ecfe
Add method string_view::find( char )
2019-08-16 09:04:49 +02:00
Joakim Hove
03b81d116f
Add some W keywords
2019-08-15 17:05:06 +02:00
Steinar Foss
554ceb87dd
setup.py will install python packages.
...
setup.py install to CMAKE_INSTALL_PREFIX.
cmake will create python install dir.
2019-08-15 17:00:43 +02:00
Joakim Hove
7e3ad77329
Merge pull request #952 from joakim-hove/rawkeyword-refactor
...
Rawkeyword refactor
2019-08-15 16:45:29 +02:00
Joakim Hove
31bb6a0164
Merge pull request #945 from joakim-hove/keywords-z
...
Keywords Z and W
2019-08-15 14:29:54 +02:00
Joakim Hove
4eb9d5d46a
Remove ParserState member rawKeyword
2019-08-15 14:26:25 +02:00
Joakim Hove
4258bce6c5
Use reference instead of pointer
2019-08-15 13:39:33 +02:00
Joakim Hove
1d5326f664
Change std::shared_ptr -> std::unique_ptr
2019-08-15 13:23:21 +02:00
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