alexxy/gromacs.git
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 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 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 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

13 years agoImproved do_dssp -ssdump output
Mark Abraham [Tue, 25 Jan 2011 07:06:21 +0000 (18:06 +1100)]
Improved do_dssp -ssdump output

do_dssp -sc now dumps rows of strings with the secondary structure
content for the whole trajectory. g_chi has a feature that reads in
this file, however g_chi is hard-coded to read only the first line,
so this change does not affect that feature.

IssueID #683

13 years agoImproved do_dssp -sc output
Mark Abraham [Tue, 25 Jan 2011 06:43:38 +0000 (17:43 +1100)]
Improved do_dssp -sc output

do_dssp -sc now computes the total for each secondary structure type.
This makes it easy to report the average secondary structure content
by type in a comment at the bottom of that file.

IssueID #683

13 years agoVarious small changes to the man pages.
Justin Lemkul [Mon, 24 Jan 2011 00:01:08 +0000 (19:01 -0500)]
Various small changes to the man pages.

13 years agoSmall fix for editconf related to formatting consistency.
Justin Lemkul [Sun, 23 Jan 2011 21:38:35 +0000 (16:38 -0500)]
Small fix for editconf related to formatting consistency.

IssueID #677

13 years agoRemove g_highway from list of programs
Mark Abraham [Sun, 23 Jan 2011 09:04:32 +0000 (20:04 +1100)]
Remove g_highway from list of programs

13 years agoImproved conversion of documentation to LaTeX
Mark Abraham [Sun, 23 Jan 2011 06:12:15 +0000 (17:12 +1100)]
Improved conversion of documentation to LaTeX

Sundry improvements to the way textual markup in the inline
documentation for GROMACS tools was converted into LaTeX markup via
'g_tool_name -man tex' for inclusion in the LaTeX manual.

IssueID #677

13 years agoImproved consistency of text style usage
Mark Abraham [Sun, 23 Jan 2011 11:24:25 +0000 (22:24 +1100)]
Improved consistency of text style usage

All references to tool names, option names, and command line inputs
should be like '[TT]g_tool_name[tt]' or '<tt>-rerun</tt>' (depending
on the type of file), so that when it reaches the LaTeX manual, the
monospace font conveys the standard meaning, which is that this is
something the user might type.

IssueID #677

13 years agoMinor wording fixes
Mark Abraham [Sun, 23 Jan 2011 11:21:37 +0000 (22:21 +1100)]
Minor wording fixes

13 years agoMoved options.c to tools subdir
Mark Abraham [Sat, 22 Jan 2011 04:28:10 +0000 (15:28 +1100)]
Moved options.c to tools subdir

CMake doesn't work on src/contrib, so in order to get a current version
of the program options to build the manual, options.c has moved to
src/tools. Build systems have been updated accordingly. This program
will not be installed by default. CMake will build it by default, and
autotools will not.

13 years agocmake: added back gsl support (GMX_GSL, disabled by default)
Mark Abraham [Sun, 23 Jan 2011 00:27:48 +0000 (11:27 +1100)]
cmake: added back gsl support (GMX_GSL, disabled by default)

Conflicts:

src/tools/CMakeLists.txt

13 years agocmake: added GMX_XML to fully disable xml support
Christoph Junghans [Sat, 22 Jan 2011 18:37:45 +0000 (19:37 +0100)]
cmake: added GMX_XML to fully disable xml support

