alexxy/gromacs.git
13 years agoA few more additions to wman.c to account for symbol encoding.
Justin Lemkul [Mon, 4 Apr 2011 12:05:31 +0000 (08:05 -0400)]
A few more additions to wman.c to account for symbol encoding.

13 years agoAdded 1 analysis tool manual.
David van der Spoel [Mon, 4 Apr 2011 11:13:54 +0000 (13:13 +0200)]
Added 1 analysis tool manual.

13 years agoMerge branch 'release-4-5-patches' into orderparm
David van der Spoel [Mon, 4 Apr 2011 10:45:16 +0000 (12:45 +0200)]
Merge branch 'release-4-5-patches' into orderparm

13 years agoLatest fixes from Bjorn Steen Saethre
David van der Spoel [Mon, 4 Apr 2011 10:42:15 +0000 (12:42 +0200)]
Latest fixes from Bjorn Steen Saethre

13 years agoFixed g_pme_error to use MPI, but not threads.
Sander Pronk [Fri, 1 Apr 2011 14:24:00 +0000 (16:24 +0200)]
Fixed g_pme_error to use MPI, but not threads.

This fixes issue #729.

13 years agofixed genbox -ci only filling part of triclinic boxes
Berk Hess [Thu, 31 Mar 2011 08:55:50 +0000 (10:55 +0200)]
fixed genbox -ci only filling part of triclinic boxes

This fixes #724

13 years agoRemoved useless const qualifier
Mark Abraham [Wed, 30 Mar 2011 19:52:24 +0000 (06:52 +1100)]
Removed useless const qualifier

xdr_zero was declared as a pointer-to-const, but was only used as
an argument to a function taking pointer-to-non-const. This provokes
a compiler warning, so I removed the useless const.

13 years agoSuppressed Cygwin C-only compiler warnings
Mark Abraham [Wed, 30 Mar 2011 19:47:33 +0000 (06:47 +1100)]
Suppressed Cygwin C-only compiler warnings

Cygwin uses newlib, which by default uses macros for things like
isupper() defined in ctype.h. Apparently, by design, these are
intended to provoke compiler warnings when called with signed char
arguments. I don't know why. Undefining these macros falls back to
function versions that accept signed int, and so produce no warning.

13 years agoUpdated g_energy help information.
Justin Lemkul [Wed, 30 Mar 2011 17:07:41 +0000 (13:07 -0400)]
Updated g_energy help information.

13 years agoChecks for zero-mass atoms in ED, better ordering of options in make_edi
Carsten Kutzner [Wed, 30 Mar 2011 14:17:16 +0000 (16:17 +0200)]
Checks for zero-mass atoms in ED, better ordering of options in make_edi

13 years agoFixed g_cluster logic error
Mark Abraham [Sat, 26 Mar 2011 04:47:08 +0000 (15:47 +1100)]
Fixed g_cluster logic error

g_cluster was attempting to deallocate a gmx_rmpbc_t object when it
might not have been initialized. Since that object is only initialized
under a simple combination of conditions, it makes most sense to clean
up only under those conditions (as well as fix the real reason for the
segfault).

13 years agoMade gmx_rmpbc_t object functions not segfault
Mark Abraham [Sat, 26 Mar 2011 04:34:07 +0000 (15:34 +1100)]
Made gmx_rmpbc_t object functions not segfault

In C++, member functions can assume that they are called on an allocated
object. C pseudo-member-functions don't have the luxury of that
knowledge about the object.

13 years agoFixed matio.c sfree() that made DvdS cry.
Mark Abraham [Sat, 26 Mar 2011 04:32:19 +0000 (15:32 +1100)]
Fixed matio.c sfree() that made DvdS cry.

The error was merely in deallocating the modified pointer,
rather than the allocated one.

13 years agoFixed deallocation bug in energy history checkpoint
Sander Pronk [Fri, 25 Mar 2011 14:41:31 +0000 (15:41 +0100)]
Fixed deallocation bug in energy history checkpoint

13 years agoFixed incorrect reference in g_tcaf.
Justin Lemkul [Thu, 24 Mar 2011 12:00:17 +0000 (08:00 -0400)]
Fixed incorrect reference in g_tcaf.

13 years agoAdded Bjorn's code, implemented running average filtering.
David van der Spoel [Thu, 24 Mar 2011 08:50:35 +0000 (09:50 +0100)]
Added Bjorn's code, implemented running average filtering.

