alexxy/gromacs.git
13 years agoMerge branch 'master' into rotation
Carsten Kutzner [Thu, 4 Nov 2010 09:42:45 +0000 (10:42 +0100)]
Merge branch 'master' into rotation

Conflicts:
src/kernel/runner.c

13 years agoMerge branch 'rotation-4-5' into rotation
Carsten Kutzner [Thu, 4 Nov 2010 09:31:24 +0000 (10:31 +0100)]
Merge branch 'rotation-4-5' into rotation

13 years agoUpdated normalization factor
Carsten Kutzner [Thu, 4 Nov 2010 09:28:38 +0000 (10:28 +0100)]
Updated normalization factor

13 years agoFixed bug 604 as requested.
David van der Spoel [Thu, 28 Oct 2010 20:23:45 +0000 (22:23 +0200)]
Fixed bug 604 as requested.

13 years agoMerge branch 'release-4-5-patches'
Teemu Murtola [Thu, 14 Oct 2010 14:25:46 +0000 (16:25 +0200)]
Merge branch 'release-4-5-patches'

13 years agofixed g_velacc -m not automatically using -s
Berk Hess [Wed, 13 Oct 2010 12:50:10 +0000 (14:50 +0200)]
fixed g_velacc -m not automatically using -s

13 years agoFixed selection problems with a minus sign.
Teemu Murtola [Wed, 13 Oct 2010 12:20:25 +0000 (14:20 +0200)]
Fixed selection problems with a minus sign.

Negative values should now work consistently, independent of where the
value appears and whether it is an integer or not.  Also, changed
precedence of operations such that "x-1" is interpreted as subtraction
and not as "x equals -1".  The latter must now be written x {-1}.
Curly braces can also be used elsewhere to delimit value lists in
parameters (a yet undocumented feature).
For technical reasons and clarity, also changed static positions to use
square brackets ("[1.2, 2.0, 3.4]") instead of normal parentheses.

13 years agoFixed valgrind warnings in selections.
Teemu Murtola [Wed, 13 Oct 2010 12:11:29 +0000 (14:11 +0200)]
Fixed valgrind warnings in selections.

Arithmetic expressions that used a ^ operator on dynamic values resulted
in (mostly harmless) valgrind warnings about uninitialized values.
Dynamic numerical values are now initialized to zero to avoid this.

13 years agoFixed more selection negation segfaults.
Teemu Murtola [Wed, 13 Oct 2010 11:56:52 +0000 (13:56 +0200)]
Fixed more selection negation segfaults.

13 years agoFixed segfaults with negations in selections.
Teemu Murtola [Wed, 13 Oct 2010 07:31:11 +0000 (09:31 +0200)]
Fixed segfaults with negations in selections.

13 years agomake sure that the MANPATH is not set to only GMXMANPATH
Roland Schulz [Wed, 13 Oct 2010 00:58:54 +0000 (20:58 -0400)]
make sure that the MANPATH is not set to only GMXMANPATH
under ubuntu it is empty which means getting the system path
it has to include the empty string to keep finding the system man pages

13 years agoadded note to g_density for using g_energy for normal densities
Berk Hess [Tue, 12 Oct 2010 10:56:02 +0000 (12:56 +0200)]
added note to g_density for using g_energy for normal densities

13 years agofixed incorrect dispersion correction for TPI with multiple atoms, bugzilla 592
Berk Hess [Tue, 12 Oct 2010 07:38:14 +0000 (09:38 +0200)]
fixed incorrect dispersion correction for TPI with multiple atoms, bugzilla 592

13 years agofixed spelling
Roland Schulz [Mon, 11 Oct 2010 22:52:24 +0000 (18:52 -0400)]
fixed spelling

13 years agoMerge branch 'release-4-5-patches' of git.gromacs.org:gromacs into release-4-5-patches
Erik Lindahl [Sat, 9 Oct 2010 09:56:58 +0000 (11:56 +0200)]
Merge branch 'release-4-5-patches' of git.gromacs.org:gromacs into release-4-5-patches

13 years agoFixed uninitialized variable warning in grompp.c
Erik Lindahl [Sat, 9 Oct 2010 09:56:53 +0000 (11:56 +0200)]
Fixed uninitialized variable warning in grompp.c

13 years agofixed d3b582c73
Roland Shulz [Sat, 9 Oct 2010 00:23:54 +0000 (20:23 -0400)]
fixed d3b582c73
this commit accidential disabled IA32 and X86_64 ASM kernels

