X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=cmake%2FgmxManageFFTLibraries.cmake;h=77e931a3e3b4834d9f0fac24a0f81ef5795f22b3;hb=3a85d940616b90260276a960afc06e3f8be4daa1;hp=e412641fcec82b742f79991a9282151f65bd7083;hpb=b08db8bb4c46e76e067ce09a2e8d43390e445575;p=alexxy%2Fgromacs.git diff --git a/cmake/gmxManageFFTLibraries.cmake b/cmake/gmxManageFFTLibraries.cmake index e412641fce..77e931a3e3 100644 --- a/cmake/gmxManageFFTLibraries.cmake +++ b/cmake/gmxManageFFTLibraries.cmake @@ -130,9 +130,6 @@ elseif(${GMX_FFT_LIBRARY} STREQUAL "MKL") if (NOT MKL_MANUALLY) # The next line takes care of everything for MKL if (WIN32) - # This works according to the Intel MKL 10.3 for Windows - # docs, but on Jenkins Win2k8, icl tries to interpret it - # as a file. Shrug. set(FFT_LINKER_FLAGS "/Qmkl:sequential") elseif(GMX_INTEL_LLVM AND GMX_INTEL_LLVM_VERSION GREATER_EQUAL 2021020) set(FFT_LINKER_FLAGS "-qmkl=sequential")