You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix regression were bob was not called anymore
Since 976a340 CMake options like `Omega_h_CXX_OPTIMIZE`
are not taken into account (not compiled with `-O3`), which explain the huge performance
degradation we observed in v9.30.0.
several fixes
- check MPI 3
- MpiTraits use fundamental types
which fixes Windows issues
- assert works around NDEBUG to
avoid CUDA capture issues
- make check does something when
tests are disabled