T.D. (Tongdong) Qiu
|
103cc9b83a
|
Added return explanation in comments
|
2019-12-18 17:09:33 +01:00 |
|
T.D. (Tongdong) Qiu
|
57344fd5e0
|
Added doxygen-style comments
|
2019-12-18 17:05:33 +01:00 |
|
T.D. (Tongdong) Qiu
|
6506ab5f55
|
Added some const qualifiers and comments
|
2019-12-18 16:37:29 +01:00 |
|
T.D. (Tongdong) Qiu
|
a491e64883
|
Added some whitespace around brackets in accordance with OPM suggested coding standard
|
2019-12-18 15:54:14 +01:00 |
|
T.D. (Tongdong) Qiu
|
950d1c92c1
|
Replaced tabs with 4 spaces
|
2019-12-18 15:50:09 +01:00 |
|
T.D. (Tongdong) Qiu
|
b543947e66
|
Addressed some comments of PR#2209
|
2019-12-18 15:47:35 +01:00 |
|
T.D. (Tongdong) Qiu
|
8e7eddb3ea
|
Reduced number of library includes
|
2019-12-16 12:38:32 +01:00 |
|
T.D. (Tongdong) Qiu
|
293bd5816f
|
Replaced exit() with OPM_THROW. Replaced primitive pointer with unique_ptr.
|
2019-12-16 10:05:12 +01:00 |
|
T.D. (Tongdong) Qiu
|
13e524dba2
|
Only print warning that cusparseSolver did not converge if it was chosen with --use-gpu=true
|
2019-12-09 10:02:21 +01:00 |
|
T.D. (Tongdong) Qiu
|
b355537e04
|
Replaced prints with OpmLog. BdaBridge disables GPU and continues with Dune if unsupported blocksize is used
|
2019-12-06 17:23:32 +01:00 |
|
T.D. (Tongdong) Qiu
|
8b92c5dca6
|
Removed extra copy of nnzs, now sends pointer to start of Dune::BCRSMatrix data to cusparseSolver.
|
2019-12-06 14:33:52 +01:00 |
|
T.D. (Tongdong) Qiu
|
48900df882
|
Fixed 'unused variable' warnings
|
2019-12-06 11:27:17 +01:00 |
|
T.D. (Tongdong) Qiu
|
a4cb582cfb
|
Moved warning prints from cusparseSolver to BdaBridge. Moved solving logic from BdaBridge to cusparseSolver. Added cusparseSolverStatus enum.
|
2019-12-06 11:05:41 +01:00 |
|
T.D. (Tongdong) Qiu
|
b6e13bffd2
|
Added headers to PUBLIC_HEADER_FILES. Added warning print when cusparseSolver did not converge. Added more synchronization points in cusparseSolver. Pinning b and x vector as well.
|
2019-12-05 18:02:27 +01:00 |
|
T.D. (Tongdong) Qiu
|
f19a3b09b1
|
Updated copyright notice
|
2019-12-05 14:24:37 +01:00 |
|
T.D. (Tongdong) Qiu
|
cf48650a5e
|
BdaBridge lets cusparseSolver copy the resulting x vector from the GPU directly into the BlockVector from ISTLSolverEbos, this only works if the underlying data from BlockVector is contiguous
|
2019-12-05 10:59:33 +01:00 |
|
T.D. (Tongdong) Qiu
|
5cb6ec510c
|
Allow verbosity of cusparseSolver to be set via command line
|
2019-12-05 10:07:40 +01:00 |
|
T.D. (Tongdong) Qiu
|
69033ca7f2
|
Changed structure of cusparseSolver to fit into master branch
|
2019-12-04 16:59:58 +01:00 |
|
T.D. (Tongdong) Qiu
|
4db2e7ca4e
|
Added cusparseSolver. Automatically compiled when CUDA is detected. Must be enabled at runtime by adding '--use-gpu=true'
|
2019-12-03 14:29:06 +01:00 |
|
Atgeirr Flø Rasmussen
|
becb29cec6
|
Merge pull request #2203 from joakim-hove/apply-action-output-update
Update output from applyActions() to show date
|
2019-12-03 09:02:02 +01:00 |
|
Joakim Hove
|
deb397cf0e
|
Update output from applyActions() to show date
|
2019-12-03 00:44:08 +01:00 |
|
Bård Skaflestad
|
0a6b5f0ea9
|
Merge pull request #2202 from akva2/janitoring
Janitoring
|
2019-12-02 19:56:16 +01:00 |
|
Arne Morten Kvarving
|
8d1da2ca06
|
changed: use std::make_tuple
avoid explicit init list constructor with gcc5
|
2019-12-02 18:35:35 +01:00 |
|
Arne Morten Kvarving
|
272e63410d
|
fixed: wrap symbols unused without MPI in HAVE_MPI
|
2019-12-02 18:34:16 +01:00 |
|
Atgeirr Flø Rasmussen
|
0edecb9a78
|
Merge pull request #2196 from totto82/smallTime
Add option for throwing for small time steps
|
2019-12-02 12:28:12 +01:00 |
|
Tor Harald Sandve
|
6d07aefef6
|
Merge pull request #2149 from goncalvesmachadoc/patch-1
Delete few thermal keywords from list
|
2019-12-02 10:17:58 +01:00 |
|
Tor Harald Sandve
|
b577f294b5
|
Add option for throwing for small time steps
|
2019-12-02 09:56:19 +01:00 |
|
Joakim Hove
|
190b431f42
|
Merge pull request #2201 from joakim-hove/add-PORO
Add PORO to testdata
|
2019-11-30 19:47:02 +01:00 |
|
Joakim Hove
|
2a45199d37
|
Add PORO to testdata
|
2019-11-30 13:52:21 +01:00 |
|
Joakim Hove
|
6d02923d69
|
Merge pull request #2200 from joakim-hove/action-eval-list-wells
List the matching wells for Action eval
|
2019-11-29 19:20:38 +01:00 |
|
Joakim Hove
|
f97b76a9b5
|
List the matching wells for Action eval
|
2019-11-29 19:18:38 +01:00 |
|
Joakim Hove
|
e74c451b7b
|
Merge pull request #2198 from joakim-hove/add-PORO
Add PORO to testdata
|
2019-11-29 13:11:25 +01:00 |
|
Joakim Hove
|
d4b9e95dfe
|
Add PORO to testdata
|
2019-11-29 11:38:00 +01:00 |
|
Arne Morten Kvarving
|
42a268a3cf
|
Merge pull request #2193 from akva2/add_restart_serialization_test
added: test for serializations in ParallelRestart
|
2019-11-28 15:19:32 +01:00 |
|
Arne Morten Kvarving
|
e235fced21
|
Merge pull request #2194 from akva2/rockcomp_test
add test case for rockcomp
|
2019-11-28 11:52:19 +01:00 |
|
Arne Morten Kvarving
|
414f64f46d
|
changed: only update reference data for tests marked as failures
|
2019-11-28 11:34:42 +01:00 |
|
Tor Harald Sandve
|
18ecd3fd2b
|
Merge pull request #2173 from joakim-hove/actionx-supported
Remove keywords from list of missing features
|
2019-11-28 10:35:03 +01:00 |
|
Arne Morten Kvarving
|
6a630f9648
|
add test case for rockcomp
|
2019-11-28 09:55:47 +01:00 |
|
Arne Morten Kvarving
|
586b83e9b9
|
Merge pull request #2174 from akva2/add_rh8_packaging
added: support rhel8
|
2019-11-28 09:15:23 +01:00 |
|
Arne Morten Kvarving
|
1ca7bdfe47
|
added: test for serializations in ParallelRestart
|
2019-11-28 08:58:56 +01:00 |
|
Arne Morten Kvarving
|
0d7b7f6e00
|
Merge pull request #2189 from akva2/add_diff_as_comment
Add ascii diff of changes to data update PR
|
2019-11-28 08:38:46 +01:00 |
|
Tor Harald Sandve
|
ad7af41a44
|
Merge pull request #2180 from totto82/groupEvent
Group event
|
2019-11-28 08:23:21 +01:00 |
|
Joakim Hove
|
917808cb20
|
Merge pull request #2190 from joakim-hove/change-sched-constructor
Use EclipseState based Schedule constructor
|
2019-11-27 15:02:04 +01:00 |
|
Tor Harald Sandve
|
853a726bb2
|
fix after rebase
|
2019-11-27 14:56:10 +01:00 |
|
Joakim Hove
|
3d1eeda7ed
|
Merge pull request #2191 from joakim-hove/actnum-fixup
Use active index in RelpermDiagnostic_impl
|
2019-11-27 13:34:44 +01:00 |
|
Tor Harald Sandve
|
cab2f4b41f
|
use common WellGroupEvent map
|
2019-11-27 13:12:53 +01:00 |
|
Tor Harald Sandve
|
49b5883ff7
|
Clean-up output message for group
|
2019-11-27 13:08:25 +01:00 |
|
Tor Harald Sandve
|
2c84970314
|
honor group event
|
2019-11-27 13:08:25 +01:00 |
|
Joakim Hove
|
6e4d5b1e12
|
Use active index in RelpermDiagnostic_impl
|
2019-11-27 12:10:00 +01:00 |
|
Joakim Hove
|
099fbc05d0
|
Use EclipseState based Schedule constructor
|
2019-11-27 11:39:16 +01:00 |
|