Skip to content
Snippets Groups Projects
Commit a1b603d4 authored by Martin Bauer's avatar Martin Bauer
Browse files

Removed IntelMPI Workaround from CMake

- workaround seems to be not necessary any more, for recent IntelMPI versions
- the workaround did not play with CMake's try_compile function, which tries to compile some test programs to check for compiler features
  The workaround added '-include mpi.h' to the compile flags, which are also used by try_compile, but try_compile does not set include directories with "-I"
  This lead to the problem, that for example the OpenMP flag was not correctly determined, since there the try_compile mechanism is used
parent 33fe0883
No related merge requests found
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