13 years agoTons of small fixes to documentation.
Justin Lemkul [Wed, 23 Mar 2011 00:41:46 +0000 (20:41 -0400)]
Tons of small fixes to documentation.

These are a lot of editorial fixes (style, typos, etc) but also an
introduction of symbols in equations and normal text that I think (1)
makes the manual look prettier and (2) makes the terminology easier to
follow throughout the manual, back to earlier chapters, etc.

13 years agoLots of editorial fixes to descriptions, etc. to make the manual
Justin Lemkul [Tue, 22 Mar 2011 14:55:40 +0000 (10:55 -0400)]
Lots of editorial fixes to descriptions, etc. to make the manual
a bit cleaner and more consistent.

13 years agofixed replica exchange quantity consistency check
Berk Hess [Tue, 22 Mar 2011 13:42:15 +0000 (14:42 +0100)]
fixed replica exchange quantity consistency check

13 years agoNew maintenance release: 4.5.4
Rossen Apostolov [Mon, 21 Mar 2011 15:18:18 +0000 (16:18 +0100)]
New maintenance release: 4.5.4

13 years agoThe -version flag now prints more information.
Sander Pronk [Mon, 21 Mar 2011 15:02:23 +0000 (16:02 +0100)]
The -version flag now prints more information.

mdrun -version now prints whether the binary is single/double
precision, the parallellization library used, and the FFT library.

13 years agoFixed warning arising from gmx_hbond.c
Erik Marklund [Mon, 21 Mar 2011 12:46:33 +0000 (13:46 +0100)]
Fixed warning arising from gmx_hbond.c

13 years agoFixed more real/double issues in gmx_density
Rossen Apostolov [Mon, 21 Mar 2011 11:26:12 +0000 (12:26 +0100)]
Fixed more real/double issues in gmx_density

13 years agoRemoved duplicated EXTRA_DIST entry in src/tools/Makefiles.am
Rossen Apostolov [Mon, 21 Mar 2011 10:52:22 +0000 (11:52 +0100)]
Removed duplicated EXTRA_DIST entry in src/tools/Makefiles.am

13 years agoAdded back Template.mak.
Rossen Apostolov [Mon, 21 Mar 2011 10:11:09 +0000 (11:11 +0100)]
Added back Template.mak.

13 years agoFixed real/double issue in gmx_density
Sander Pronk [Mon, 21 Mar 2011 09:58:28 +0000 (10:58 +0100)]
Fixed real/double issue in gmx_density

13 years agoRemoved some template files from installation.
Rossen Apostolov [Mon, 21 Mar 2011 09:35:28 +0000 (10:35 +0100)]
Removed some template files from installation.

13 years agoVarious fixes for Windows builds.
Sander Pronk [Thu, 17 Mar 2011 10:58:42 +0000 (11:58 +0100)]
Various fixes for Windows builds.

13 years agoMade g_sgangle fatal error a bit more verbose.
Justin Lemkul [Wed, 16 Mar 2011 15:17:41 +0000 (11:17 -0400)]
Made g_sgangle fatal error a bit more verbose.

13 years agomdrun -multi, multidir and replica exchange now exchange large int step sizes.
Sander Pronk [Wed, 16 Mar 2011 11:54:12 +0000 (12:54 +0100)]
mdrun -multi, multidir and replica exchange now exchange large int step sizes.

When coordinating step numbers, multirun now sends large ints.
An MPI datatype for that is now introduced: GMX_MPI_LARGE_INT.

13 years agoMultisim simulations now all stop when the first one stops.
Sander Pronk [Tue, 15 Mar 2011 14:37:55 +0000 (15:37 +0100)]
Multisim simulations now all stop when the first one stops.

This fixes a bug where all MPI nodes would hang once the first
simulation in a multisim finishes.

13 years agog_options source files are now properly packaged
Rossen Apostolov [Mon, 14 Mar 2011 13:30:36 +0000 (14:30 +0100)]
g_options source files are now properly packaged

The tool is installed by default by both CMake and autoconf

13 years agofixed bd with bd_fric>0 making all coordinates 0
Berk Hess [Mon, 14 Mar 2011 07:25:29 +0000 (08:25 +0100)]
fixed bd with bd_fric>0 making all coordinates 0

13 years agofixed precision of g_traj -com for large groups
Berk Hess [Mon, 14 Mar 2011 07:25:00 +0000 (08:25 +0100)]
fixed precision of g_traj -com for large groups

