alexxy/gromacs.git
12 years agoRemove segv in xpm2ps, fixes #611
Carsten Kutzner [Fri, 26 Aug 2011 14:05:41 +0000 (16:05 +0200)]
Remove segv in xpm2ps, fixes #611

Issue a fatal error if matrix elements are to be
added/subtracted/multiplied/divided (with xpm2ps -compine) but no
proper matrix data could be extracted from one of the xpm files.

12 years agobuild fix for gcc 4.4
Christoph Junghans [Wed, 3 Aug 2011 09:40:19 +0000 (11:40 +0200)]
build fix for gcc 4.4

12 years agocmake: added option GMX_INTERNAL_BOOST to allow built on plattform, where boost is...
Christoph Junghans [Wed, 3 Aug 2011 09:39:38 +0000 (11:39 +0200)]
cmake: added option GMX_INTERNAL_BOOST to allow built on plattform, where boost is found, but broken

12 years agoAdded a file forgotten in commit 6acdbaa.
Teemu Murtola [Tue, 2 Aug 2011 17:15:10 +0000 (20:15 +0300)]
Added a file forgotten in commit 6acdbaa.

12 years agoUpdated options module documentation.
Teemu Murtola [Sun, 31 Jul 2011 17:35:32 +0000 (20:35 +0300)]
Updated options module documentation.

Documentation now includes information on how errors are reported using
exceptions from the module.  Also some other updates and added comments.

12 years agoMade option value assignment use transactions.
Teemu Murtola [Sat, 30 Jul 2011 16:27:18 +0000 (19:27 +0300)]
Made option value assignment use transactions.

It's now more predictable what will happen when option assignment fails:
if assignment of a set of values fails, the whole set is rolled back.
Within a set, there are still cases where the state may be different
after error recovery than it was before the erroneous values were added
(if value conversion may create more than one value from a single
value), but these could also be handled if they become issues.

12 years agoRemoved C-style array storage for options.
Teemu Murtola [Sat, 30 Jul 2011 06:17:08 +0000 (09:17 +0300)]
Removed C-style array storage for options.

This code was hard to maintain, and other alternatives exist for
interfacing with old code.

12 years agoAdded basic unit tests for analysisdata module.
Teemu Murtola [Fri, 29 Jul 2011 17:17:07 +0000 (20:17 +0300)]
Added basic unit tests for analysisdata module.

12 years agoRenamed fatalerror.* to errorcodes.*.
Teemu Murtola [Thu, 28 Jul 2011 16:10:56 +0000 (19:10 +0300)]
Renamed fatalerror.* to errorcodes.*.

This reflects better their current contents.

12 years agoRemoved obsolete fatal error reporting code.
Teemu Murtola [Mon, 1 Aug 2011 16:54:27 +0000 (19:54 +0300)]
Removed obsolete fatal error reporting code.

As new code should be using exceptions, there should be no need for new
constructs for error code handling.  AbstractErrorReporter is not
needed, either, as the same information can be propagated out with
exceptions and/or MessageStringCollector.

12 years agoConvert existing C++ code to use exceptions.
Teemu Murtola [Mon, 1 Aug 2011 16:18:24 +0000 (19:18 +0300)]
Convert existing C++ code to use exceptions.

Some additional cleanup and improvements will be made in subsequent
commits, but this set of changes does result in functional code.

Merged from old development history.

12 years agoUtility functions and common exception classes.
Teemu Murtola [Mon, 1 Aug 2011 16:07:21 +0000 (19:07 +0300)]
Utility functions and common exception classes.

Merged some development history to arrive at this set of functions.
Not used yet, but have been tested in the original development branch.

12 years agoAdded stripped-down internal copy of boost.
Roland Schulz [Fri, 22 Jul 2011 08:02:18 +0000 (04:02 -0400)]
Added stripped-down internal copy of boost.

If CMake does not detect a recent boost installation, the internal copy
is used.  If this is the case, the boost headers will also be installed
to PREFIX/include/gromacs/external/boost/ to make it possible to
reference them from installed headers (exception implementation will
need this).

Some TODO items remain on the CMake side to make things work smoothly
for users when the internal boost is used.

Minimal boost and initial CMake support by Roland Schulz, installation
of boost headers by Teemu Murtola.

12 years agoAdded initialization of arrays after srenew call.
David van der Spoel [Wed, 20 Jul 2011 09:21:30 +0000 (11:21 +0200)]
Added initialization of arrays after srenew call.