this is useful, when compiling statically and libxml2.a is missing or
libxml2 is broken for static linking
(see http://bugs.gentoo.org/show_bug.cgi?id=306479)

13 years agocmake: add support for external blas/lapack
Christoph Junghans [Sat, 22 Jan 2011 17:46:32 +0000 (18:46 +0100)]
cmake: add support for external blas/lapack

13 years agoFixed bug 678 which was due to calling gmx_fatal without calling
David van der Spoel [Sat, 22 Jan 2011 09:02:58 +0000 (10:02 +0100)]
Fixed bug 678 which was due to calling gmx_fatal without calling
parse_common_args before.

13 years agoAdded g_pme_error to programs.txt
Justin Lemkul [Fri, 21 Jan 2011 19:26:06 +0000 (14:26 -0500)]
Added g_pme_error to programs.txt

13 years agoMore minor formatting/editorial fixes for the manual.
Justin Lemkul [Fri, 21 Jan 2011 14:55:38 +0000 (09:55 -0500)]
More minor formatting/editorial fixes for the manual.

IssueID #671

13 years agoAdded NHE to OPLS/AA pdb2gmx hydrogen database
Mark Abraham [Thu, 20 Jan 2011 09:46:02 +0000 (20:46 +1100)]
Added NHE to OPLS/AA pdb2gmx hydrogen database

The pdb2gmx residue database includes the NH2 capping group, and its
synonym NHE. The latter was missing from the .hdb, which is now fixed.

13 years agoMade gmxdump error message clearer.
Mark Abraham [Thu, 20 Jan 2011 06:10:46 +0000 (17:10 +1100)]
Made gmxdump error message clearer.

The old message was a bit cryptic about both the reason for the error,
and the suggested course of action.

13 years agoFixes to g_wham documentation.
Justin Lemkul [Wed, 19 Jan 2011 18:45:57 +0000 (13:45 -0500)]
Fixes to g_wham documentation.

Mostly formatting issues in the source code, making it
(hopefully) a bit easier to read and keep track of. The
help info ate up a lot of space in the manual, so the
changes I made should make it a bit more compact.

IssueID #671

13 years agoTons of tiny changes to documentation. Manual looks prettier now.
Justin Lemkul [Wed, 19 Jan 2011 16:33:54 +0000 (11:33 -0500)]
Tons of tiny changes to documentation.  Manual looks prettier now.

IssueID #671

13 years agoTrivial fixes to program descriptions.
Justin Lemkul [Wed, 19 Jan 2011 15:00:26 +0000 (10:00 -0500)]
Trivial fixes to program descriptions.

To keep everything in the manual consistent, a few names must
be changed to reflect the new naming scheme that has been adopted.

13 years agoFixes to the demo script.
Justin Lemkul [Tue, 18 Jan 2011 15:21:55 +0000 (10:21 -0500)]
Fixes to the demo script.

Various typographical and editorial changes,
no major changes to functionality.

IssueID #669

13 years agoImproved .mdp file comment about the 'define' field
Mark Abraham [Tue, 18 Jan 2011 01:36:43 +0000 (12:36 +1100)]
Improved .mdp file comment about the 'define' field

The -D examples were less helpful than the new ones, which provide
a hint not to use -DPOSRE, and a clue that variable names are
case-sensitive.

13 years agoFixes to methanol and mixed demos. Issue ID #669
Justin Lemkul [Mon, 17 Jan 2011 22:16:12 +0000 (17:16 -0500)]
Fixes to methanol and mixed demos. Issue ID #669

13 years agoRemoved non-existent program and redundant information to clean up manual
Justin Lemkul [Mon, 17 Jan 2011 20:42:44 +0000 (15:42 -0500)]
Removed non-existent program and redundant information to clean up manual

13 years agofixed incorrect parameter declarations in gmx_fft_fftw2.c
Berk Hess [Mon, 17 Jan 2011 17:21:19 +0000 (18:21 +0100)]
fixed incorrect parameter declarations in gmx_fft_fftw2.c

13 years agoVarious editorial and formatting fixes
Justin Lemkul [Mon, 17 Jan 2011 12:50:04 +0000 (07:50 -0500)]
Various editorial and formatting fixes

13 years agoFix Angstrom <=> nm error in documentation
Mark Abraham [Mon, 17 Jan 2011 09:19:20 +0000 (20:19 +1100)]
Fix Angstrom <=> nm error in documentation

The default value for gb_dielectric_offset .mdp parameter was
listed as 0.09 nm. In the code it is 0.009 nm, which is what it
should be, per the original literature.

13 years agoFixes to grompp -maxwarn documentation. Issue ID #627
Justin Lemkul [Fri, 14 Jan 2011 14:00:18 +0000 (09:00 -0500)]
Fixes to grompp -maxwarn documentation. Issue ID #627

13 years agoMade src/kernel/repl_ex.c legible
Mark Abraham [Thu, 13 Jan 2011 08:37:58 +0000 (19:37 +1100)]
Made src/kernel/repl_ex.c legible

Some of the formatting was extremely awkward to read, so I
re-formatted the whole file with emacs using the formatting line, and
added braces where consistent with the coding conventions.

IssueID #664 point 2.

13 years agofixed zero viscosity energy/log file output with cos_acceleration
Berk Hess [Mon, 10 Jan 2011 09:12:12 +0000 (10:12 +0100)]
fixed zero viscosity energy/log file output with cos_acceleration

13 years agoAdded note that g_msd -mol does treat PBC (by making molecules whole)
Mark Abraham [Fri, 7 Jan 2011 23:12:03 +0000 (10:12 +1100)]
Added note that g_msd -mol does treat PBC (by making molecules whole)

13 years agoImplemented effective test for MPI_IN_PLACE, thanks to Michael Wild on the CMake...
Mark Abraham [Fri, 7 Jan 2011 22:55:00 +0000 (09:55 +1100)]
Implemented effective test for MPI_IN_PLACE, thanks to Michael Wild on the CMake mailing list. Fixes #594

13 years agoStop CMake defaulting to turning off compiler warnings for Intel
Mark Abraham [Thu, 6 Jan 2011 09:19:56 +0000 (20:19 +1100)]
Stop CMake defaulting to turning off compiler warnings for Intel
compilers, since a) warnings are useful, and b) we show all warnings
with GCC.

