1. Mar 14, 2018
  2. Mar 13, 2018
    • Tommaso Tocci's avatar
      test: various cleanup/fixes to cmake · 3c51bf1c
      Tommaso Tocci authored
      - Relax cmake version requirment
      - Specify project language
      - Force CXX standard requirments
      - Compile MPI test only if suitable MPI implementation have found to be
        installed locally
      3c51bf1c
    • Marc Vef's avatar
      Merge branch 'docker' into 'master' · c96e825c
      Marc Vef authored
      Introduce docker images
      
      See merge request zdvresearch_bsc/adafs!17
      c96e825c
    • Tommaso Tocci's avatar
      docker: added image file for build-env container · e5cdb2ad
      Tommaso Tocci authored and Marc Vef's avatar Marc Vef committed
      The new docker folder will host all the docker image files.
      At the moment there is only one image file that allows to build a container based on CentOS 7 that provides a complete build environment for ADAFS. It is bundled with all the required dependencies, both from system repository and the ones that need to be compiled from source. It also provide a suitable compiler (gcc 7.2.1) for later use.
      
      This container can be use as developing environment as well as the base for other images. For instance we can use it to build a container that provide the ADAFS daemon.
      e5cdb2ad
    • Marc Vef's avatar
      Merge branch 'speedup_deps' · 3b59ee64
      Marc Vef authored
      Speedup dependencies download and compilation
      
      See merge request zdvresearch_bsc/adafs!16
      3b59ee64
    • Marc Vef's avatar
    • Tommaso Tocci's avatar
      Download deps: do not use log file · 95169f6f
      Tommaso Tocci authored
      Since the download of sources are performed in parallel, we cannot use
      anymore a single log file.
      
      The output of the download commands has been reduced to errrors only and
      it will be outputted directly on stderr. Thus the log file stuff have been
      completely removed.
      
      Moreover the clonedeps function now takes the REPO as second parameter
      and additional (non mandatory) git flags as fourth parameter.
      
      Additional fixes have been introduced to run commands in script mode
      (-q, -f, ...)
      95169f6f
    • Tommaso Tocci's avatar
      speedup src download for some deps · 7a7e3ef8
      Tommaso Tocci authored
      For dependencies in which a specific tags is specified we can download
      the code snapshot instead of cloning the whole repo.
      7a7e3ef8
    • Tommaso Tocci's avatar
      dl_script: download deps in parallel · fac077d8
      Tommaso Tocci authored
      Perform all the download and git clone action in parallel using several
      processes.
      
      Due to the new parallel use of the clonedeps and wgetdeps functions,
      some adjustment to printed message has been made. Now the function write
      on stdout only once when they complete.
      fac077d8
    • Tommaso Tocci's avatar
      add test flag to compile dependency script · f44d7828
      Tommaso Tocci authored
      f44d7828
    • Marc Vef's avatar
      Merge branch 'cmake' into 'master' · de9406ef
      Marc Vef authored
      cmake: find packages (Boost & pthread)
      
      See merge request zdvresearch_bsc/adafs!14
      de9406ef
  3. Mar 12, 2018
  4. Mar 09, 2018
  5. Mar 07, 2018
  6. Mar 06, 2018