GROMACS version: 2024.2
GROMACS modification: No
Hi everyone! I am trying to install GROMACS 2024.2. I followed the instructions and used the following commands:
tar xfz gromacs-2024.2.tar.gz
cd gromacs-2024.2
mkdir build
cd build
cmake … -DGMX_BUILD_OWN_FFTW=ON -DREGRESSIONTEST_DOWNLOAD=ON
make
However, when I use the make command, I get:
When I do lscpu | grep avx on the terminal, I see avx2.
Do you know how I can solve this problem? I have no problem installing older versions but I wanted to install the 2024.2 one. Thanks!