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

13 years agoMore atom-based charge groups in CHARMM (termini and hard-coded residues).
Pär Bjelkmar [Fri, 5 Nov 2010 12:38:11 +0000 (13:38 +0100)]
More atom-based charge groups in CHARMM (termini and hard-coded residues).

13 years agopdb2gmx now puts atoms with cgnr=-1 in separate charge groups
Berk Hess [Fri, 5 Nov 2010 09:18:29 +0000 (10:18 +0100)]
pdb2gmx now puts atoms with cgnr=-1 in separate charge groups

13 years agoprint more information in case of lock error
Roland Schulz [Thu, 4 Nov 2010 08:14:56 +0000 (04:14 -0400)]
print more information in case of lock error

13 years agoFixed md.log being opened twice when appending, which prevented file locking.
Berk Hess [Thu, 4 Nov 2010 10:19:35 +0000 (11:19 +0100)]
Fixed md.log being opened twice when appending, which prevented file locking.
Added check for -seppot and -append.

13 years agoadded GB params for charmm MCH3S
hess [Thu, 4 Nov 2010 08:42:54 +0000 (09:42 +0100)]
added GB params for charmm MCH3S

13 years agoclarified GB parameter error messages in grompp
hess [Thu, 4 Nov 2010 08:42:18 +0000 (09:42 +0100)]
clarified GB parameter error messages in grompp

13 years agonow it's possible to run binaries in the build tree (fixes bug #570)
Szilard Pall [Wed, 3 Nov 2010 11:32:52 +0000 (12:32 +0100)]
now it's possible to run binaries in the build tree (fixes bug #570)

Changed CMAKE_BUILD_WITH_INSTALL_RPATH to FALSE which results in the
rpath being rewritten on while installing binaries. CPack also works.

13 years agofixed incorrect print in fatal error on charge group size
Berk Hess [Tue, 2 Nov 2010 17:29:26 +0000 (18:29 +0100)]
fixed incorrect print in fatal error on charge group size

13 years agoproper defined of MAX_CHARGEGROUP_SIZE=32 in a single include file
Berk Hess [Tue, 2 Nov 2010 17:16:13 +0000 (18:16 +0100)]
proper defined of MAX_CHARGEGROUP_SIZE=32 in a single include file

13 years agoFixed bug 608 by throwing a fatal error in grompp.
David van der Spoel [Tue, 2 Nov 2010 15:09:35 +0000 (16:09 +0100)]
Fixed bug 608 by throwing a fatal error in grompp.

13 years agoFixed double precision energy file reading + box matrix writing to ener.edr
Sander Pronk [Tue, 2 Nov 2010 12:27:01 +0000 (13:27 +0100)]
Fixed double precision energy file reading + box matrix writing to ener.edr

- double precision energy files can now be read back
- All non-zero elements of the box matrix are now correctly written out
  when needed

13 years agofixed incorrect y result in mvmul_ur0, only used in g_vanhove
hess [Tue, 2 Nov 2010 07:50:33 +0000 (08:50 +0100)]
fixed incorrect y result in mvmul_ur0, only used in g_vanhove

13 years agoAdded back the "-dev" suffixes to the version strings.
Rossen Apostolov [Sat, 30 Oct 2010 20:07:36 +0000 (22:07 +0200)]
Added back the "-dev" suffixes to the version strings.

13 years agoNew bugfix release: 4.5.2
Rossen Apostolov [Sat, 30 Oct 2010 19:22:54 +0000 (21:22 +0200)]
New bugfix release: 4.5.2

13 years agoFor MPI builds, CMake will first try to compile a sample MPI program.
Rossen Apostolov [Sat, 30 Oct 2010 17:27:54 +0000 (19:27 +0200)]
For MPI builds, CMake will first try to compile a sample MPI program.

On some systems such as Cray the FindMPI.cmake module can't find the proper
libraries to link to. Therefore we now test whether the given C compiler
is an MPI wrapper and skip the rest of the tests.
Thanks to Roland Schulz for the patch.

13 years agoAdded Windows macro for snprintf.
Sander Pronk [Sat, 30 Oct 2010 15:11:18 +0000 (17:11 +0200)]
Added Windows macro for snprintf.

13 years agoadded g_kinetics to the CMake build scripts
Rossen Apostolov [Fri, 29 Oct 2010 19:24:17 +0000 (21:24 +0200)]
added g_kinetics to the CMake build scripts

