...
Some test cases to start with can be found at ftp://ftp.gromacs.org/pub/benchmarks/gmxbench-3.0.tar.gz.
Table of Contents |
---|
Build and Install Gromacs
Download the source code
|
...
Note: if you get hwloc error, comment out the following lines from the following file: /src/gromacs/hardware/hardwaretopology.cpp.
Code Block |
---|
//# if GMX_HWLOC_API_VERSION < 0x00020000 //# error "HWLOC library major version set during configuration is 1, but currently using version 2 headers" //# endif |
Check the install directory for the file mdrun_mpi
Code Block |
---|
$ ls ../install/
bin include lib64 share
$ ls ../install/bin
gmx-completion-mdrun_mpi.bash mdrun_mpi |
Build Gromacs with GPU support
|
Run Gromacs
To run Gromacs with CPU only using stmv case
...