13 years agoFixed inconvenient output file names if -sep is used in combination with -nzero.
ckutzne [Tue, 4 Jan 2011 17:28:12 +0000 (18:28 +0100)]
Fixed inconvenient output file names if -sep is used in combination with -nzero.
For the first file (numbered 0) there was one digit too many,
now all file numbers have nzero digits.

13 years agofixed grompp looking for include files in double relative paths, for instance in...
Berk Hess [Tue, 4 Jan 2011 15:18:20 +0000 (16:18 +0100)]
fixed grompp looking for include files in double relative paths, for instance in ../.. with ../topol.top

13 years agoMerge branch 'release-4-5-patches' of git@git.gromacs.org:gromacs into release-4...
David van der Spoel [Sun, 26 Dec 2010 18:08:13 +0000 (19:08 +0100)]
Merge branch 'release-4-5-patches' of git@git.gromacs.org:gromacs into release-4-5-patches

13 years agoAdded warning in g_dipoles
David van der Spoel [Sat, 25 Dec 2010 08:55:12 +0000 (09:55 +0100)]
Added warning in g_dipoles
Removed heat capacity calculation from g_energy.

13 years agoFixed bug in statistics which did not allow fitting with weights.
David van der Spoel [Thu, 23 Dec 2010 08:19:48 +0000 (09:19 +0100)]
Fixed bug in statistics which did not allow fitting with weights.
Added check for return value from statistics codes in g_analyze.

13 years agoremoved incorrect citation print of Engin2010 for pull groups of a single atom
Berk Hess [Wed, 22 Dec 2010 09:44:17 +0000 (10:44 +0100)]
removed incorrect citation print of Engin2010 for pull groups of a single atom

13 years agopme.c work-around for MPI fatal error in pme with partticle decomposition
Berk Hess [Tue, 21 Dec 2010 14:38:44 +0000 (15:38 +0100)]
pme.c work-around for MPI fatal error in pme with partticle decomposition

13 years agofixed incorrect LJ table in mdrun with reppow!=12
Berk Hess [Thu, 16 Dec 2010 20:28:44 +0000 (21:28 +0100)]
fixed incorrect LJ table in mdrun with reppow!=12

13 years agoremoved editconf warning on box distance with -bt
Berk Hess [Thu, 16 Dec 2010 10:41:15 +0000 (11:41 +0100)]
removed editconf warning on box distance with -bt

13 years agofixed tpbconv time options leading to negative nsteps for nsteps larger than INT_MAX
Berk Hess [Mon, 13 Dec 2010 16:45:35 +0000 (17:45 +0100)]
fixed tpbconv time options leading to negative nsteps for nsteps larger than INT_MAX