12 years agoRemoved old-fashioned MPE logging code
Carsten Kutzner [Mon, 11 Jul 2011 13:45:47 +0000 (15:45 +0200)]
Removed old-fashioned MPE logging code

12 years agoMerge branch 'master' of git@git.gromacs.org:gromacs
David van der Spoel [Sat, 2 Jul 2011 09:02:58 +0000 (11:02 +0200)]
Merge branch 'master' of git@git.gromacs.org:gromacs

12 years agoCompilation fixes in gmx_density.c and histogram.cpp
David van der Spoel [Sat, 2 Jul 2011 09:02:44 +0000 (11:02 +0200)]
Compilation fixes in gmx_density.c and histogram.cpp

12 years agoMerge remote branch 'origin/release-4-5-patches'
Christoph Junghans [Fri, 1 Jul 2011 12:03:46 +0000 (14:03 +0200)]
Merge remote branch 'origin/release-4-5-patches'

Conflicts:
src/gromacs/libgromacs.pc.cmakein

12 years agodl lib was missing in libgmx.pc if GMX_DLOPEN is enabled
Christoph Junghans [Fri, 1 Jul 2011 11:51:29 +0000 (13:51 +0200)]
dl lib was missing in libgmx.pc if GMX_DLOPEN is enabled

12 years agoFixed PME citation.
Justin A. Lemkul [Fri, 1 Jul 2011 00:45:10 +0000 (20:45 -0400)]
Fixed PME citation.

IssueID #769

12 years agoFixes for g_bar output. Units are now correct.
Justin A. Lemkul [Wed, 29 Jun 2011 19:32:38 +0000 (15:32 -0400)]
Fixes for g_bar output. Units are now correct.

12 years agoRevert "draft"
Mark Abraham [Wed, 29 Jun 2011 03:08:57 +0000 (13:08 +1000)]
Revert "draft"

This reverts commit 89abdeb7fa078c7b8dd4391aad3df2c03a60a2f0.

Oops, stuff from the gmx_packed_t branch leaked in. Sorry.

12 years agoImproved error message and documentation
Mark Abraham [Wed, 29 Jun 2011 01:14:05 +0000 (11:14 +1000)]
Improved error message and documentation

-pbc mol now notes the need for a -s .tpr file. Also, when the index
groups (perhaps implicitly defined by a .tpr file) do not match the
input trajectory, the error message now hints that a mismatch exists.

For example, this wil help users trying to visualize the results of
genion by way of "trjconv -pbc mol -ur compact", by erroneously
using the .tpr file that was input to genion in combination with its
output file.

12 years agodraft
Mark Abraham [Sun, 19 Jun 2011 13:21:03 +0000 (23:21 +1000)]
draft

12 years agotpbconv can now read cpt files, fixes #741
Berk Hess [Thu, 23 Jun 2011 10:58:12 +0000 (12:58 +0200)]
tpbconv can now read cpt files, fixes #741

12 years agofixed convergence of multiple pull constraints
Berk Hess [Wed, 22 Jun 2011 14:49:16 +0000 (16:49 +0200)]
fixed convergence of multiple pull constraints

With multiple constraint pull groups, only the convergence
of the last group was checked. This fixes #657

12 years agoFixed typos.
Justin A. Lemkul [Tue, 21 Jun 2011 16:40:23 +0000 (12:40 -0400)]
Fixed typos.

12 years agoMade grompp fatal error a little more explicit.
Justin A. Lemkul [Tue, 21 Jun 2011 14:36:33 +0000 (10:36 -0400)]
Made grompp fatal error a little more explicit.

12 years agoExpanded LINCS warning text
Mark Abraham [Mon, 23 May 2011 01:14:37 +0000 (11:14 +1000)]
Expanded LINCS warning text

It now indicates which simulation in a multi-sim is the culprit

12 years agoFixed symtab buffer error message.
Sander Pronk [Mon, 20 Jun 2011 09:26:09 +0000 (11:26 +0200)]
Fixed symtab buffer error message.

Symtab error message now a little less cryptic. Buffer size increased to 1024.

12 years agocmake: rename LIB to GMXLIB to avoid conflict with FindMPI.cmake
Christoph Junghans [Thu, 16 Jun 2011 07:29:24 +0000 (09:29 +0200)]
cmake: rename LIB to GMXLIB to avoid conflict with FindMPI.cmake

 IssueID #763

