README 899 B

123456789101112131415161718192021
  1. GROMACS is a versatile package to perform molecular dynamics, i.e.
  2. simulate the Newtonian equations of motion for systems with hundreds
  3. to millions of particles and is a community-driven project.
  4. It is primarily designed for biochemical molecules like proteins,
  5. lipids and nucleic acids that have a lot of complicated bonded
  6. interactions, but since GROMACS is extremely fast at calculating the
  7. nonbonded interactions (that usually dominate simulations) many groups
  8. are also using it for research on non-biological systems, e.g.
  9. polymers and fluid dynamics.
  10. Optional dependences:
  11. For run-time detection of hardware capabilities set HWLOC=yes. This
  12. requires hwloc.
  13. To enable MPI set PARALLEL=yes. This requires a MPI implementation
  14. either openmpi or mpich.
  15. For enabling CUDA set CUDA=yes. This requires the CUDA SDK.
  16. To enable OpenCL set OPENCL=yes. This requires a OpenCL
  17. implementation.