13 years agoMerge branch 'release-4-5-patches' of git.gromacs.org:gromacs into release-4-5-patches
David van der Spoel [Sat, 11 Dec 2010 20:35:10 +0000 (21:35 +0100)]
Merge branch 'release-4-5-patches' of git.gromacs.org:gromacs into release-4-5-patches

13 years agoAdded 1 quote.
David van der Spoel [Sat, 11 Dec 2010 20:34:05 +0000 (21:34 +0100)]
Added 1 quote.

13 years agoAdded CHARMM neutral lysine, LYN, to residuetypes.dat.
Pär Bjelkmar [Fri, 10 Dec 2010 12:22:25 +0000 (13:22 +0100)]
Added CHARMM neutral lysine, LYN, to residuetypes.dat.

13 years agoFixed wrong path ordering in GMX.bash introduced in commit 58a6b0bee590c2293fbf3eb359...
Christoph Junghans [Fri, 10 Dec 2010 10:11:30 +0000 (11:11 +0100)]
Fixed wrong path ordering in GMX.bash introduced in commit 58a6b0bee590c2293fbf3eb35947005db9f7668b

13 years agoAdded fatal error for when people use energy files for computing dipoles. This
David van der Spoel [Thu, 9 Dec 2010 11:26:42 +0000 (12:26 +0100)]
Added fatal error for when people use energy files for computing dipoles. This
is broken due to the fact that the dipole is computed based on broken
molecules.

13 years agoAdded comments and workaround for IBM's BlueGene(/L) MPI_Bcast dereferencing
Mark Abraham [Mon, 6 Dec 2010 08:45:32 +0000 (19:45 +1100)]
Added comments and workaround for IBM's BlueGene(/L) MPI_Bcast dereferencing
null pointers even when zero data is to be broadcast. This change will only affect
BlueGene, and does not affect speed of time-critical parts of GROMACS.

13 years agoFixed typo.
ckutzne [Thu, 2 Dec 2010 14:44:41 +0000 (15:44 +0100)]
Fixed typo.

13 years agoGMXRC.* - fixed bug #614
Christoph Junghans [Mon, 29 Nov 2010 11:35:18 +0000 (12:35 +0100)]
GMXRC.* - fixed bug #614

13 years agoadded power6 flags from Markus Rampp
Christoph Junghans [Fri, 26 Nov 2010 09:59:54 +0000 (10:59 +0100)]
added power6 flags from Markus Rampp

13 years agoFixed bugzilla 616 about formatting in the help text.
David van der Spoel [Sun, 28 Nov 2010 10:11:57 +0000 (11:11 +0100)]
Fixed bugzilla 616 about formatting in the help text.

13 years agoFixed SEGV bug in g_sham.
David van der Spoel [Fri, 26 Nov 2010 10:10:18 +0000 (11:10 +0100)]
Fixed SEGV bug in g_sham.

13 years agofixed segv in grompp due to gmxcpp not checking for #include statements without delim...
Berk Hess [Wed, 24 Nov 2010 12:44:49 +0000 (13:44 +0100)]
fixed segv in grompp due to gmxcpp not checking for #include statements without delimiters