12 years agoMerge branch 'release-4-5-patches'
Christoph Junghans [Wed, 15 Jun 2011 15:41:51 +0000 (17:41 +0200)]
Merge branch 'release-4-5-patches'

Conflicts:
configure.ac
include/thread_mpi/Makefile.am
man/man1/Makefile.am
share/html/online/Makefile.am
src/gmxlib/CMakeLists.txt
src/gmxlib/thread_mpi/Makefile.am
src/gmxlib/thread_mpi/hwinfo.c
src/gmxlib/thread_mpi/p2p_buffer.c
src/gromacs/gmxlib/thread_mpi/hwinfo.c
src/mdlib/Makefile.am
src/programs/mdrun/md.c
src/programs/mdrun/mdrun.c
src/tools/Makefile.am
src/tools/gmx_energy.c
src/tools/gmx_membed.c
src/tools/gmx_pme_error.c
src/tools/gmx_saltbr.c

13 years agofixed grompp enx Nose-Hoover Xi reading, fixes #759
Berk Hess [Fri, 10 Jun 2011 16:52:50 +0000 (18:52 +0200)]
fixed grompp enx Nose-Hoover Xi reading, fixes #759

13 years agoAdded g_dos target.
David van der Spoel [Fri, 10 Jun 2011 06:25:16 +0000 (08:25 +0200)]
Added g_dos target.

13 years agogenion and genbox now print in a consistent manner.
Justin A. Lemkul [Thu, 9 Jun 2011 21:39:52 +0000 (17:39 -0400)]
genion and genbox now print in a consistent manner.

13 years agoMerge branch 'release-4-5-patches' of git://git.gromacs.org/gromacs into release...
Christoph Junghans [Thu, 9 Jun 2011 11:57:16 +0000 (13:57 +0200)]
Merge branch 'release-4-5-patches' of git://git.gromacs.org/gromacs into release-4-5-patches

13 years agoAdded a comment where bPhobics comes from
Christoph Junghans [Thu, 9 Jun 2011 09:42:30 +0000 (11:42 +0200)]
Added a comment where bPhobics comes from

IssueID #754

13 years agofixed dirrent_t memory allocation issue on Solaris, fixes #739
Berk Hess [Thu, 9 Jun 2011 07:14:36 +0000 (09:14 +0200)]
fixed dirrent_t memory allocation issue on Solaris, fixes #739

13 years agoremoved duplicated bPhobics function (thx to Francois Bissey)
Christoph Junghans [Wed, 8 Jun 2011 14:27:03 +0000 (16:27 +0200)]
removed duplicated bPhobics function (thx to Francois Bissey)

IssueID #754

13 years agocmake: remove selection/test* from gmxlib sources
Christoph Junghans [Wed, 8 Jun 2011 14:07:56 +0000 (16:07 +0200)]
cmake: remove selection/test* from gmxlib sources

IssueID #749

13 years agoAdded support for SunCC on Solaris/SPARC.
Sander Pronk [Wed, 8 Jun 2011 13:57:34 +0000 (15:57 +0200)]
Added support for SunCC on Solaris/SPARC.

Based on a patch provided by Sergey Klyaus.

13 years agoAdressed over-eager warnings that gcc 4.5 generates.
Sander Pronk [Wed, 8 Jun 2011 12:09:46 +0000 (14:09 +0200)]
Adressed over-eager warnings that gcc 4.5 generates.

13 years agoMinor clarifications to g_rotacf help information.
Justin A. Lemkul [Wed, 8 Jun 2011 00:55:21 +0000 (20:55 -0400)]
Minor clarifications to g_rotacf help information.

13 years agoFixed spelling of reproducible
Mark Abraham [Tue, 7 Jun 2011 05:45:25 +0000 (15:45 +1000)]
Fixed spelling of reproducible

Yes, English is stupid.

13 years agoFurther patches to fluctuation code and density of states code.
David van der Spoel [Tue, 31 May 2011 07:18:46 +0000 (09:18 +0200)]
Further patches to fluctuation code and density of states code.

13 years agoAdded computation of A and U.
David van der Spoel [Sat, 7 May 2011 19:27:39 +0000 (21:27 +0200)]
Added computation of A and U.

13 years agoUpdated, made default tolerance for bisector more stringent and used double
David van der Spoel [Fri, 6 May 2011 13:06:17 +0000 (15:06 +0200)]
Updated, made default tolerance for bisector more stringent and used double
all the way for computing fluidicity.

