GROMACS version:2022
GROMACS modification: No.
Dear Sir
I just followed the instruction (Installation guide — GROMACS 2022 documentation) for installing GROMACS on my MAC laptop.
“tar xfz gromacs-2022.tar.gz
cd gromacs-2022
mkdir build
cd build
cmake … -DGMX_BUILD_OWN_FFTW=ON -DREGRESSIONTEST_DOWNLOAD=ON
make
make check
sudo make install
source /usr/local/gromacs/bin/GMXRC”
At the make shown in the webpage, I get this error.
… /Desktop/gromacs-2022/src/external/muparser/src/muParserBase.cpp:44:10: fatal error: ‘omp.h’ file not found
#include <omp.h>
**^~~~~~~**
How do I fix this error? Thank you very much for your help.
1 error generated.