Arne Morten Kvarving
8b0ef7ac4a
bump version to 2021.10
2021-11-08 08:27:33 +01:00
Arne Morten Kvarving
2678217078
bump version to 2021.10-rc2
2021-11-03 09:13:17 +01:00
Arne Morten Kvarving
e27a8644ef
bump version to 2021.10-rc1
2021-10-18 08:34:54 +02:00
Arne Morten Kvarving
e56141da26
Merge pull request #346 from blattms/utf-spelling
...
Use UTF-8 encoding for files and fix spelling errors.
2021-09-14 12:50:30 +02:00
Markus Blatt
2527e96d5c
Fixed spelling errors from upstream.
...
Was pointed out by lintian on Debian.
2021-09-14 12:18:55 +02:00
Markus Blatt
0e5f57e84e
Changed file encoding of all files to utf-8
...
National encodings are being phased out in some Linux distributions
(e.g. Debian). Hence package checkers such as lintian are complaining.
This removes the linitian warnings about national encodings for Debian.
2021-09-14 12:18:55 +02:00
Bård Skaflestad
3b424dabb2
Merge pull request #345 from blattms/dune-2.8
...
Support Dune 2.8 version of MultipleCodimMultipleGeomTypeMapper
2021-09-13 21:47:05 +02:00
Markus Blatt
a775d73053
Support Dune 2.8 version of MultipleCodimMultipleGeomTypeMapper
...
Drop removed second template parameter from
MultipleCodimMultipleGeomTypeMapper (there is a default since 2.6
and now the second parameter is gone).
Also fixes some other deprecation warnings about the deprecated
LeafMultipleCodimMultipleGeomTypeMapper
2021-09-13 16:47:17 +02:00
Arne Morten Kvarving
cb5da3c3f0
Merge pull request #343 from akva2/rh_boost
...
fix redhat packaging
2021-06-30 15:10:32 +02:00
Arne Morten Kvarving
f155a943fb
fix redhat packaging
...
- use system level boost now that RHEL6 is dead
2021-06-30 15:06:25 +02:00
Arne Morten Kvarving
6ac23aea6b
Merge pull request #342 from akva2/iterator_range
...
adjust to iterator_range from opm-grid
2021-06-15 12:49:18 +02:00
Arne Morten Kvarving
b24644e0fd
adjust to iterator_range from opm-grid
2021-06-15 11:12:33 +02:00
Bård Skaflestad
affc0e15bd
Merge pull request #341 from blattms/do-not-use-pinch-thickness-to-find-unique-points
...
Cater for removed z_tolerance param of CpGrid::processEclipseFormat
2021-06-09 09:16:35 +02:00
Markus Blatt
cbe9f78c65
Cater for removed z_tolerance param of CpGrid::processEclipseFormat
2021-06-08 22:00:14 +02:00
Bård Skaflestad
05eeb3b23d
Merge pull request #340 from blattms/add-pinch-to-grid
...
Force opm-grid to pinch.
2021-06-07 14:01:27 +02:00
Markus Blatt
f9aebf739b
Always force pinching not matter whether specified in the deck.
...
This is needed as opm-grid will only pinch if PINCH was specified
in the deck.
2021-06-04 12:56:44 +02:00
Atgeirr Flø Rasmussen
88b65ffcd0
Merge pull request #339 from alfbr/remove-singlephase
...
Remove obsolete application
2021-05-11 11:08:44 +02:00
Alf Birger Rustad
127850e3e7
Remove obsolete application
2021-05-10 15:04:10 +02:00
Arne Morten Kvarving
f51c7c90b2
Merge pull request #338 from alfbr/man-pages
...
Man pages
2021-05-04 08:09:47 +02:00
Alf Birger Rustad
ba6360bf7d
And finally the benchmark
2021-05-03 14:14:42 +02:00
Alf Birger Rustad
d88922f73d
Added pages for cond, elasticity, relpermvisc and implicit.
2021-05-03 14:02:32 +02:00
Alf Birger Rustad
138640b96c
Add upscale_cap
2021-05-03 11:35:01 +02:00
Alf Birger Rustad
29bfdfcfe1
Added man-pages for grdecldips, upscale_perm and upscale_relperm.
2021-05-03 11:17:03 +02:00
Alf Birger Rustad
1d054a287b
Man page for upscale_avg
2021-04-30 17:08:16 +02:00
Alf Birger Rustad
2d002793c4
Man pages
2021-04-30 13:51:49 +02:00
Arne Morten Kvarving
2cf5c4a23a
Merge pull request #336 from totto82/bump_master
...
Bump version number
2021-04-27 10:13:00 +02:00
Tor Harald Sandve
466b709499
Bump version number
2021-04-27 10:01:37 +02:00
Joakim Hove
785ea54720
Merge pull request #331 from GitPaean/fixing_interface_processEclipseState
...
updating the interface of processEclipseFormat
2021-04-21 13:04:17 +02:00
Kai Bao
28b32fefa7
fixing the interface of processEclipseFormat
...
due to the upstream change.
2021-04-20 15:46:50 +02:00
Arne Morten Kvarving
617e70513b
Merge pull request #332 from akva2/fix_debian_py3
...
add libpython3-dev to debian packaging
2021-04-14 09:11:53 +02:00
Arne Morten Kvarving
6bbb9401a9
add libpython3-dev to debian packaging
...
needed since we now build embedded python support
in opm-common
2021-04-13 08:19:53 +02:00
Markus Blatt
c62f358de6
Merge pull request #330 from blattms/cmake-3.10
...
Stop pretending that we support CMake 2.8
2021-04-08 10:15:52 +02:00
Markus Blatt
45b93a7331
Stop pretending that we support CMake 2.8
...
We actually already require at least CMake 2.8.12 due to the embedded
pybind11 (some tests of it are even at 3.0). Anyway as Ubuntu LTS has
3.10.2 I doubt that anything less is tested by us.
2021-03-26 09:45:31 +01:00
Bård Skaflestad
cbb72f2e99
Merge pull request #329 from bska/chase-welldims-update
...
Supply All Well Table Dimensions for INTEHEAD
2021-03-20 01:07:33 +01:00
Bård Skaflestad
692f4ef501
Supply All Well Table Dimensions for INTEHEAD
...
Use trivial values only.
2021-03-20 00:27:51 +01:00
Bård Skaflestad
7eb9ca1cdf
Merge pull request #328 from akva2/bump_version
...
bump version to 2021.04-pre
2020-11-06 09:19:22 +01:00
Arne Morten Kvarving
d04f40beed
bump version to 2021.04-pre
2020-11-06 09:00:28 +01:00
Bård Skaflestad
7eccf4cbcc
Merge pull request #326 from akva2/add_scotch_debian
...
add scotch(par)metis to debian packaging
2020-11-02 12:09:12 +01:00
Arne Morten Kvarving
6430363445
add scotch(par)metis to debian packaging
2020-11-02 12:05:34 +01:00
Bård Skaflestad
a2e2dc992c
Merge pull request #324 from akva2/janitoring
...
quell boost deprecation warning with boost >= 1.71
2020-09-03 10:10:02 +02:00
Arne Morten Kvarving
30e9ab8169
quell boost deprecation warning with boost >= 1.71
2020-09-03 09:30:36 +02:00
Bård Skaflestad
79cf1839da
Merge pull request #323 from bska/fix-missing-include
...
Bring in Missing <time.h> Header
2020-08-25 13:31:13 +02:00
Bård Skaflestad
d200d33ed0
Bring in Missing <time.h> Header
...
Needed to bring a declaration of 'time_t' into scope.
Submitted by: Edscott Wilson Garcia
2020-08-25 12:49:56 +02:00
Atgeirr Flø Rasmussen
26c884f69c
Merge pull request #319 from atgeirr/bump-version
...
Bump version number
2020-05-29 13:34:47 +02:00
Atgeirr Flø Rasmussen
7d77b0911b
Bump version number
2020-05-28 16:50:49 +02:00
Arne Morten Kvarving
164b1b0f71
Merge pull request #318 from akva2/fix_rh_packaging
...
fixed: forgotten to bump to devtoolset-8 in redhat packaging
2020-05-06 08:09:31 +02:00
Arne Morten Kvarving
8d13d7996c
fixed: forgotten to bump to devtoolset-8 in redhat packaging
2020-05-06 08:08:44 +02:00
Arne Morten Kvarving
1ca4aeaf5d
Merge pull request #317 from akva2/package_with_openmp
...
build packages with OpenMP enabled
2020-04-30 12:57:41 +02:00
Arne Morten Kvarving
47f85e8e0a
build packages with OpenMP enabled
2020-04-30 11:05:00 +02:00
Joakim Hove
953c52ee9f
Merge pull request #315 from akva2/fix_focal_packaging
...
changed: remove multiarch-support predepends
2020-04-30 10:28:21 +02:00