scripts/MPI/gromacs/build: compile without GPU

This commit is contained in:
2015-05-26 11:09:52 +02:00
parent 1aa03ce303
commit a612e4570e

View File

@@ -7,6 +7,7 @@ function em.configure() {
-DCMAKE_INSTALL_PREFIX="${PREFIX}" \
-DCMAKE_BUILD_TYPE=RELEASE \
-DGMX_MPI=on \
-DGMX_GPU=off \
-DGMX_BUILD_OWN_FFTW=on \
"${MODULE_SRCDIR}" \
|| exit 1