13 years agoMerge branch 'release-4-5-patches' of git.gromacs.org:gromacs into release-4-5-patches
Sander Pronk [Fri, 11 Mar 2011 15:31:38 +0000 (16:31 +0100)]
Merge branch 'release-4-5-patches' of git.gromacs.org:gromacs into release-4-5-patches

13 years agoadd pdb2gmx check for multiple .ff directories
Berk Hess [Fri, 11 Mar 2011 10:57:34 +0000 (11:57 +0100)]
add pdb2gmx check for multiple .ff directories

pdb2gmx will currently always read from the first .ff directory
in the library directory search list. Therefore selecting a second
force field with the same directory name would still lead to reading
the files in the first directory. A verbose fatal error now occurs
when not choosing the first of multiple entries.
This fixes #619

13 years agofixed memory error in element setting in pdbio
Berk Hess [Fri, 11 Mar 2011 10:12:18 +0000 (11:12 +0100)]
fixed memory error in element setting in pdbio

Atom types without element would cause a NULL pointer to be passed
to sprintf in get_pdb_atomnumber. This could cause the memory of
pdb2gmx to get corrupted and print incorrect atom types and charges.
This would not affect normal pdb files and force fields, since all
atom in there are "real" atoms. This fixes #618

13 years agoadded histidine names for gen_vsite, fixes 706
Berk Hess [Fri, 11 Mar 2011 09:43:20 +0000 (10:43 +0100)]
added histidine names for gen_vsite, fixes 706

13 years agoMore allocation fixes for NUMA allocator.
Sander Pronk [Thu, 10 Mar 2011 16:30:39 +0000 (17:30 +0100)]
More allocation fixes for NUMA allocator.

13 years agoAdded documentation for multidir.
Sander Pronk [Thu, 10 Mar 2011 16:27:26 +0000 (17:27 +0100)]
Added documentation for multidir.

13 years agoAdded more support for multidir.
Sander Pronk [Thu, 10 Mar 2011 16:24:12 +0000 (17:24 +0100)]
Added more support for multidir.

13 years agog_membed bug #697 fix. Remove empty molblocks due to
Maarten Wolf [Thu, 10 Mar 2011 09:53:32 +0000 (10:53 +0100)]
g_membed bug #697 fix. Remove empty molblocks due to
removing these molecules

13 years agoAdded grompp note about avoiding zero-step EM
Mark Abraham [Tue, 8 Mar 2011 12:29:13 +0000 (23:29 +1100)]
Added grompp note about avoiding zero-step EM

People try to do zero-step EM to evaluate energies of single
configurations. grompp now writes a note that this will alter the
coordinates before computing the energy, and recommends zero-step MD,
or the use of mdrun -rerun.

13 years agoremoved global #atoms allocation for empty DD cells
Berk Hess [Mon, 7 Mar 2011 21:10:02 +0000 (22:10 +0100)]
removed global #atoms allocation for empty DD cells

13 years agoremoved a global #atoms alloc in mdrun initialization
Berk Hess [Mon, 7 Mar 2011 15:00:01 +0000 (16:00 +0100)]
removed a global #atoms alloc in mdrun initialization

13 years agoMerge branch 'release-4-5-patches' of git@git.gromacs.org:gromacs into release-4...
David van der Spoel [Sat, 5 Mar 2011 19:07:30 +0000 (20:07 +0100)]
Merge branch 'release-4-5-patches' of git@git.gromacs.org:gromacs into release-4-5-patches

13 years agoFixed SEGV in eneconv when using the -e flag.
David van der Spoel [Sat, 5 Mar 2011 19:06:53 +0000 (20:06 +0100)]
Fixed SEGV in eneconv when using the -e flag.

13 years agoReplaced strdups with gmx_strdups so that they can be sfree()'d safely.
Sander Pronk [Thu, 3 Mar 2011 17:17:24 +0000 (18:17 +0100)]
Replaced strdups with gmx_strdups so that they can be sfree()'d safely.

Patch providided by Scott Field from Microsoft as part of NUMA optimizations.

13 years agomade the g_density accumulation double precision
Berk Hess [Thu, 3 Mar 2011 16:08:38 +0000 (17:08 +0100)]
made the g_density accumulation double precision

13 years agofixed a typo in cmake pkg-config files
Christoph Junghans [Thu, 3 Mar 2011 13:39:38 +0000 (14:39 +0100)]
fixed a typo in cmake pkg-config files

13 years agoFixed wrong error message when using flooding code as harmonic
Carsten Kutzner [Thu, 3 Mar 2011 10:56:50 +0000 (11:56 +0100)]
Fixed wrong error message when using flooding code as harmonic
restraint. Also added comments.

