Fix Clang CUDA for Clang>=9
authorRoland Schulz <roland.schulz@intel.com>
Mon, 11 May 2020 04:36:57 +0000 (21:36 -0700)
committerRoland Schulz <roland.schulz@intel.com>
Mon, 11 May 2020 05:21:05 +0000 (22:21 -0700)
commit1ab9d0687010e814c76bb1ecb042e57ace686771
treef6d524ef93a414f9b2d99d10016c433c5113e4cc
parent428ed5d683d43c3a5b53f14928f6e010334ba2f6
Fix Clang CUDA for Clang>=9

CUDA and OpenMP is broken (bug 45533). Overwrite OpenMP
flag with -fno-openmp to work-around it. No CUDA files
use OpenMP and therefore this has no negative impact.
cmake/gmxManageClangCudaConfig.cmake