Commit Graph

44 Commits

Author SHA1 Message Date
Lisa Julia Nebel
52b54b1549 Version bump to 2024.10-pre 2024-04-25 12:59:19 +02:00
Markus Blatt
6b951df148 Bump version to 2024.04 2023-10-11 21:27:29 +02:00
Arne Morten Kvarving
71686215a3 bump version to 2023.10-pre 2023-04-12 11:32:54 +02:00
Arne Morten Kvarving
f2983ac6af minimum dune version required is now 2.7 2023-04-12 09:41:23 +02:00
Arne Morten Kvarving
4b67b9e0de adjust jenkins script and buildsystem
remove opm-material from upstreams / dependencies
2022-12-01 14:10:43 +01:00
Atgeirr Flø Rasmussen
870e8db59a Bump version for master branch. 2022-10-18 17:30:43 +02:00
Markus Blatt
b4d1fd5913 Bump version to 2022.10-pre 2022-05-19 16:46:35 +02:00
Atgeirr Flø Rasmussen
760099a692 Bump version. 2021-10-22 10:18:22 +02:00
Tor Harald Sandve
b42aa07a8d Bump version number 2021-04-27 10:01:32 +02:00
Arne Morten Kvarving
fc29da428b bump version to 2021.04-pre 2020-11-06 08:59:27 +01:00
Atgeirr Flø Rasmussen
432dd31af8 Bump version number 2020-05-28 16:50:44 +02:00
Arne Morten Kvarving
4978e72039 bump required dune version to 2.6
remove compatiblity code with older versions
2020-02-06 16:24:39 +01:00
Arne Morten Kvarving
c819d39e0e bump version to 2020.04-pre 2019-11-05 10:53:23 +01:00
Arne Morten Kvarving
ba698abfd1 changed: rename ewoms to opm-models 2019-08-23 11:27:16 +02:00
Atgeirr Flø Rasmussen
b5f343a414 Update version to 2019.10-pre. 2019-04-30 15:37:47 +02:00
Joakim Hove
1f13a776b2 Bump versions 2018-10-02 16:17:11 +02:00
Andreas Lauser
5ea9de7d47 dune.module: update version to 2018.10-pre 2018-04-26 17:47:23 +02:00
Arne Morten Kvarving
690ca2cd26 adjustments for eclipse support in opm-common 2018-03-06 09:09:58 +01:00
Arne Morten Kvarving
c30e3088b5 remove opm-core from upstream and prerequisite lists
debian/redhat packaging updated as well
2018-01-17 18:16:26 +01:00
Andreas Lauser
35ff3aded3 change version to 2018.04-pre 2017-10-19 19:30:38 +02:00
Arne Morten Kvarving
29e3493b42 require dune >= 2.4 2017-07-19 14:32:11 +02:00
Andreas Lauser
2b0ebe0832 Change the version to 2017.10-pre 2017-04-13 12:57:04 +02:00
Andreas Lauser
e982ece15d update the dune.module file 2017-01-20 13:30:20 +01:00
Andreas Lauser
414dda420a Merge remote-tracking branch 'origin/master' into frankenstein_merge_master_v9
* origin/master:
  dune.module: change version to 2017.04-pre
  FlowMain: make sure to always print exception messages to the terminal
2016-11-04 13:56:44 +01:00
Atgeirr Flø Rasmussen
da70227807 dune.module: change version to 2017.04-pre 2016-11-04 12:26:59 +01:00
Robert Kloefkorn
3db63b0a22 add flow_ebos, an ebos based simulator
it uses ebos for linearization of the mass balance equations and the
current flow code from opm-simulators for all the rest. currently, the
results match the ones from plain `flow` for SPE1, SPE9 and Norne, but
performance is not optimal: on SPE9, converting from and to the legacy
data structures takes about a third of the time to do the actual mass
balance assembly. nevertheless `flow_ebos` is almost as fast as plain
`flow` for SPE9. (for Norne `flow_ebos` is about 15% slower, even
though the results match quite closely. the reason for this is that it
requires more iterations for some reason.)
2016-08-09 18:38:23 +02:00
Atgeirr Flø Rasmussen
ac6a8f7229 dune.module: change version to 2016.10-pre 2016-05-03 14:31:32 +02:00
Atgeirr Flø Rasmussen
ff549195ab Rename opm-autodiff -> opm-simulators. 2016-04-08 14:58:07 +02:00
Atgeirr Flø Rasmussen
6f1cec4eec Rename dune-cornerpoint -> opm-grid. 2016-04-06 13:29:47 +02:00
Andreas Lauser
b9f5fb8b78 dune.module: add all modules which opm-autodiff depends on explicitly
this restores the ability to build opm-autodiff and all dependencies
using `dunecontrol`. Except for opm-common adding these dependencies
is not really required because they were inherited from other modules,
but stating them explicitly is good style IMO.
2016-04-04 15:43:31 +02:00
Atgeirr Flø Rasmussen
235570410d Bump version and unify format of dune.module. 2015-10-23 13:18:47 +02:00
Atgeirr Flø Rasmussen
6636d8e566 Update dune.module with correct deps and version. 2015-10-23 11:12:39 +02:00
Arne Morten Kvarving
28ab615b06 changed: sync with renaming to opm-common 2015-09-08 10:47:05 +02:00
Joakim Hove
d3741ab9af Added support for building with duncontrol 2015-05-15 14:34:17 +02:00
Markus Blatt
2be2dd5e41 [bugfix] Fixes dependency clause.
It caused dunecontrol to abort because of using a comma as a separator.
This commit removes the eroneous comma and adds a required version.
2015-02-11 12:35:40 +01:00
Markus Blatt
ed36a439f8 Explicitly list dune-istl as a dependency.
This is in line with and closes issue #295
2015-02-06 11:28:42 +01:00
Markus Blatt
e1e9e677a3 [buildsystem] Make dune-cornerpoint a suggestion. 2014-03-13 15:27:45 +01:00
Atgeirr Flø Rasmussen
478c87dd74 Reduce version to 0.9.
Since there is a fair chance of interface adjustments after the release,
the version number cautions the user a little bit more than calling it 1.0.
2013-10-25 14:56:54 +02:00
Atgeirr Flø Rasmussen
f75f1d414f Bump version number and label.
Set version number to 1.0 since core class AutoDiffBlock is quite well-tested
and documented. Prototype solvers and simulators may not yet warrant that
version number, but are stated to be experimental in the README.
2013-10-21 14:44:52 +02:00
Roland Kaufmann
f9c9b19c37 Add a label field to the project information
The difference between the version number (1.0) and the label (2013.03)
is: The version is time-independent but shows the level of compatibility,
see e.g. <http://www.semver.org>, whereas the label is a marketing tool
which describes the project progress.
2013-08-14 23:39:05 +02:00
Roland Kaufmann
1da33a6747 Put project-specific information in dune.module
This information was previously stored in the build system; now they
are all in one canonical place!
2013-08-14 23:39:05 +02:00
Arne Morten Kvarving
c2b0bb1fbb fixed: autodiff depends on opm-core 2013-07-10 16:01:51 +02:00
Bård Skaflestad
5ce44e05e6 This is OPM-Autodiff 0.1
We don't depend on any Dune modules.
2013-05-15 10:26:06 +02:00
Bård Skaflestad
116f39e8ab Import CMake support from OPM-Core 2013-05-15 10:24:52 +02:00