User Tools

Site Tools


cluster:172

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
cluster:172 [2018/08/23 14:27]
hmeij07 [Gromacs]
cluster:172 [2018/08/23 14:42]
hmeij07 [Gromacs]
Line 277: Line 277:
  
 Download and extract source. Using same environment as Amber compilation. Download and extract source. Using same environment as Amber compilation.
 +
 +<code>
 +
 + cd gromacs-2018/
 + mkdir build
 + cd build
 +
 + which mpicc mpicxx
 +/share/apps/CENTOS6/openmpi/1.8.4/bin/mpicc
 +/share/apps/CENTOS6/openmpi/1.8.4/bin/mpicxx
 +
 + CC=mpicc CXX=mpicxx \
 +   /share/apps/CENTOS7/cmake/3.12.1/bin/cmake .. \
 +  -DCMAKE_INSTALL_PREFIX=/usr/local/gromacs-2018 \
 +  -DGMX_BUILD_OWN_FFTW=ON -DGMX_MPI=ON -DGMX_GPU=ON
 + CC=mpicc CXX=mpicxx make
 + CC=mpicc CXX=mpicxx make install
 +
 +</code>
 ==== Lammps ==== ==== Lammps ====
  
cluster/172.txt ยท Last modified: 2020/07/15 17:52 by hmeij07