Skip to content
Snippets Groups Projects
Commit 3ad4a4a1 authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

Fix tests failing with new OpenMP on Intel compiler

- NearestNeighborFieldInterpolator::get needs to break out of all loops, just not the current one. While the test seemed to succeed anyway, it crashed with corrupted memory during exit when compiled with Intel 17 in Release mode.
- FftTest should not use thread-unsafe RNG in parallel section. Otherwise the Intel 16 compiler crashes.
- Revert to -openmp on Intel < 16.0.3, which crashes while processing some of our OpenMP loops (e.g. BoundaryHandling::treatDirection).
parent 026a9410
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment