e48395b
Thu Dec 20 2012
e48395b
Susi Lehtola
6e06a80
6e06a80
6e06a80
Some notes about the GROMACS Fedora package:
6e06a80
6e06a80
- In order to prevent name clashes with other software, all 
6e06a80
binaries have been renamed to start with g_ . For instance
6e06a80
grompp is now g_grompp and mdrun is now g_mdrun.
6e06a80
6e06a80
- All binaries are available in single and dual precision.
6e06a80
The binaries with the _d suffix are double precision versions.
6e06a80
For instance g_mdrun is single precision and g_mdrun_d is double
6e06a80
precision.
6e06a80
6e06a80
- MPI enabled binaries are in gromacs-mpi. These contain, too,
6e06a80
both single and double precision versions. Single precision
6e06a80
versions have _mpi suffix, double precisin versions _mpi_d suffix.
6e06a80
For instance g_mdrun_mpi and g_mdrun_mpi_d.