13 years agoFixed weight functions and added -dump option (hidden) to make graphs for
David van der Spoel [Fri, 6 May 2011 12:01:24 +0000 (14:01 +0200)]
Fixed weight functions and added -dump option (hidden) to make graphs for
debugging.

13 years agoUpdated. Fixed computation of frequency.
David van der Spoel [Fri, 6 May 2011 06:45:44 +0000 (08:45 +0200)]
Updated. Fixed computation of frequency.

13 years agoUpdated the eqn for computing Delta. Now get roughly the right f.
David van der Spoel [Mon, 2 May 2011 18:41:35 +0000 (20:41 +0200)]
Updated the eqn for computing Delta. Now get roughly the right f.

13 years agoMultiplied the DoS by the timestep (between frames).
David van der Spoel [Sun, 1 May 2011 08:51:17 +0000 (10:51 +0200)]
Multiplied the DoS by the timestep (between frames).

13 years agoUpdated. Now computes diffusion from the VACF.
David van der Spoel [Tue, 26 Apr 2011 18:40:45 +0000 (20:40 +0200)]
Updated. Now computes diffusion from the VACF.

13 years agoFixed x-axis to be in reciprocal cm.
David van der Spoel [Sat, 23 Apr 2011 13:38:35 +0000 (15:38 +0200)]
Fixed x-axis to be in reciprocal cm.

13 years agoFurther updates. Still not perfect.
David van der Spoel [Sat, 23 Apr 2011 07:56:29 +0000 (09:56 +0200)]
Further updates. Still not perfect.

13 years agoAdded stuff to compute cP and S. Not complete yet.
David van der Spoel [Fri, 22 Apr 2011 13:33:05 +0000 (15:33 +0200)]
Added stuff to compute cP and S. Not complete yet.

13 years agoUpdated to compute the fluidicity. Added refs for citation.
David van der Spoel [Tue, 31 May 2011 07:40:34 +0000 (09:40 +0200)]
Updated to compute the fluidicity. Added refs for citation.

Conflicts:

src/gmxlib/copyrite.c

13 years agoUpdated
David van der Spoel [Tue, 31 May 2011 07:33:26 +0000 (09:33 +0200)]
Updated

13 years agoNew
David van der Spoel [Tue, 31 May 2011 07:33:07 +0000 (09:33 +0200)]
New
First version of a Density of States analysis tool.

Conflicts:

src/tools/Makefile.am

13 years agoFurther patches to fluctuation code and density of states code.
David van der Spoel [Tue, 31 May 2011 07:23:35 +0000 (09:23 +0200)]
Further patches to fluctuation code and density of states code.

13 years agoMerge branch 'master' of git@git.gromacs.org:gromacs
David van der Spoel [Tue, 31 May 2011 07:19:38 +0000 (09:19 +0200)]
Merge branch 'master' of git@git.gromacs.org:gromacs

13 years agoAdded quote.
David van der Spoel [Tue, 31 May 2011 07:18:02 +0000 (09:18 +0200)]
Added quote.

13 years agoFlooding as harm. restraint: Abort when origin position is ambiguously set in edi...
Carsten Kutzner [Mon, 30 May 2011 09:36:02 +0000 (11:36 +0200)]
Flooding as harm. restraint: Abort when origin position is ambiguously set in edi file. Thanks to B. Voss for reporting this.

13 years agoFixes to sugar dihedrals.
Justin A. Lemkul [Thu, 26 May 2011 15:52:22 +0000 (11:52 -0400)]
Fixes to sugar dihedrals.

The force field files distributed by GROMOS (i.e., via ATB) were
incorrect.  The GROMACS files matched these files exactly, thus
propagating the incorrect parameters.  The sugar dihedrals now match
the most recent version of the 53A5 and 53A6 force field files
distributed via ATB.

IssueID #668

13 years agoRe-implemented the fluctuation analysis, based on Enthalpy, Volume,
David van der Spoel [Mon, 23 May 2011 20:11:15 +0000 (22:11 +0200)]
Re-implemented the fluctuation analysis, based on Enthalpy, Volume,
Temperature and/or Total Energy. Now correct as well.

