Markus Blatt
a424516639
Do not refer users to issue tracker if multiple procs log.
...
This is currently still happening due to the implementation of
OPM_THROW whenever the linear solver does not converge. This
happens quite often and we might not want to get overwhelmed by
the issue tracker.
2016-10-14 10:47:16 +02:00
Atgeirr Flø Rasmussen
580e76cf05
Remove unused variable.
2016-10-13 17:09:43 +02:00
Atgeirr Flø Rasmussen
654a24b625
Use vector instead of VLA, also add missing includes.
2016-10-13 17:08:52 +02:00
Arne Morten Kvarving
cdf7f3cc0d
Merge pull request #857 from akva2/update_packaging_devtoolset
...
update redhat6 packaging
2016-10-12 15:53:03 +02:00
Arne Morten Kvarving
e9a3f59492
Merge pull request #856 from akva2/update_packaging_eigen
...
changed: bundle eigen3 in the original tarball for debian
2016-10-12 15:52:44 +02:00
Arne Morten Kvarving
44879c94c4
changed: bundle eigen3 in the original tarball for debian
...
brings back packages on ubuntu xenial
2016-10-12 15:48:13 +02:00
Arne Morten Kvarving
e173306403
update redhat6 packaging
...
build using devtoolset-3
2016-10-12 14:18:19 +02:00
Andreas Lauser
d76bf11902
adapt to the removal of the unit system of opm-core
...
the one which is in opm-parser is now a drop-in replacement.
2016-10-10 17:00:09 +02:00
Joakim Hove
39be053aef
Using data::Solution for transfer of 3D data.
2016-10-10 10:52:51 +02:00
Atgeirr Flø Rasmussen
7e0cb99bad
Merge pull request #839 from babrodtk/summary_data
...
Summary data output
2016-10-10 10:00:17 +02:00
Tor Harald Sandve
0458d9357c
Merge pull request #854 from andlaus/frankenstein_must_solve
...
flow_ebos: only invalidate the intensive quantities after an iteration if necessary
2016-10-10 08:26:13 +02:00
babrodtk
68f1cff930
Bugfix parallel computation of weighted pressure etc.
2016-10-07 15:11:59 +02:00
babrodtk
8ff349253c
Fixed uninitialized bug, and added logging/comment
2016-10-07 15:11:59 +02:00
babrodtk
4f696809b3
Removed superfluous std::move
2016-10-07 15:11:59 +02:00
babrodtk
2d8e612d01
Refactoring
2016-10-07 15:11:59 +02:00
babrodtk
b774982878
Initial version of summary data
2016-10-07 15:06:53 +02:00
Atgeirr Flø Rasmussen
f3ac93a8c8
Merge pull request #853 from blattms/fix-PR-842
...
Make WellSwitchingLogger work with DUNE 2.3
2016-10-07 14:50:18 +02:00
Andreas Lauser
43601b98af
flow_ebos: only invalidate the intensive quantities after an iteration if necessary
...
"if necessary" means that the solution has changed (which is the case
iff the linear solver needs to do some work...
2016-10-07 11:46:08 +02:00
Markus Blatt
828f118801
Do not store collective communication in the wells object.
...
Instead of this we rely on the default constructor of
WellSwitchingLogger. This finally fixes the compile
issues with DUNE 2.3.
2016-10-07 10:46:54 +02:00
Pål Grønås Drange
955ffbd80e
Merge pull request #852 from jokva/remove-shared-ptrs-from-schedule
...
Schedule::getGroup returns reference, not pointer
2016-10-06 13:01:23 +02:00
Markus Blatt
3e6b1949ea
Make sure that updateWellControls is called on each process.
...
The new WellSwitchingLogger within updateWellControls uses
collective communication with all processes. Therefore all
of them need to enter the function as other flow_mpi will deadlock.
Therefore this commit calls the method even with non local wells
active.
2016-10-05 23:53:43 +02:00
Markus Blatt
2a1388d124
Make WellSwitchingLogger work with DUNE 2.3
...
That version does not provide a default constructor for
CollectiveCommunication, Therefore we now use
MPIHelper::getCollectiveCommunication() for the default
constructor argument.
2016-10-05 16:13:11 +02:00
Jørgen Kvalsvik
13a4364d55
Schedule::getGroup returns reference, not pointer
2016-10-05 15:32:24 +02:00
Atgeirr Flø Rasmussen
f598906e09
Merge pull request #842 from blattms/fix-parallel-output
...
Fix parallel output
2016-10-05 15:16:28 +02:00
Markus Blatt
14eeb7c39a
Removed warning in WellSwitchLogger::calculateMessageSize
2016-10-05 13:51:08 +02:00
Markus Blatt
3dbc6f5500
Correctly initialize MPI for multisegment wells test
2016-10-05 12:29:56 +02:00
Markus Blatt
99bf74c705
Changed some names in WellSwitchingLogger
2016-10-05 11:45:59 +02:00
Markus Blatt
80fb5b66d7
Use speaking name for bool in getCellData
2016-10-05 11:45:59 +02:00
Markus Blatt
ab05cb66d9
Whitespace and other formatting changes
2016-10-05 11:45:51 +02:00
Markus Blatt
d86f552a76
Added missing const reference to constructor argument
2016-10-05 11:39:28 +02:00
Markus Blatt
bfb7ccfa8b
Moved ParallelFileMerger to its own file.
2016-10-05 11:39:06 +02:00
Markus Blatt
c0ca9afe5a
Prevent loss of log messages in parallel by merging multiple files.
...
This completes f94459d5ed
Each process with rank >0 will use .<deckname>.<rank>.DEBUG, and
<deckname>-<rank>.PRT for logging (instead of <file>.<rank>as before.
After the simulator has finished running we will append the content
of those files to the usual log files. If these files have a non-zero
size we will omit a warning as this should not happen if logging is
done right.
2016-10-05 10:33:15 +02:00
Markus Blatt
07318edfa1
Added a parallel aware logger for switching wells.
...
It will collect all the switches. Afterwards they are collect on
the root process and logged there.
This commit includes a small test program.
2016-10-05 10:33:15 +02:00
Markus Blatt
02e8211067
Use <FILE>.<rank for nonzero ranks to capture fallout.
...
These files will be empty unless we fail to to log messages
only on the root process. Currently that is the case for
the messages about switching the well controls.
2016-10-05 10:33:15 +02:00
Markus Blatt
fd52d0e223
Print "Reading parameters" only once in parallel.
2016-10-05 10:33:15 +02:00
Markus Blatt
12b3456f3b
Fixup 46e22f515
2016-10-05 10:33:15 +02:00
Markus Blatt
c5fd95affe
Stop creating file outside output_dir for parallel runs.
...
Only the root process did set the output_dir correctly. Others
used the default. Therefore all messages logged by non-root
processes did end up in the current directory even if an
output_dir was passed to flow_mpi.
2016-10-05 10:33:15 +02:00
Markus Blatt
61a28cf12f
Disable relperm diagnosis for non-root processes
2016-10-05 10:33:15 +02:00
Markus Blatt
81a617e892
Switch off output in EclipsePRTLog for non-root processes.
2016-10-05 10:33:15 +02:00
Markus Blatt
70d4dedfd2
Omit deck check warnings on non-root processes
2016-10-05 10:33:14 +02:00
Markus Blatt
6d0d063413
Omit "Unhandled keyword" messages on non-root processes
2016-10-05 10:33:14 +02:00
Markus Blatt
d4b818c948
Omit fluid in place messages on non-root process
2016-10-05 10:33:14 +02:00
Markus Blatt
fd24070931
Omit "well converge" on non-root process
2016-10-05 10:33:14 +02:00
Markus Blatt
2a6494cfcd
Only extract parser message on process 0
2016-10-05 10:33:14 +02:00
Andreas Lauser
ddd4225684
Merge pull request #849 from totto82/frankensteinfixcrossflow
...
Allow crossflow if all perforations is crossflowing
2016-10-03 14:27:11 +02:00
Tor Harald Sandve
22f1df612b
Allow crossflow if all perforations is crossflowing
2016-10-03 09:54:28 +02:00
Atgeirr Flø Rasmussen
4c0b21d2f8
Merge pull request #843 from totto82/start_using_TUNING
...
Add an option for using values from TUNING in the timestepping.
2016-09-30 13:03:07 +02:00
Atgeirr Flø Rasmussen
4d948b19d7
Merge pull request #845 from andlaus/threshold_pressure_fixes
...
Default threshold pressure fixes
2016-09-30 13:00:19 +02:00
Andreas Lauser
f9bf09e832
Merge pull request #847 from totto82/frankenstein_fixModel2
...
Frankenstein fixes for model2
2016-09-30 11:16:03 +02:00
Atgeirr Flø Rasmussen
03416022cc
Merge pull request #848 from totto82/output_solvent_summary2
...
Feed solvent wellrates to data::wells for summary output
2016-09-30 11:03:16 +02:00