Hi all,
I am trying to Linux install the 2021-beta3 version of Gromacs and I am running into an error in the make step where the modularsimulator file can’t be found.
The version of cmake I am using is 3.19.2 and of gcc is 5.5.0.
I have performed the following commands:
- wget http://ftp.gromacs.org/pub/regressiontests/regressiontests-2021-beta3.tar.gz
- tar xvzf regressiontests-2021-beta3.tar.gz
- cmake … -DGMX_BUILD_OWN_FFTW=ON -DREGRESSIONTEST_DOWNLOAD=OFF -DCMAKE_C_COMPILER=gcc -DREGRESSIONTEST_PATH=/home/kyrstyn/regressiontests-2021-beta3
- make
This is my error message for the make step:
Thank you to anyone who has any advice on this issue or knows how to resolve it.