13 years agofixed 624db1bb
Roland Shulz [Sat, 9 Oct 2010 00:02:04 +0000 (20:02 -0400)]
fixed 624db1bb
applied those change also to autoconf GMXRC templates

13 years agofixed typo in checkpoint warning
Berk Hess [Fri, 8 Oct 2010 12:06:21 +0000 (14:06 +0200)]
fixed typo in checkpoint warning

13 years agomade combination of tpi and pme work again in parallel
Berk Hess [Fri, 8 Oct 2010 12:04:44 +0000 (14:04 +0200)]
made combination of tpi and pme work again in parallel

13 years agofixed combination of tpic with pme, pme mesh energy would be incorrect, always around 0
Berk Hess [Fri, 8 Oct 2010 11:41:39 +0000 (13:41 +0200)]
fixed combination of tpic with pme, pme mesh energy would be incorrect, always around 0

13 years agoMerge remote branch 'origin/release-4-5-patches'
Roland Schulz [Fri, 8 Oct 2010 09:30:42 +0000 (05:30 -0400)]
Merge remote branch 'origin/release-4-5-patches'

13 years agoCMake: another fortran fix
Christoph Junghans [Fri, 8 Oct 2010 08:34:59 +0000 (10:34 +0200)]
CMake: another fortran fix

13 years agoNow really fixed locking of log file.
Sander Pronk [Fri, 8 Oct 2010 07:25:43 +0000 (09:25 +0200)]
Now really fixed locking of log file.

13 years agoMerge branch 'release-4-5-patches'
Roland Schulz [Fri, 8 Oct 2010 06:04:17 +0000 (02:04 -0400)]
Merge branch 'release-4-5-patches'

Conflicts:
src/tools/gmx_membed.c

13 years agofixed locking of log file - broken by d750b9ce
Roland Schulz [Fri, 8 Oct 2010 05:48:00 +0000 (01:48 -0400)]
fixed locking of log file - broken by d750b9ce

13 years agoMade Charmm27 DNA and RNA termini (Michel Cuendet) and atom renaming work
hess [Thu, 7 Oct 2010 17:59:59 +0000 (19:59 +0200)]
Made Charmm27 DNA and RNA termini (Michel Cuendet) and atom renaming work

13 years agocmake LIB environment variable check, and GMXRC check due to Klaus Kaempf.
Sander Pronk [Thu, 7 Oct 2010 14:55:25 +0000 (16:55 +0200)]
cmake LIB environment variable check, and GMXRC check due to Klaus Kaempf.

13 years agoFixed compilation issues with C99 compatibility.
David van der Spoel [Thu, 7 Oct 2010 14:05:41 +0000 (16:05 +0200)]
Fixed compilation issues with C99 compatibility.

13 years agoFixes and small additions to g_wham, due to Jochen Hub.
David van der Spoel [Thu, 7 Oct 2010 11:53:09 +0000 (13:53 +0200)]
Fixes and small additions to g_wham, due to Jochen Hub.

13 years agofixed genbox producing incorrect residue names with mixed solvents, bugzilla 576
hess [Thu, 7 Oct 2010 08:27:04 +0000 (10:27 +0200)]
fixed genbox producing incorrect residue names with mixed solvents, bugzilla 576

13 years agoadded a comment about assumptions of aligned memory
Roland Schulz [Thu, 7 Oct 2010 05:41:42 +0000 (01:41 -0400)]
added a comment about assumptions of aligned memory

13 years agoCMake: fortran fix
Christoph Junghans [Wed, 6 Oct 2010 12:38:45 +0000 (14:38 +0200)]
CMake: fortran fix

13 years agofixed syntax error from commit bd5b2724
Szilard Pall [Wed, 6 Oct 2010 07:27:57 +0000 (09:27 +0200)]
fixed syntax error from commit bd5b2724

13 years agocmake: give openmm default suffixes
Christoph Junghans [Tue, 5 Oct 2010 15:53:04 +0000 (17:53 +0200)]
cmake: give openmm default suffixes

