Skip to content
Snippets Groups Projects
  1. Oct 18, 2013
    • Giovanni Bussi's avatar
      Configuration with autoconf · f98f64eb
      Giovanni Bussi authored
      One can now produce a Makefile.conf and a sourceme.sh
      using autoconf. Just type:
      
      ./configure
      
      Or maybe
      
      ./configure CXX=icpc
      
      In case you want to use mpi, just use:
      
      ./configure CXX=mpic++
      
      Everything should be smooth. I took care that the generated Makefile.conf
      is compatible with those stored in configurations/. In this way,
      one can always resort to a saved configuration file. Moreover,
      jumping between git branches (without need of reconfiguring) will be
      easier.
      
      More info on the manual page (no need to use autoconf to compile
      the manual and see that page)
      
      Closes #46
      f98f64eb
    • Giovanni Bussi's avatar
      Typo in manual · eb67dd88
      Giovanni Bussi authored
      eb67dd88
  2. Sep 19, 2013
  3. Aug 13, 2013
  4. Jul 28, 2013
    • Giovanni Bussi's avatar
      Changed default install path to /usr/local · ce83ef0c
      Giovanni Bussi authored
      This is the standard path for linux distribution. Thus "make install"
      will fail unless run with root permission or unless PLUMED_PREFIX is
      explicitly set. I also fixed DYLIB path for mac (plumed path
      should be prepended)
      ce83ef0c
  5. Jul 25, 2013
  6. Apr 19, 2013
  7. Feb 10, 2012
  8. Jul 04, 2011
  9. Jun 30, 2011
Loading