- Jan 02, 2014
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
All libraries can be switched off with ./configure --disable-name This allows testing or removing libraries that are known to be buggy or problematic. Notice that when lapack/blas are off, internal versions are used (plumed does not work without them). Also notice that when mpi search is on standard mpi compilers are searched for before non-mpi ones. Thus, to configure with mpi just type: ./configure To configure without mpi use: ./configure --disable-mpi I made this change since mpi is commonly needed and there is no expected drawback from using mpi.
-
- Dec 20, 2013
-
-
Giovanni Bussi authored
mostly for testing
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
Conflicts: CHANGES/Unreleased.txt user-doc/Installation.txt
-
Giovanni Bussi authored
Conflicts: CHANGES/v2.1.txt
-
Giovanni Bussi authored
Ready for merge. Nothing should change with existing Makefile.conf.
-
Giovanni Bussi authored
-
Giovanni Bussi authored
Now needs PLUMED_INTERNAL_LAPACK/BLAS to use the internal version, and by default uses external one. This makes it more coherent with master branch. Thus: One can either use external libraries with: CPPGLAFS=-D__PLUMED_INTERNAL_BLAS -D__PLUMED_INTERNAL_LAPACK uses internal ones, whereas: DYNAMIC_LIBS=-lwhatever_appropriate uses external ones.
-
Giovanni Bussi authored
I fixed it so that it *Really* works with both internal and external lapack/blas. The only drawback (I could not do it better) is that both lapack and blas should be either internal or external.
-
- Dec 17, 2013
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Dec 16, 2013
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
(cherry picked from commit 2c272e4a)
-
- Dec 13, 2013
-
-
Giovanni Bussi authored
closes #6
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Toni G authored
(thanks to Toni Giorgino) I fixed a missing include. Original comment: Fixes in backup output files - cant rename open file under windows - print reason for failure - remove leak of FILE*s
-
- Dec 12, 2013
-
-
Gareth Tribello authored
-
- Dec 11, 2013
-
-
Gareth Tribello authored
-
Gareth Tribello authored
-
- Dec 10, 2013
-
-
Gareth Tribello authored
-
Gareth Tribello authored
-
Gareth Tribello authored
-
Gareth Tribello authored
-
Giovanni Bussi authored
Changed the internal enum in switching function (for clarity)
-
Giovanni Bussi authored
-
Carlo Camilloni authored
-
Carlo Camilloni authored
-
Carlo Camilloni authored
-
Carlo Camilloni authored
-
Gareth Tribello authored
This addresses #43
-