13 years agocmake: install-mdrun should not install pkg-config files (bug #586)
Christoph Junghans [Tue, 5 Oct 2010 15:16:54 +0000 (17:16 +0200)]
cmake: install-mdrun should not install pkg-config files (bug #586)

13 years agoModified FORTRAN and threads warning.
Sander Pronk [Tue, 5 Oct 2010 15:18:40 +0000 (17:18 +0200)]
Modified FORTRAN and threads warning.

13 years agoimproved option compatibility checking with OpenMM
Szilard Pall [Tue, 5 Oct 2010 13:25:36 +0000 (15:25 +0200)]
improved option compatibility checking with OpenMM
(cherry picked from commit eba3b450aba044c55aae5e49d5068d7fc05adbbb)

13 years agoimproved option compatibility checking with OpenMM
Szilard Pall [Tue, 5 Oct 2010 13:25:36 +0000 (15:25 +0200)]
improved option compatibility checking with OpenMM

13 years agomade grompp mdp input file non-optional, fixes bugzilla 577
Berk Hess [Tue, 5 Oct 2010 13:01:50 +0000 (15:01 +0200)]
made grompp mdp input file non-optional, fixes bugzilla 577

13 years agoadded fail-safe check for OpenMM with double precision
Berk Hess [Tue, 5 Oct 2010 12:24:53 +0000 (14:24 +0200)]
added fail-safe check for OpenMM with double precision

13 years agorenamed mdp setting Ace-approx to Ace-approximation
Berk Hess [Tue, 5 Oct 2010 10:50:54 +0000 (12:50 +0200)]
renamed mdp setting Ace-approx to Ace-approximation

13 years agofixed completely incorrect pressure scaling with nstlist=-1, bugzilla 579
Berk Hess [Tue, 5 Oct 2010 10:35:59 +0000 (12:35 +0200)]
fixed completely incorrect pressure scaling with nstlist=-1, bugzilla 579

13 years agoMerge branch 'master' of git.gromacs.org:gromacs
Szilard Pall [Tue, 5 Oct 2010 09:40:08 +0000 (11:40 +0200)]
Merge branch 'master' of git.gromacs.org:gromacs

13 years agoFix manual references for 'continuation', rather than 'unconstrained_start', even...
Mark Abraham [Tue, 5 Oct 2010 01:50:44 +0000 (12:50 +1100)]
Fix manual references for 'continuation', rather than 'unconstrained_start', even though they are equivalient and the latter is legal

13 years agomk_dlist() changed its parameter list, so its declaration here needed to change,...
Mark Abraham [Thu, 23 Sep 2010 05:09:08 +0000 (15:09 +1000)]
mk_dlist() changed its parameter list, so its declaration here needed to change, even though it's never used.

13 years agofix broken check for dlopen (by Christoph Junghans, thanks!)
Roland Schulz [Mon, 4 Oct 2010 19:55:28 +0000 (15:55 -0400)]
fix broken check for dlopen (by Christoph Junghans, thanks!)

13 years agofix FFTW3 interface for non aligned memory
Roland Schulz [Fri, 1 Oct 2010 22:31:59 +0000 (18:31 -0400)]
fix FFTW3 interface for non aligned memory
(FFT5D doesn't use non-aligned memory thus this didn't cause any errors in 4.5
unknown to me whether this caused errors in 4.0)

13 years agomake install-mdrun now installes shared libs (fix for bugzilla 549) + mnir fixes
Szilard Pall [Fri, 1 Oct 2010 16:42:38 +0000 (18:42 +0200)]
make install-mdrun now installes shared libs (fix for bugzilla 549) + mnir fixes

"make install-mdrun" correctly installing the shared gromacs libraries
when the case, including the pkgconfig data and symbolic links.
Also made the openmm_wrapper and gmgx_gpu_utils libraries always build
and link staticlally (no need for these externally).

13 years agoMerge branch 'release-4-5-patches'
Roland Schulz [Thu, 30 Sep 2010 21:21:22 +0000 (17:21 -0400)]
Merge branch 'release-4-5-patches'

13 years agoconfigure: added '--disable-la-files' option
Christoph Junghans [Thu, 30 Sep 2010 10:01:20 +0000 (12:01 +0200)]
configure: added '--disable-la-files' option

13 years agochanged the grompp charge group radii to always check against rlist iso againt rlistlong
Berk Hess [Thu, 30 Sep 2010 14:07:01 +0000 (16:07 +0200)]
changed the grompp charge group radii to always check against rlist iso againt rlistlong

13 years agoError message on enabling FORTRAN and threads.
Sander Pronk [Thu, 30 Sep 2010 08:56:22 +0000 (10:56 +0200)]
Error message on enabling FORTRAN and threads.

13 years agomade vmdio work with older api version (e.g. vmd 1.8.6)
Roland Schulz [Thu, 30 Sep 2010 02:49:55 +0000 (22:49 -0400)]
made vmdio work with older api version (e.g. vmd 1.8.6)
improved error message

13 years agoinclude "error.h" was not neccessary and caused problems with xlc (bug 575)
Roland Schulz [Mon, 27 Sep 2010 22:27:57 +0000 (18:27 -0400)]
include "error.h" was not neccessary and caused problems with xlc (bug 575)

13 years ago1) gmx_fio_seek was not returning correct return value, thus trjacat thought the...
Roland Schulz [Sun, 26 Sep 2010 05:41:40 +0000 (01:41 -0400)]
1) gmx_fio_seek was not returning correct return value, thus trjacat thought the seek failed and trjcat -overwrite wasn't working
2) checkpoint didn't check the return value of gmx_fio_seek
3) log file wasn't truncated if md5 file was available in checkpoint
4) made comments more clear

