Skip to content
Snippets Groups Projects
  1. Jan 02, 2014
    • Giovanni Bussi's avatar
      Improved doc · 4900be52
      Giovanni Bussi authored
      4900be52
    • Giovanni Bussi's avatar
      Added flags to switch off library search (on by default) · 8185d920
      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.
      8185d920
  2. Dec 20, 2013
  3. Dec 17, 2013
  4. Dec 16, 2013
  5. Dec 13, 2013
  6. Dec 12, 2013
  7. Dec 11, 2013
  8. Dec 10, 2013
Loading