13 years agoSmall fixes to g_dielectric description to improve readability.
Justin Lemkul [Tue, 1 Mar 2011 14:59:35 +0000 (09:59 -0500)]
Small fixes to g_dielectric description to improve readability.

13 years agoFixed bug #714: deprecated structure in gettimeofday
Carsten Kutzner [Tue, 1 Mar 2011 12:06:31 +0000 (13:06 +0100)]
Fixed bug #714: deprecated structure in gettimeofday

13 years agoAnother typo.
Justin Lemkul [Sat, 26 Feb 2011 13:32:53 +0000 (08:32 -0500)]
Another typo.

13 years agoFixed some typos in mdp_opt.html
Justin Lemkul [Sat, 26 Feb 2011 13:29:23 +0000 (08:29 -0500)]
Fixed some typos in mdp_opt.html

13 years agoFixed typo in citation.
Justin Lemkul [Fri, 25 Feb 2011 23:44:47 +0000 (18:44 -0500)]
Fixed typo in citation.

13 years agoCorrected output of a warning message.
Carsten Kutzner [Fri, 25 Feb 2011 18:37:58 +0000 (19:37 +0100)]
Corrected output of a warning message.

13 years agoAdded the -fix option to g_tune_pme for tuning of rcoulomb and grid
Carsten Kutzner [Fri, 25 Feb 2011 18:30:32 +0000 (19:30 +0100)]
Added the -fix option to g_tune_pme for tuning of rcoulomb and grid
at a fixed number of PME-only nodes.

13 years agoalso renamed options to g_options in Makefile.am
Berk Hess [Thu, 24 Feb 2011 16:39:28 +0000 (17:39 +0100)]
also renamed options to g_options in Makefile.am

13 years agoadded missing density factor to cosaccel 1/viscosity output
Berk Hess [Thu, 24 Feb 2011 14:37:26 +0000 (15:37 +0100)]
added missing density factor to cosaccel 1/viscosity output

13 years agopdb model numbers now start at 1
Berk Hess [Thu, 24 Feb 2011 13:04:14 +0000 (14:04 +0100)]
pdb model numbers now start at 1

The general pdb writing code and trjconv could write pdb files
with 0 as the first model number. The minimum been changed to 1.
This fixes #709

13 years agoadded cmake warning when the cache generated on another host is reused
Szilard Pall [Wed, 23 Feb 2011 12:59:32 +0000 (13:59 +0100)]
added cmake warning when the cache generated on another host is reused

13 years agofixed incorrect virial and pressure averages
Berk Hess [Wed, 23 Feb 2011 12:51:24 +0000 (13:51 +0100)]
fixed incorrect virial and pressure averages

Removed a second, incorrect setting of flags for storage of energy averages
in mdrun.
This would cause incorrect averages of the virial and pressure to be stored
in the energy file and printed at the end of the log file when the lowest
common denominator of nstcomm, nsttcouple and/or nstpcouple was less than
nstcalcenergy. Note that the instantaneous values and the actual simulation
results were all correct.
Additionally there was a potential issue with parallel checkpoint signalling
with -gcom larger than nstlist which could lead to hanging of mdrun.
This fixes #696

13 years agoadded support for harmonic potential (bond type 7) in OpenMM
Berk Hess [Mon, 21 Feb 2011 14:26:10 +0000 (15:26 +0100)]
added support for harmonic potential (bond type 7) in OpenMM

13 years agomade maximum load balancing tunable with env.var. GMX_DLB_MAX
Berk Hess [Mon, 21 Feb 2011 14:24:46 +0000 (15:24 +0100)]
made maximum load balancing tunable with env.var. GMX_DLB_MAX

13 years agofixed dynamic load balancing inactive with -gcom and pressure scaling with -gcom...
Berk Hess [Sun, 20 Feb 2011 18:51:10 +0000 (19:51 +0100)]
fixed dynamic load balancing inactive with -gcom and pressure scaling with -gcom when nstpcouple<nstcalcenergy

13 years agoadded some debug prints to gmxcpp.c
Berk Hess [Sun, 20 Feb 2011 18:49:37 +0000 (19:49 +0100)]
added some debug prints to gmxcpp.c

13 years agoMinor fix for when write_dhdl_file=false and delta_lambda != 0
Sander Pronk [Sun, 20 Feb 2011 09:54:14 +0000 (10:54 +0100)]
Minor fix for when write_dhdl_file=false and delta_lambda != 0