13 years agoReverted changes to md_openmm.c, get rid of 'nan' in averages.
Rossen Apostolov [Sat, 25 Sep 2010 19:59:20 +0000 (21:59 +0200)]
Reverted changes to md_openmm.c, get rid of 'nan' in averages.

13 years agoMerge branch 'release-4-5-patches'
David van der Spoel [Sat, 25 Sep 2010 13:17:07 +0000 (15:17 +0200)]
Merge branch 'release-4-5-patches'

Conflicts:

share/top/gurgle.dat

13 years agoAdded software-related quote
David van der Spoel [Sat, 25 Sep 2010 13:13:36 +0000 (15:13 +0200)]
Added software-related quote

13 years agomdrun-gpu now doesn't output individual energy term, only the totals.
Rossen Apostolov [Sat, 25 Sep 2010 12:21:52 +0000 (14:21 +0200)]
mdrun-gpu now doesn't output individual energy term, only the totals.

Closes bug 568.

13 years agofixed case of opls atom types in share/top/ions.itp to make old opls topologies work...
Berk Hess [Sat, 25 Sep 2010 07:37:42 +0000 (09:37 +0200)]
fixed case of opls atom types in share/top/ions.itp to make old opls topologies work with the new ff setup

13 years agoUpdated to reflect bug 557.
David van der Spoel [Fri, 24 Sep 2010 06:45:52 +0000 (08:45 +0200)]
Updated to reflect bug 557.

13 years agoFixes for g_chi for bugzilla 569, so that it now uses the GROMACS 4.5 residuetypes...
Mark Abraham [Thu, 23 Sep 2010 04:41:41 +0000 (14:41 +1000)]
Fixes for g_chi for bugzilla 569, so that it now uses the GROMACS 4.5 residuetypes.dat database, not the old aminoacids.dat. These fixes use the new gmx_residuetypes API functions contained in the previous commit (bbf195d).

13 years agoExtensions to the gmx_residuetypes_t API to meet the needs of g_chi
Mark Abraham [Thu, 23 Sep 2010 04:40:30 +0000 (14:40 +1000)]
Extensions to the gmx_residuetypes_t API to meet the needs of g_chi

13 years agovmdio read the box but didn't mark it as beeing read (bBox)
Roland Schulz [Thu, 23 Sep 2010 04:05:01 +0000 (00:05 -0400)]
vmdio read the box but didn't mark it as beeing read (bBox)

13 years agoMCH3S was missing
Roland Shulz [Wed, 22 Sep 2010 21:33:39 +0000 (17:33 -0400)]
MCH3S was missing

13 years agoAdded missing includes to gmx_tune_pme.c
Sander Pronk [Wed, 22 Sep 2010 14:51:29 +0000 (16:51 +0200)]
Added missing includes to gmx_tune_pme.c

13 years agoadded a warning/note for bond oscillational periods of a few times the time step
Berk Hess [Wed, 22 Sep 2010 14:22:29 +0000 (16:22 +0200)]
added a warning/note for bond oscillational periods of a few times the time step

13 years agoMerge branch 'rotation-4-5' into rotation
Carsten Kutzner [Wed, 22 Sep 2010 12:28:27 +0000 (14:28 +0200)]
Merge branch 'rotation-4-5' into rotation

