Skip to content
Snippets Groups Projects
  1. Sep 14, 2016
  2. Jul 25, 2016
  3. Jul 18, 2016
    • Giovanni Bussi's avatar
      Make sure that all regtests are run on travis-ci · 1871c49a
      Giovanni Bussi authored
      In the first job on travis-ci I set PLUMED_ALL_TESTS=yes
      
      With this setting, if some of the regtests is not run the whole
      test suite fails. This actually checks that all the optional modules
      have been enabled at least in the first job of travis-ci
      1871c49a
  4. Jul 08, 2016
  5. Jul 04, 2016
  6. Jun 14, 2016
  7. Mar 30, 2016
    • Giovanni Bussi's avatar
      pdf manual is now off by default. · 65b34eaf
      Giovanni Bussi authored
      Pdf manual takes a lot of time to be compiled.
      Since it is not very useful, I disable it by default.
      
      Notice that on travis CI it is enables during configure.
      
      [makedoc]
      65b34eaf
  8. Feb 29, 2016
  9. Feb 28, 2016
    • Giovanni Bussi's avatar
      Multi-OS support in travis · c7c25760
      Giovanni Bussi authored
      I modified extensively the travis file to allow multi-os support
      and to use more recent UBUNTU:
      - I upgraded most of the tests to UBUNTU trusty (with gcc 4.8)
      - For a couple of tests I switch to UBUNTU precise (with gcc 4.6)
        to be sure we keep compatibility with older compilers
      - I removed clang tests from UBUNTU and added OSX tests (both serial and MPI)
      
      Since UBUNTU trusty comes with doxygen 1.8.6, I install doxygen 1.8.7
      from source. Notice that this was solved in UBUNTU precise by using
      an external ppa database. I prefer install from source here
      since in this way we can easily upgrade doxygen to use latest features.
      
      [makedoc]
      c7c25760
  10. Feb 17, 2016
  11. Feb 01, 2016
  12. Dec 22, 2015
  13. Nov 28, 2015
  14. Oct 07, 2015
  15. Oct 06, 2015
  16. Jul 24, 2015
  17. Jul 06, 2015
    • Giovanni Bussi's avatar
      Using : separator in enable-modules · 5e044b7c
      Giovanni Bussi authored
      I changed from , to : separator which is more standard
      (e.g. in PATH)
      5e044b7c
    • Giovanni Bussi's avatar
      Choose modules with ./configure · 4e761f81
      Giovanni Bussi authored
      Added an option to ./configure to choose modules.
      
      ./configure --enable-modules=all
      enables all optional modules
      
      ./configure --enable-modules=none
      disables all optional modules
      
      ./configure --enable-modules=reset
      reset default modules
      
      ./configure --enable-modules=+manyrestraints,-colvar
      enables manyrestraints and disables colvar
      
      ./configure --enable-modules
      maps to ./configure --enable-modules=reset
      
      ./configure --disable-modules
      maps to ./configure --enable-modules=none
      4e761f81
  18. Jun 30, 2015
  19. Jun 24, 2015
  20. Jun 18, 2015
  21. Jun 11, 2015
    • Giovanni Bussi's avatar
      changed travis settings · b0ac293b
      Giovanni Bussi authored
      I think the only failing case was openmp+mpi+debug options.
      I disabled openmp in that case, so that it should work. Let's see...
      b0ac293b
  22. Jun 10, 2015
    • Giovanni Bussi's avatar
      Hopefully isolated case that fails · 97d22118
      Giovanni Bussi authored
      (related to c933ced1)
      97d22118
    • Giovanni Bussi's avatar
      Allow regtest to fail · c933ced1
      Giovanni Bussi authored
      For some reason one of the setting of travis is failing
      on rt-dfg2. I don't understand why, but I suspect it comes
      from the internal lapack. I try to change the test to use external
      lapack and I keep as a record the test that was failing
      as "allowed_failure". Perhaps someone else will find the time to
      understand where is the problem.
      c933ced1
  23. Jun 05, 2015
Loading