13 years agoMerge branch 'release-4-5-patches' of git.gromacs.org:gromacs into release-4-5-patches
Carsten Kutzner [Wed, 16 Feb 2011 17:05:06 +0000 (18:05 +0100)]
Merge branch 'release-4-5-patches' of git.gromacs.org:gromacs into release-4-5-patches

13 years agoFixed int overflow happening in genion when number of water molecules is large
Carsten Kutzner [Wed, 16 Feb 2011 16:37:06 +0000 (17:37 +0100)]
Fixed int overflow happening in genion when number of water molecules is large

13 years agoFixed a rare bug in selection position handling.
Teemu Murtola [Wed, 16 Feb 2011 15:53:32 +0000 (17:53 +0200)]
Fixed a rare bug in selection position handling.

If the "whole" prefix was used on a position calculation that applied to
a static selection (e.g., "whole_res_com of name CA CB"), the block data
for the output positions was incorrect.

13 years agoAdd -tu option to g_hbond.
Justin Lemkul [Wed, 16 Feb 2011 15:38:39 +0000 (10:38 -0500)]
Add -tu option to g_hbond.

IssueID #580

13 years agoClarified source of g_rmsf reference frame
Mark Abraham [Wed, 16 Feb 2011 06:14:00 +0000 (17:14 +1100)]
Clarified source of g_rmsf reference frame

13 years agoSmall fix to improve xpm2ps output
Justin Lemkul [Tue, 15 Feb 2011 19:07:38 +0000 (14:07 -0500)]
Small fix to improve xpm2ps output

13 years agoAdded workaround for F_GB13 duplicates
Mark Abraham [Sun, 13 Feb 2011 01:11:35 +0000 (12:11 +1100)]
Added workaround for F_GB13 duplicates

Under some conditions, identical reference bond lengths could lead to
different computed 1-3 lengths (using icc 11 and double precision, at
least). These then failed the memcmp() test that removes duplicate
parameter lists, which led to near-duplicates in the
function-parameters lists. In theory, we shouldn't test for
floating-point equality with memcmp(), but in theory the test should
work, too!

Instead of memcmp(), for F_GB13 only, tests with
gmx_within_tol(a,b,1e-6) are now used. That should be an acceptable
compromise between expected function, numerical accuracy and grompp
execution time.

IssueID #699

13 years agoFixed erroneous floating-point comparison
Mark Abraham [Sun, 13 Feb 2011 00:27:24 +0000 (11:27 +1100)]
Fixed erroneous floating-point comparison

IssueID #699

13 years agoAdded note about doing repeat invocations of genbox
Mark Abraham [Sat, 12 Feb 2011 02:20:58 +0000 (13:20 +1100)]
Added note about doing repeat invocations of genbox

13 years agofixed buggy detection of hostname and time of build in CMake
Szilard Pall [Fri, 11 Feb 2011 18:14:09 +0000 (19:14 +0100)]
fixed buggy detection of hostname and time of build in CMake

13 years agoRemoved ancient CVS tag lines
Mark Abraham [Fri, 11 Feb 2011 07:31:52 +0000 (18:31 +1100)]
Removed ancient CVS  tag lines

13 years agoUsed some spacing to make code readable
Mark Abraham [Fri, 11 Feb 2011 07:11:18 +0000 (18:11 +1100)]
Used some spacing to make code readable

13 years agoUsed symbolic constant more consistently
Mark Abraham [Fri, 11 Feb 2011 06:57:27 +0000 (17:57 +1100)]
Used symbolic constant more consistently

13 years agoMade the "multiple settles" fatal error more helpful
Mark Abraham [Fri, 11 Feb 2011 06:43:22 +0000 (17:43 +1100)]
Made the "multiple settles" fatal error more helpful

The error message now explains the origin of the issue, hints at a
common reason for erroneously provoking this error, and still
provides the previously-given tip for resolving the issue for users
who really need two molecule blocks of constrained solvent.

13 years agoFixed a bug in g_energy -odh
Sander Pronk [Thu, 10 Feb 2011 10:39:57 +0000 (11:39 +0100)]
Fixed a bug in g_energy -odh

Can now succesfully extract dhdl values with g_energy when
delta_lambda>0

13 years agousing set_mm_ps to make pgi happy
Roland Schulz [Thu, 23 Sep 2010 05:34:02 +0000 (01:34 -0400)]
using set_mm_ps to make pgi happy

