[bin] clone OPM release branches
!2055 (merged) should be merged first.
Please backport to 3.2.
Merge request reports
Activity
mentioned in issue #829 (closed)
@bernd did compiling and running the test work for you? I get the following compiler error: opm-common/build-cmake/lib/libopmcommon.a(EclipseGrid.cpp.o): undefined reference to symbol 'omp_get_thread_num@@OMP_1.0' //usr/lib/x86_64-linux-gnu/libgomp.so.1: error adding symbols: DSO missing from command line
I am using gcc7.5 but I get the same error with gcc9.
I have to check again. What you point to is #875 (closed). So we should indeed look for a general solution there.
mentioned in issue #875 (closed)
I also get the same error now. We have two options:
- We change to the OPM release branches now and add the linker flag
-fopenmp
manually for this test. - We keep the commit hash for now and change to the release branch once it is fixed there.
I would prefer 1. since it's odd to stay on that specific commit and we don't know when the release branch will be fixed. But I can also live with 2.
- We change to the OPM release branches now and add the linker flag
@martins Can you check if !2055 (merged) fixes things for you?
mentioned in commit 9cd965f5
picked the changes into the branch
cherry-pick-9cd965f5
with commit bc6da900mentioned in commit bc6da900
mentioned in merge request !2057 (closed)
picked the changes into the branch
cherry-pick-9cd965f5-2
with commit 4989e9eamentioned in commit 4989e9ea
mentioned in merge request !2071 (merged)