Arne Morten Kvarving

Results 258 comments of Arne Morten Kvarving

do note the warnings.

These are already broadcast during the EclipseState broadcast, ie, https://github.com/OPM/opm-common/blob/master/opm/input/eclipse/EclipseState/EclipseState.hpp#L151

no, that is not the problem. i have explained to tobias in other channels. the problem is that we try to pull hip headers into simulator objects and simulator objects...

the problem is that it somehow leads to a div by zero. i've just setup rocm on my box so i'll find it shortly.

jenkins doesn't run the hipify build in the normal trigger, so we only saw it in the post-builder. it's fixed by https://github.com/OPM/opm-simulators/pull/5705

in particular cudaGetDeviceCount doesn't set the result var to 0 if it fails to find any device, so we have the initial -1 value, and hence we did not get...

you have to rebase the opm-tests branch.