GROMACS version: gromacs-2024.1
GROMACS modification: No
CPU
AMD Ryzen 7 5800H, NumberOfCores = 8, ClockSpeed = 3.2 GHz
GPU
NVIDIA GeForce RTX 3060 6GB
I am trying to install gromacs on Windows 11 and using Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30154 for x64 instead of gcc/g++
i have run the following commands
set CC=cl
set CXX=cl
cmake -G"NMake Makefiles" -S. -B./build -DGMX_GPU=CUDA -DGMX_FFT_LIBRARY=fftw3 -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=off -DFFTWF_INCLUDE_DIR="C:\fftw-3.3.5-dll64" -DFFTWF_LIBRARY="C:\fftw-3.3.5-dll64\libfftw3f-3.lib"
The build was completed successfully; however, i noticed the following message
– Checking for GCC x86 inline asm - not supported
CMake Warning at cmake/gmxDetectCpu.cmake:98 (message):
CPU detection program did not compile on x86 host - this should never
happen. It is VERY bad for performance, since you will lose all SIMD
support. Please file a bug report.
Any assistance would be greatly appreciated