Make NAG+OpenMP work

NAG had some special requirements to work with OpenMP:

  • atomic capture needs an inplace operation (see mo_dag)
  • linking requires setting flags explicitly
  • had to increase minimum CMake version to 3.18 to use LINK_LANGUAGE generator expression
    • all EVE tool chains used by us have this

Merge request reports

Loading