Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Cloning repository
    1. git clone ssh://git@git.iter.org/imas/uda.git 
    2. cd uda
    3. git checkout tags/<tag_number> 
  2. Building 
    1. env UDA_INSTALL=/gw/swimas/extra/uda/<tag_number>/gcc/7.3.0  ./scripts/cmake-itm-marconi-gcc-7.sh
    2. make -C build-gcc-7

  3. Installation

    1. make -C build-gcc-7 install

  4. Setting system module (has to be done manually)

    1. copy existing module (e.g.  cp -r /gw/swimas/etc/modulefiles/uda/2.25.5  /gw/modules/lib/itm-boost/<installed version>)
    2. update versions etc
  5. Setting pkg-config (has to be done manually)
    1. copy existing files (e.g.  cp -r /gw/swimas/extra/uda/2.5.0/gcc/7.3.0/lib/pkgconfig>  /gw/swimas/extra/uda/<tag_number>/gcc/7.3.0/lib)
    2. update versions etc

...