[gmx-users] building 5.1.2 gives error: ../../lib/libgromacs_mpi.so.1.2.0: undefined reference to `tMPI_

Henk Slim hase3052 at gmail.com
Wed Jul 20 17:30:29 CEST 2016


I am new to gromacs and compiled 5.1.2 with the configuration

cmake .. -DGMX_BUILD_OWN_FFTW=ON -DGMX_MPI=ON -DGMX_THREAD_MPI=OFF

The make command gives this error message

Linking CXX shared library ../../lib/libgromacs_mpi.so
[100%] Built target libgromacs
Scanning dependencies of target template
[100%] Building CXX object share/template/CMakeFiles/template.dir/template.cpp.o
Linking CXX executable ../../bin/template
../../lib/libgromacs_mpi.so.1.2.0: undefined reference to `tMPI_Thread_self'
etc.

The error persisted after I commented the references to thread_mpi in
CMakeLists.txt

Is this a known problem?

Thanks


More information about the gromacs.org_gmx-users mailing list