Asked about this commit 10Apr2010 and got no answer. Committing it now so that it deosn't get lost
Should have no effect on gcc and fixes it for PGI

13 years agoFixed a typo.
Justin Lemkul [Thu, 3 Feb 2011 00:51:41 +0000 (19:51 -0500)]
Fixed a typo.

13 years agoFixed minor issue with replica exchange
Mark Abraham [Wed, 2 Feb 2011 04:48:20 +0000 (15:48 +1100)]
Fixed minor issue with replica exchange

If the user chose mdrun -replex that was not a multiple of
nstcalcenergy, then replica exchange could occur when energies were
not current. Fixed by requiring repl_ex_nst to be a multiple of
nstcalcenergy, as with similar mechanisms for global
intra-simulation communication.

IssueID #695

13 years agoImproved PBC handling for large molecules during cluster PBC
Erik Lindahl [Sun, 30 Jan 2011 20:59:08 +0000 (21:59 +0100)]
Improved PBC handling for large molecules during cluster PBC

13 years agoFixed more PBC and indexing stuff.
David van der Spoel [Sun, 30 Jan 2011 20:33:11 +0000 (21:33 +0100)]
Fixed more PBC and indexing stuff.

13 years agoFixed the pbc cluster option of trjconv by switching to a slower algorithm
Erik Lindahl [Sun, 30 Jan 2011 20:15:41 +0000 (21:15 +0100)]
Fixed the pbc cluster option of trjconv by switching to a slower algorithm

13 years agoFixed typo.
David van der Spoel [Sun, 30 Jan 2011 19:24:39 +0000 (20:24 +0100)]
Fixed typo.

13 years agoMerge branch 'release-4-5-patches' into orderparm
David van der Spoel [Sun, 30 Jan 2011 18:24:40 +0000 (19:24 +0100)]
Merge branch 'release-4-5-patches' into orderparm
Merged in some new code from Bjorn Steen Saethre.

Conflicts:

src/tools/Makefile.am
src/tools/expfit.c
src/tools/levenmar.c

13 years agoMerge branch 'release-4-5-patches' of git@git.gromacs.org:gromacs into release-4...
David van der Spoel [Sat, 29 Jan 2011 21:19:45 +0000 (22:19 +0100)]
Merge branch 'release-4-5-patches' of git@git.gromacs.org:gromacs into release-4-5-patches

13 years agoAdded code in g_nmeig to compute the quantum corrections to heat capacity
David van der Spoel [Sat, 29 Jan 2011 21:19:17 +0000 (22:19 +0100)]
Added code in g_nmeig to compute the quantum corrections to heat capacity
and enthalpy, based on a normal mode analysis.
Added one and fixed one reference in copyrite.c

13 years agoAdded forgotten file
Mark Abraham [Fri, 28 Jan 2011 07:38:23 +0000 (18:38 +1100)]
Added forgotten file

IssueID #690

13 years agoTurned g_options into a normal GROMACS tool
Mark Abraham [Fri, 28 Jan 2011 07:18:38 +0000 (18:18 +1100)]
Turned g_options into a normal GROMACS tool

Made the old src/contrib/options into g_options which is built and
installed by CMake by default.

IssueID #690

13 years agoRenamed src/tools/options.c
Mark Abraham [Fri, 28 Jan 2011 07:02:33 +0000 (18:02 +1100)]
Renamed src/tools/options.c

IssueID #690

13 years agoImproved grompp documentation
Mark Abraham [Fri, 28 Jan 2011 03:04:04 +0000 (14:04 +1100)]
Improved grompp documentation

Added clarification points about whether coordinates come from -t or -c
files, reworded the recommendations about restarts, and added a tip
that gmxcheck can compare .tpr files.

IssueID #688

13 years agoMerge branch 'release-4-5-patches' of git@git.gromacs.org:gromacs into release-4...
David van der Spoel [Wed, 26 Jan 2011 19:56:23 +0000 (20:56 +0100)]
Merge branch 'release-4-5-patches' of git@git.gromacs.org:gromacs into release-4-5-patches

13 years agoImproved genion -h
Mark Abraham [Tue, 25 Jan 2011 12:22:28 +0000 (23:22 +1100)]
Improved genion -h

Explicit mention is now made of the need to use the correct
molecule names for ions with -pname and -nname, and in the topology.

13 years agoRelocated some t_matrix documentation
Mark Abraham [Tue, 25 Jan 2011 07:09:14 +0000 (18:09 +1100)]
Relocated some t_matrix documentation