Installation notes
For GPU support please set GMX_GPU
: Framework for GPU acceleration. (Pick one of: OFF, CUDA, OpenCL, SYCL). Example CUDA:
cmake ../gromacs-${_gromacsver} \
-DCMAKE_INSTALL_PREFIX=/usr/local/gromacs-plumed \
-DGMX_DEFAULT_SUFFIX=OFF -DGMX_BINARY_SUFFIX=_plumed -DGMX_LIBS_SUFFIX=_plumed \
-DGMX_BUILD_OWN_FFTW=ON \
-DGMX_GPU=CUDA
-DREGRESSIONTEST_DOWNLOAD=ON
Use notes
source /usr/local/gromacs/gromacs-plumed/bin/GMXRC
gmx_plumed mdrun ...
Pinned Comments
hseara commented on 2019-04-15 20:25 (UTC) (edited on 2021-05-10 10:06 (UTC) by hseara)
Installation notes
For GPU support please set
GMX_GPU
: Framework for GPU acceleration. (Pick one of: OFF, CUDA, OpenCL, SYCL). Example CUDA:Use notes