13 years agoEnforced rotation: corrected PBC treatment
Carsten Kutzner [Wed, 22 Sep 2010 12:28:04 +0000 (14:28 +0200)]
Enforced rotation: corrected PBC treatment

13 years agoMerge branch 'rotation-4-5' into rotation
Carsten Kutzner [Wed, 22 Sep 2010 08:18:21 +0000 (10:18 +0200)]
Merge branch 'rotation-4-5' into rotation

13 years agoMerge branch 'release-4-5-patches' into rotation-4-5
Carsten Kutzner [Wed, 22 Sep 2010 08:17:58 +0000 (10:17 +0200)]
Merge branch 'release-4-5-patches' into rotation-4-5

13 years agoadded check for tau_t<=0 with integrator sd
Berk Hess [Tue, 21 Sep 2010 15:43:33 +0000 (17:43 +0200)]
added check for tau_t<=0 with integrator sd

13 years agofixed incorrect gmxcheck comparison of ir->separate_dhdl_file
Berk Hess [Tue, 21 Sep 2010 15:19:32 +0000 (17:19 +0200)]
fixed incorrect gmxcheck comparison of ir->separate_dhdl_file

13 years agoAdded missing #ifdef around MPI directive
Carsten Kutzner [Tue, 21 Sep 2010 14:40:45 +0000 (16:40 +0200)]
Added missing #ifdef around MPI directive

13 years agoFixed missing installation of the openmm_api_wrapper; added INSTALL.*make* for distri...
Rossen Apostolov [Tue, 21 Sep 2010 14:06:04 +0000 (16:06 +0200)]
Fixed missing installation of the openmm_api_wrapper; added INSTALL.*make* for distribution.

13 years agoimproved the initial guess and fitting weights for autocorrelation fitting with ...
Berk Hess [Tue, 21 Sep 2010 13:28:32 +0000 (15:28 +0200)]
improved the initial guess and fitting weights for autocorrelation fitting with -beginfit>0

13 years agoremoved g_analyze confusing fitting messages about fitting the function when fitting...
Berk Hess [Tue, 21 Sep 2010 13:27:53 +0000 (15:27 +0200)]
removed g_analyze confusing fitting messages about fitting the function when fitting only the acf

13 years agoFindFFT?[F] scripts can use a path provided in FFTWx[F]_ROOT_DIR environment variable...
Szilard Pall [Mon, 20 Sep 2010 21:26:23 +0000 (23:26 +0200)]
FindFFT?[F] scripts can use a path provided in FFTWx[F]_ROOT_DIR environment variable when looking for libs/headers