13 years agoRe-implemented the fluctuation analysis, based on Enthalpy, Volume,
David van der Spoel [Mon, 23 May 2011 20:11:15 +0000 (22:11 +0200)]
Re-implemented the fluctuation analysis, based on Enthalpy, Volume,
Temperature and/or Total Energy. Now correct as well.

13 years agoFixed g_tcaf citation in html docs
Rossen Apostolov [Wed, 18 May 2011 13:47:31 +0000 (15:47 +0200)]
Fixed g_tcaf citation in html docs

13 years agofixed minor memory leak with particle decomposition, fixes #752
Berk Hess [Tue, 17 May 2011 10:06:50 +0000 (12:06 +0200)]
fixed minor memory leak with particle decomposition, fixes #752

13 years agocorrected typo: if(errno=EINVAL)
Roland Schulz [Sun, 15 May 2011 09:48:26 +0000 (05:48 -0400)]
corrected typo: if(errno=EINVAL)

13 years agoremoved memory allocation/free during constraining
Berk Hess [Thu, 12 May 2011 15:07:52 +0000 (17:07 +0200)]
removed memory allocation/free during constraining

13 years agoAdded reference to g_sas -h
Mark Abraham [Wed, 11 May 2011 23:30:47 +0000 (09:30 +1000)]
Added reference to g_sas -h

Reference provided by Xavier Periole on gmx-users

13 years agoCleaned up g_sas help text
Mark Abraham [Wed, 11 May 2011 23:30:25 +0000 (09:30 +1000)]
Cleaned up g_sas help text

13 years agoFixed typo.
Justin A. Lemkul [Wed, 11 May 2011 13:15:13 +0000 (09:15 -0400)]
Fixed typo.

13 years agoFixed g_dipoles help description. Fixed spacing and removed non-existent
Justin A. Lemkul [Tue, 10 May 2011 20:45:06 +0000 (16:45 -0400)]
Fixed g_dipoles help description.  Fixed spacing and removed non-existent
command line argument.

13 years agoMerge branch 'release-4-5-patches' of git@git.gromacs.org:gromacs into release-4...
Erik Marklund [Tue, 10 May 2011 12:37:55 +0000 (14:37 +0200)]
Merge branch 'release-4-5-patches' of git@git.gromacs.org:gromacs into release-4-5-patches

13 years agoIncreased debugging output
Erik Marklund [Tue, 10 May 2011 12:37:48 +0000 (14:37 +0200)]
Increased debugging output

13 years agoFixed long standing bug where the merging resulted in too few hbonds.
Erik Marklund [Tue, 10 May 2011 12:37:10 +0000 (14:37 +0200)]
Fixed long standing bug where the merging resulted in too few hbonds.

13 years agoAdded hint about calling trjconv more than once
Mark Abraham [Mon, 9 May 2011 05:30:48 +0000 (15:30 +1000)]
Added hint about calling trjconv more than once

13 years agoSpaced out paragraphs in trjconv help
Mark Abraham [Mon, 9 May 2011 05:30:20 +0000 (15:30 +1000)]
Spaced out paragraphs in trjconv help

13 years agoMerge branch 'release-4-5-patches' of git.gromacs.org:gromacs into release-4-5-patches
Erik Lindahl [Thu, 5 May 2011 10:58:37 +0000 (11:58 +0100)]
Merge branch 'release-4-5-patches' of git.gromacs.org:gromacs into release-4-5-patches