13 years agoconfigure: build shared libs unless mpi enabled (bug #562)
Christoph Junghans [Wed, 24 Nov 2010 08:53:29 +0000 (09:53 +0100)]
configure: build shared libs unless mpi enabled (bug #562)

13 years agoAdded a hint to the documentation for creating .tpr files with a subset of a simulati...
Mark Abraham [Mon, 22 Nov 2010 12:07:47 +0000 (23:07 +1100)]
Added a hint to the documentation for creating .tpr files with a subset of a simulation sustem using tpbconv.

13 years agoFixed TMPI_WAIT_FOR_NO_ONE deadlock.
Sander Pronk [Fri, 19 Nov 2010 13:38:44 +0000 (14:38 +0100)]
Fixed TMPI_WAIT_FOR_NO_ONE deadlock.

13 years agoMade printing in check_multi_init conditional, depending on whether the
David van der Spoel [Thu, 18 Nov 2010 19:45:00 +0000 (20:45 +0100)]
Made printing in check_multi_init conditional, depending on whether the
log file is NULL or not.

13 years agoMinor trjconv documentation formatting fix
Mark Abraham [Fri, 12 Nov 2010 23:03:20 +0000 (10:03 +1100)]
Minor trjconv documentation formatting fix

13 years agog_densmap -od writes a .dat file and prevents writing the .xpm file. The latter behav...
Mark Abraham [Fri, 12 Nov 2010 23:01:52 +0000 (10:01 +1100)]
g_densmap -od writes a .dat file and prevents writing the .xpm file. The latter behaviour is uncharacteristic of GROMACS tools, I thought, so I updated the documentation to note this. Perhaps the .xpm file produced by -o should always be written.

13 years agoNew maintanance release: 4.5.3
Rossen Apostolov [Tue, 9 Nov 2010 21:32:11 +0000 (22:32 +0100)]
New maintanance release: 4.5.3

13 years agoadded -resnr option to editconf
Berk Hess [Tue, 9 Nov 2010 08:47:50 +0000 (09:47 +0100)]
added -resnr option to editconf

13 years agoGMX_POWERPC_INVSQRT should be OFF in CMakeLists.txt by default (PowerPC and BlueGene...
Mark Abraham [Tue, 9 Nov 2010 08:16:06 +0000 (19:16 +1100)]
GMX_POWERPC_INVSQRT should be OFF in CMakeLists.txt by default (PowerPC and BlueGene accelerations turn them on, though)

13 years agofixed compiler warning in pdb2gmx.c
Berk Hess [Tue, 9 Nov 2010 07:49:18 +0000 (08:49 +0100)]
fixed compiler warning in pdb2gmx.c

13 years agoReverting back GMX_DLOPEN to default ON
Rossen Apostolov [Mon, 8 Nov 2010 19:16:09 +0000 (20:16 +0100)]
Reverting back GMX_DLOPEN to default ON

13 years agomaking error message for vmdio clearer (bug 598)
Roland Schulz [Mon, 8 Nov 2010 18:57:01 +0000 (13:57 -0500)]
making error message for vmdio clearer (bug 598)

13 years agoDeleted redundant charmm27.ff/dna.r2b.
Pär Bjelkmar [Mon, 8 Nov 2010 16:17:42 +0000 (17:17 +0100)]
Deleted redundant charmm27.ff/dna.r2b.

13 years agoDisable GMX_DLOPEN by default.
Rossen Apostolov [Mon, 8 Nov 2010 15:55:22 +0000 (16:55 +0100)]
Disable GMX_DLOPEN by default.

Bug 598 is still open though.

13 years agoAdded support for Altivec kernels on POWERPC.
Rossen Apostolov [Mon, 8 Nov 2010 15:45:56 +0000 (16:45 +0100)]
Added support for Altivec kernels on POWERPC.

Hopefully closes bug 573.

13 years agoMerge branch 'release-4-5-patches' of git.gromacs.org:gromacs into release-4-5-patches
Szilard Pall [Mon, 8 Nov 2010 12:49:29 +0000 (13:49 +0100)]
Merge branch 'release-4-5-patches' of git.gromacs.org:gromacs into release-4-5-patches

13 years agoMade mdrun exit with a fatal error for EM or NM with -rerun
Mark Abraham [Sun, 7 Nov 2010 01:36:37 +0000 (12:36 +1100)]
Made mdrun exit with a fatal error for EM or NM with -rerun

13 years agoFixed .xvg legends for g_sas options -or and -oa
Mark Abraham [Sat, 6 Nov 2010 11:55:56 +0000 (22:55 +1100)]
Fixed .xvg legends for g_sas options -or and -oa

13 years agoMerge branch 'release-4-5-patches' of git.gromacs.org:gromacs into release-4-5-patches
Szilard Pall [Fri, 5 Nov 2010 22:08:50 +0000 (23:08 +0100)]
Merge branch 'release-4-5-patches' of git.gromacs.org:gromacs into release-4-5-patches