Markus Blatt
Markus Blatt
What kind of run is this? Serial or parallel?
jenkins build this serial please
I think the jenkins failure is due to unconditional usage of MPI and unconditionally including mpi.h. Unfortunately, we require compiling without MPI to work. There is a subtle reason for...
> > Unfortunately, we require compiling without MPI to work. > > @blattms How do I build locally without MPI? I tried cmake option `-DUSE_MPI=NO` but opm-grid fails to build...
I am not sure how the performance implications of this are. It seems like we now always get all the WELPI of all wells even without any PYACTION if there...
Should we reset the welpimap in the schedule somewhen?
Nice, thanks. On of the few occasions where a failing test is something good :sweat_smile:
Last jenkins [build](https://ci.opm-project.org/job/opm-simulators-PR-builder/6445/) used master and fails with ``` Exception received: Cannot find input case '/var/lib/jenkins/post-builder/workspace/opm-simulators-PR-builder/deps/opm-tests/actionx/COMPDAT_SHORT'. Try '--help' for a usage description. ``` Let's try with the OPM/opm-tests#1199
jenkins build this opm-tests=1199 please
It seems like it fails correctly now.