13 years agoMerge branch 'release-4-5-patches' of git.gromacs.org:gromacs into release-4-5-patches
Szilard Pall [Fri, 29 Oct 2010 17:06:10 +0000 (19:06 +0200)]
Merge branch 'release-4-5-patches' of git.gromacs.org:gromacs into release-4-5-patches

13 years agoenabled GMX_PREFER_STATIC_LIBS CMake option for CYGWIN
Szilard Pall [Fri, 29 Oct 2010 17:04:44 +0000 (19:04 +0200)]
enabled GMX_PREFER_STATIC_LIBS CMake option for CYGWIN

As it turns out that Cygwin also uses ".a" for static libraries,
the it is safe to enable this option.

13 years agoFixed segv in gmx_hbond
Carsten Kutzner [Fri, 29 Oct 2010 16:38:33 +0000 (18:38 +0200)]
Fixed segv in gmx_hbond

13 years agofixed the default for OpenMM plugin dir location (bug #606)
Szilard Pall [Fri, 29 Oct 2010 15:24:06 +0000 (17:24 +0200)]
fixed the default for OpenMM plugin dir location (bug #606)

The OpenMM plugin lookup mechanism works again, so when running mdrun-gpu
on the same machine/OS where the binaries were built, the plugins are picked
up from the OpenMM installation used for building (but the env.var.
OPENMM_PLUGIN_DIR still has priority over all defaults!).

13 years agofixed make install-mdrun issue (bug #605)
Szilard Pall [Fri, 29 Oct 2010 15:28:02 +0000 (17:28 +0200)]
fixed make install-mdrun issue (bug #605)

13 years ago(re)added "-dev" suffix for the CMake hardcoded version number
Szilard Pall [Fri, 29 Oct 2010 14:18:01 +0000 (16:18 +0200)]
(re)added "-dev" suffix for the CMake hardcoded version number

This avoids the potential confusion when the source from a git
release banch is used on machines without git. In these cases the
version reported by gromacs binaries would be the same as the
version of an official release, while former might actually
differ from the release in some patches from git.

13 years agoadded CMake option GMX_PREFER_STATIC_LIBS (also fixes bug #541)
Szilard Pall [Fri, 29 Oct 2010 13:44:31 +0000 (15:44 +0200)]
added CMake option GMX_PREFER_STATIC_LIBS (also fixes bug #541)

This option instructs CMake to prefer static external libs when both static
and shared version available. This makes possible linking statically against
external libraries (e.g. fftw, xml2).

The option only available on *NIX platforms, except APPLE and CYGWIN.

Note, that when the option is enabled UILD_SHARED_LIBS gets disabled.
Also note, that with this option on, the binaries built will still be
dynamically linked against system libraries.

13 years agoMerge branch 'release-4-5-patches' of git.gromacs.org:gromacs into release-4-5-patches
David van der Spoel [Thu, 28 Oct 2010 20:26:28 +0000 (22:26 +0200)]
Merge branch 'release-4-5-patches' of git.gromacs.org:gromacs into release-4-5-patches

13 years agoFixed a bug in the all-vs-all sse gb kernels, where an exclusion mask was
Per Larsson [Thu, 28 Oct 2010 18:44:59 +0000 (20:44 +0200)]
Fixed a bug in the all-vs-all sse gb kernels, where an exclusion mask was
calculated incorrectly. Also fixes to loop indeces in the all-vs-all non-sse
code.

13 years agoadded HEM to HEME renaming for Gromos and Charmm ff's
Berk Hess [Thu, 28 Oct 2010 10:12:24 +0000 (12:12 +0200)]
added HEM to HEME renaming for Gromos and Charmm ff's

13 years agofixed pdb2gmx chain merging bug (bugzilla 544)
Berk Hess [Thu, 28 Oct 2010 10:09:13 +0000 (12:09 +0200)]
fixed pdb2gmx chain merging bug (bugzilla 544)

13 years agochanged fftw2_empty to fftw3_empty in gmx_fft_fftw3.c
hess [Wed, 27 Oct 2010 21:23:58 +0000 (23:23 +0200)]
changed fftw2_empty to fftw3_empty in gmx_fft_fftw3.c

13 years agofixed cycle print type cast issue on certain platforms, fixes bugzilla 601
Berk Hess [Tue, 26 Oct 2010 09:04:41 +0000 (11:04 +0200)]
fixed cycle print type cast issue on certain platforms, fixes bugzilla 601

13 years agoDon't sprintf variable-sized input into fixed-size buffers
Mark Abraham [Sun, 24 Oct 2010 16:19:10 +0000 (03:19 +1100)]
Don't sprintf variable-sized input into fixed-size buffers