13 years agoUpdate doc to clarify that Amber nucleic params are from Amber94 (recommendation...
Erik Lindahl [Thu, 5 May 2011 10:58:28 +0000 (11:58 +0100)]
Update doc to clarify that Amber nucleic params are from Amber94 (recommendation by Adrian Rothberg)

13 years agoMerge branch 'master' of git.gromacs.org:gromacs
Erik Lindahl [Thu, 5 May 2011 10:57:56 +0000 (11:57 +0100)]
Merge branch 'master' of git.gromacs.org:gromacs

13 years agoUpdate doc to clarify that Amber nucleic params are from Amber94 (recommendation...
Erik Lindahl [Thu, 5 May 2011 10:57:41 +0000 (11:57 +0100)]
Update doc to clarify that Amber nucleic params are from Amber94 (recommendation by Adrian Rothberg)

13 years agoRemoved duplicate definition of md_print_warning()
Mark Abraham [Mon, 2 May 2011 13:09:10 +0000 (23:09 +1000)]
Removed duplicate definition of md_print_warning()

IssueID #738

13 years agoCommented out re-declaration of md_print_warning()
Erik Marklund [Mon, 2 May 2011 12:19:46 +0000 (14:19 +0200)]
Commented out re-declaration of md_print_warning()

13 years agoMerge branch 'release-4-5-patches' of git@git.gromacs.org:gromacs into release-4...
Erik Marklund [Mon, 2 May 2011 11:29:40 +0000 (13:29 +0200)]
Merge branch 'release-4-5-patches' of git@git.gromacs.org:gromacs into release-4-5-patches

13 years agoremoved parentheses that caused problem with openmp
Erik Marklund [Mon, 2 May 2011 11:29:23 +0000 (13:29 +0200)]
removed parentheses that caused problem with openmp

13 years agoChanged isfinite() to combination of isinf() and isnan()
Erik Marklund [Mon, 2 May 2011 11:27:24 +0000 (13:27 +0200)]
Changed isfinite() to combination of isinf() and isnan()

13 years agoFixed description of .mdp option to "h-bonds"
Mark Abraham [Sun, 1 May 2011 23:22:43 +0000 (09:22 +1000)]
Fixed description of .mdp option to "h-bonds"

13 years agoSmall fixes to mdp_opt.html
Justin A. Lemkul [Thu, 28 Apr 2011 20:20:24 +0000 (16:20 -0400)]
Small fixes to mdp_opt.html

13 years agoBetter checks for pthread_setaffinity_np().
Sander Pronk [Fri, 22 Apr 2011 11:54:26 +0000 (13:54 +0200)]
Better checks for pthread_setaffinity_np().

13 years agoHard CPU affinity is set when Nthreads == Ncores.
Sander Pronk [Fri, 22 Apr 2011 10:47:08 +0000 (12:47 +0200)]
Hard CPU affinity is set when Nthreads == Ncores.

This causes a slight thread_mpi performance gain on NUMA systems.

13 years agoMerge branch 'release-4-5-patches' of git@git.gromacs.org:gromacs into release-4...
Erik Marklund [Thu, 21 Apr 2011 17:48:55 +0000 (19:48 +0200)]
Merge branch 'release-4-5-patches' of git@git.gromacs.org:gromacs into release-4-5-patches

13 years agoFixed NaN/Inf in acf
Erik Marklund [Thu, 21 Apr 2011 17:47:30 +0000 (19:47 +0200)]
Fixed NaN/Inf in acf

13 years agoWindows build fix.
Sander Pronk [Thu, 21 Apr 2011 16:02:16 +0000 (18:02 +0200)]
Windows build fix.

13 years agoAdded one last missing header in md_support.c
Sander Pronk [Thu, 21 Apr 2011 15:54:20 +0000 (17:54 +0200)]
Added one last missing header in md_support.c

13 years agoremoved an natoms*natoms double loop in index.c
Berk Hess [Thu, 21 Apr 2011 12:41:42 +0000 (14:41 +0200)]
removed an natoms*natoms double loop in index.c

13 years agoFixed thread_mpi's Makefile.am to not include removed file.
Sander Pronk [Thu, 21 Apr 2011 12:31:52 +0000 (14:31 +0200)]
Fixed thread_mpi's Makefile.am to not include removed file.

13 years agoAdded prototypes for functions in md_support.c to mdrun.h
Sander Pronk [Thu, 21 Apr 2011 09:40:08 +0000 (11:40 +0200)]
Added prototypes for functions in md_support.c to mdrun.h

This fixes a number of build warnings (that are really bugs).

13 years agoRevert "NUMA aware memory allocators get called (for Windows)."
Sander Pronk [Wed, 20 Apr 2011 17:19:33 +0000 (19:19 +0200)]
Revert "NUMA aware memory allocators get called (for Windows)."

This reverts commit c839ee9b0293c22a009252cea76f0dede8781c38.

13 years agoNUMA aware memory allocators get called (for Windows).
Sander Pronk [Wed, 20 Apr 2011 17:02:28 +0000 (19:02 +0200)]
NUMA aware memory allocators get called (for Windows).

Based on a patch provided by Scott Field.

smalloc.c now calls a NUMA aware allocator that allocates memory local to the
core the calling thread is running on, provided that:
- support for this is available (currently, only on Windows)
- enable_numa_allocator(TRUE), (defined in smalloc.h) is called.

This is currently only done in mdrun.c, when compiled with GMX_NUMA_ALLOCATOR