Changes between Version 3 and Version 4 of VisIt/build_Jureca


Ignore:
Timestamp:
02/04/16 12:00:09 (8 years ago)
Author:
Herwig Zilken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VisIt/build_Jureca

    v3 v4  
    11= Build !VisIt on JURECA
    2 On JURECA all system wide software packages are installed with the help of the [http://easybuild.readthedocs.org/en/latest/index.html EasyBuild] framework. Typically the Intel C (icc) anc C++ (icpc) compilers are used. The following !EasyBuild script is used for !VisIt:
     2On JURECA all system wide software packages are installed with the help of the [http://easybuild.readthedocs.org/en/latest/index.html EasyBuild] framework. Typically the Intel C (icc) anc C++ (icpc) compilers are used. The following !EasyBuild easyconfig file is used for !VisIt:
    33
    44{{{ #!python
     
    6464}}}
    6565
    66 To compile your own version of !VisIt you likely may not use !EasBuild directly, but the necessary installation steps and options can be derived from the above !EasyBuild script. Roughly the following has to be done:
     66To compile your own version of !VisIt you likely may not use !EasBuild directly, but the necessary installation steps and options can be derived from the above easyconfig file. Roughly the following has to be done:
    6767* load modules: CMake, makedepend, Qt, libxml2, Python
    6868* set the CMAKE_INCLUDE_PATH and the CMAKE_LIBRARY_PATH accordingly