13 years agofixed too small fixed array in grompp top reading (only used with incorrect input
Berk Hess [Mon, 20 Sep 2010 14:50:01 +0000 (16:50 +0200)]
fixed too small fixed array in grompp top reading (only used with incorrect input

13 years agoAdded do_multiprot in src/contrib, thanks to Ran Friedman
Rossen Apostolov [Mon, 20 Sep 2010 12:27:15 +0000 (14:27 +0200)]
Added do_multiprot in src/contrib, thanks to Ran Friedman

13 years agoMerge branch 'release-4-5-patches' of git@git.gromacs.org:gromacs into release-4...
David van der Spoel [Mon, 20 Sep 2010 11:54:17 +0000 (13:54 +0200)]
Merge branch 'release-4-5-patches' of git@git.gromacs.org:gromacs into release-4-5-patches

13 years agoMerge branch 'master' of git@git.gromacs.org:gromacs
David van der Spoel [Mon, 20 Sep 2010 11:53:13 +0000 (13:53 +0200)]
Merge branch 'master' of git@git.gromacs.org:gromacs

13 years agoMerge branch 'release-4-5-patches'
David van der Spoel [Mon, 20 Sep 2010 11:52:21 +0000 (13:52 +0200)]
Merge branch 'release-4-5-patches'

13 years agoFixed bug http://bugzilla.gromacs.org/show_bug.cgi?id=564 by adding a call to a routi...
David van der Spoel [Mon, 20 Sep 2010 11:50:05 +0000 (13:50 +0200)]
Fixed bug bugzilla.gromacs.org/show_bug.cgi?id=564 by adding a call to a routine freeing datastructures for lsq fitting. The program still uses memory
linearly with the number of timesteps in the mulsq variable. This should be fixed later on.

13 years agogmx_pme_error now uses at most all charges for the self error estimate (even for...
Carsten Kutzner [Mon, 20 Sep 2010 11:03:26 +0000 (13:03 +0200)]
gmx_pme_error now uses at most all charges for the self error estimate (even for -self values > 1)

13 years agoMerge branch 'rotation-4-5' into rotation
Carsten Kutzner [Mon, 20 Sep 2010 09:57:33 +0000 (11:57 +0200)]
Merge branch 'rotation-4-5' into rotation

13 years agoEnforced rotation: Issue a warning when actual box size differs from reference box...
Carsten Kutzner [Mon, 20 Sep 2010 09:57:01 +0000 (11:57 +0200)]
Enforced rotation: Issue a warning when actual box size differs from reference box size

13 years agoChanges to GB non-polar solvation calculations
Per Larsson [Mon, 20 Sep 2010 09:00:20 +0000 (11:00 +0200)]
Changes to GB non-polar solvation calculations

When using GB, users now explicitly have to ask for the non-polar
solvation to be calculated. Previously this was always done despite
the sa_algorithm=no in the mdp-file.
Grompp now also honors the value of sa_surface_algorithm in the mdp-file.
The non-polar energy gets printed, so that all partial
energy terms add upp to the total potetial energy.
All of these changes are documented in the online manual.

13 years agoMerge branch 'release-4-5-patches' into rotation-4-5
Carsten Kutzner [Mon, 20 Sep 2010 08:16:43 +0000 (10:16 +0200)]
Merge branch 'release-4-5-patches' into rotation-4-5

13 years agoFixes for selection modifier initialization.
Teemu Murtola [Mon, 20 Sep 2010 07:22:16 +0000 (09:22 +0200)]
Fixes for selection modifier initialization.

Selection keywords merge, plus, and permute did not work properly in all
cases, and resulted in double frees if there was a syntax error.  There
are still some pathological cases like "name CA plus x < 5" that don't
work correctly, but those should rarely be needed, and will take more
time to fix.

13 years agofixed box vector read in vmdio
Roland Schulz [Sun, 19 Sep 2010 22:09:20 +0000 (15:09 -0700)]
fixed box vector read in vmdio

13 years agoFixed reproducibility of g_pme_error results in parallel
Carsten Kutzner [Fri, 17 Sep 2010 13:20:48 +0000 (15:20 +0200)]
Fixed reproducibility of g_pme_error results in parallel

13 years agoFixed more checkpointing issues with .edr dh data.
Sander Pronk [Fri, 17 Sep 2010 12:19:24 +0000 (14:19 +0200)]
Fixed more checkpointing issues with .edr dh data.

13 years agoCheckpoints backward-compatible + more consistency checks in g_bar.
Sander Pronk [Fri, 17 Sep 2010 11:35:50 +0000 (13:35 +0200)]
Checkpoints backward-compatible + more consistency checks in g_bar.

13 years agoFixed checkpointing bug with g_bar energies
Sander Pronk [Fri, 17 Sep 2010 10:57:07 +0000 (12:57 +0200)]
Fixed checkpointing bug with g_bar energies

13 years agoRevert "added GB non-polar solvation energy term to the log and energy file output"
Berk Hess [Fri, 17 Sep 2010 10:19:58 +0000 (12:19 +0200)]
Revert "added GB non-polar solvation energy term to the log and energy file output"

This reverts commit 8c51a787e9cbe208361c8428b949213962bde589.

13 years agoconfigure: power6 and fortran can now be enabled at the same time.
Christoph Junghans [Fri, 17 Sep 2010 09:51:46 +0000 (11:51 +0200)]
configure: power6 and fortran can now be enabled at the same time.

This is not extremely useful for the kernels, because power6 kernels
will overwrite fortran kernels, but it allows other fortran stuff,
like the libxdrf fortran interface, on power6.

13 years agoconfigure: fortran kernels can also be compiled with gfortran (g77 is not included...
Christoph Junghans [Fri, 17 Sep 2010 09:45:22 +0000 (11:45 +0200)]
configure: fortran kernels can also be compiled with gfortran (g77 is not included in >=gcc-4.0 anymore)

13 years agoMerge branch 'rotation-4-5' into rotation
Carsten Kutzner [Fri, 17 Sep 2010 08:59:48 +0000 (10:59 +0200)]
Merge branch 'rotation-4-5' into rotation