Commit Graph

13066 Commits

Author SHA1 Message Date
Magne Sjaastad
7e7b9e6cfc Fix compare between signed/unsigned 2020-05-21 10:08:15 +02:00
Magne Sjaastad
51fd5e39b0 NNC: Compute data on demand 2020-05-21 08:09:07 +02:00
Magne Sjaastad
734e992384 NNC info : Count NNCs with no overlap area, and display first 20 2020-05-21 08:09:07 +02:00
Magne Sjaastad
991e93d4fa GitHub Action : Temporarily disable fallback cache key 2020-05-21 08:03:47 +02:00
Magne Sjaastad
8a4ce1c564 GitHub Action : Remove artifact deleter job 2020-05-21 08:03:24 +02:00
Magne Sjaastad
04311c64c6 Performance : Move construction of AABB tree out of parallel loop
Crash seen for regression test TestCase_Surfaces
2020-05-21 07:42:22 +02:00
Kristian Bendiksen
b20747efbe
Merge pull request #5966 from OPM/fix-gcc8-warning-5964
#5964 Fix "type qualifiers ignored on cast result type" warning on gc…
2020-05-20 20:56:20 +02:00
Kristian Bendiksen
c03f6e43ca #5964 Fix "type qualifiers ignored on cast result type" warning on gcc 8. 2020-05-20 18:58:34 +02:00
Magne Sjaastad
08b9e40f6c Always try to import well path from well path cache 2020-05-20 18:44:43 +02:00
Magne Sjaastad
fb763483a2 Always try to import well path from well path cache 2020-05-20 18:33:36 +02:00
Gaute Lindkvist
ba497bebdf #5945 Make the new default ensemble curve set feature take the preferences into account 2020-05-20 15:38:57 +02:00
Kristian Bendiksen
2ff699c079
Merge pull request #5754 from OPM/stricter-warnings-linux
Stricter warnings linux
2020-05-20 15:19:38 +02:00
Kristian Bendiksen
d5a950d67c Treat warnings as errors on new gcc versions 2020-05-20 14:23:23 +02:00
Kristian Bendiksen
9c8fe15d28 Use unsigned int for bitfiddling (fixes unused variables warnings on gcc). 2020-05-20 14:23:22 +02:00
Kristian Bendiksen
30cec3e280 Fix comparison between signed and unsigned integer expressions. 2020-05-20 14:23:22 +02:00
Kristian Bendiksen
2f4ee076de Remove "set-but-unused" variables (generates warnings on gcc 7). 2020-05-20 13:45:59 +02:00
Kristian Bendiksen
59621e38f7 Remove undefined behavior (sequence point ordering). 2020-05-20 13:45:10 +02:00
Kristian Bendiksen
03b1a31ff3 Enable all warnings ("-Wall") for ApplicationCode directory on linux.
Allowing initializiation reordering and unused parameters for now since there
are a lots of them, and the code is harmless.
2020-05-20 13:45:10 +02:00
Gaute Lindkvist
df596a5f6a Fix signed/unsigned warning 2020-05-20 09:34:31 +02:00
Gaute Lindkvist
67b5dc8615 #5950 Wbs: Fix wrong behaviour for LAS-file PP_INP 2020-05-20 09:34:31 +02:00
Kristian Bendiksen
e80b3c2ff2 #5927 Add pore compressibility calculation. 2020-05-20 08:53:15 +02:00
Gaute Lindkvist
6d5216f794 AABB Tree: Cache bounding box center in leaf nodes and calculate bounding box while assigning leaves. 2020-05-19 16:14:08 +02:00
Gaute Lindkvist
96fe8b07e2 Stop using node pool for AABB tree because it interferes with parallelism.
(still using the leaf pool)
2020-05-19 16:14:08 +02:00
Gaute Lindkvist
a486f4ac76 Minor tree improvements 2020-05-19 16:14:08 +02:00
Gaute Lindkvist
d04bf2da8a Add quicker method for adding bounding boxes to bounding boxes. 2020-05-19 16:14:08 +02:00
Gaute Lindkvist
e966184d99 Reorganise ijk calculation based on suggestion from bska 2020-05-19 16:14:08 +02:00
Gaute Lindkvist
91eb956092 Remove superfluous calculation and rename ijkFromCellIndexNonGuarded 2020-05-19 16:14:08 +02:00
Gaute Lindkvist
19c541888f #5950 Wbs: Fix wrong behaviour for LAS-file PP_INP 2020-05-19 13:42:25 +02:00
Magne Sjaastad
d72e6e40f7 GitHub Action : Use year, month, and day as cache timestamp key
Original example for timestamp included hour, minute and second to build up cache key.
2020-05-19 13:04:19 +02:00
Magne Sjaastad
b4defbf19b Github Action : Add workflow to delete artifacts older than one week 2020-05-19 12:48:44 +02:00
Gaute Lindkvist
e27a673ab6 Partial revert of 3a526ab5 to remove parallelization on one loop.
* Turns out this loop is hard to guarantee the same result.
2020-05-19 11:42:20 +02:00
Magne Sjaastad
2df4def7b1 NNC : Fix pytest 2020-05-18 15:22:41 +02:00
Magne Sjaastad
91dd3e6d3e NNC : Fix pytest 2020-05-18 15:22:08 +02:00
Gaute Lindkvist
c7a6a22599 Fix PNG IPCC profile on all icons to avoid Qt-warning in newer Qt 2020-05-18 12:54:53 +02:00
Magne Sjaastad
401dd2246c NNC : Fix visual artifacts for some models 2020-05-18 12:07:29 +02:00
Magne Sjaastad
c8420d5962 NNC : Fix visual artifacts for some models 2020-05-18 12:06:42 +02:00
Magne Sjaastad
b41df5a62a NNC: Compute data on demand 2020-05-16 16:57:52 +02:00
Magne Sjaastad
9682d126e9 Set version to patch release 02 2020-05-16 16:57:52 +02:00
Gaute Lindkvist
3a526ab555 Parallelize another loop in fault calculation 2020-05-15 14:48:08 +02:00
Gaute Lindkvist
c5661f3fce Parallelize transferGridCellData 2020-05-15 14:48:08 +02:00
Gaute Lindkvist
b575a1bbbe Fix issue in merge 2020-05-15 14:48:08 +02:00
Gaute Lindkvist
c7851f0001 Refactored some code to make it possible to parallelise 2020-05-15 14:48:08 +02:00
Gaute Lindkvist
de824f2543 Minor improvements to fault calculations 2020-05-15 14:48:08 +02:00
Gaute Lindkvist
8bfcaa0341 Bounding box clearing 2020-05-15 14:47:04 +02:00
Gaute Lindkvist
99aa65c611 Other improvements to bounding box calculation 2020-05-15 14:47:04 +02:00
Gaute Lindkvist
64b0687dee Parallel AABB tree 2020-05-15 14:47:04 +02:00
Gaute Lindkvist
0922b68302 Simplified AABB tree 2020-05-15 14:47:04 +02:00
Gaute Lindkvist
ce5b88405b #5936 Fix use of LAS for PP Non-Reservoir 2020-05-15 13:51:17 +02:00
Gaute Lindkvist
5a7f7888ca #5936 Fix use of LAS for PP Non-Reservoir 2020-05-15 13:51:02 +02:00
Magne Sjaastad
ebde4495fb Remove obsolete parameters 2020-05-15 12:55:25 +02:00