Skip to content

Increased memory limit in test for intel compiler

Christoph Rettinger requested to merge fix_intel_memoryusage_test into master

For some reason, Intel19 seemingly requires now more memory for some data structures. As a result, the MemoryUsage test failed due to the too small upper limit. This MR increases this limit.

@thoennes : You explicitly disabled this test for Intel OneAPI (see cmake file). What was the reason? Did the same problem occur and this might now also be fixed?

Merge request reports