Versions Compared

Key

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

...

  1. GCC v8.3.0
  2. Perl v5
  3. GNU Autoconf v2.69
  4. GNU Automake v1.15
  5. Cmake v.3.20.6
  6. Python v3.7.10
  7. Cython 0.29.23
  8. Java Development Kit v1.8.0_111
  9. Intel Parallel Studio XE 2020
  10. Git v2.17.0
  11. Saxon v9
  12. Blitz++ v1.0.2
  13. MdsPlus v7.96.15


  1. GCC v8.3.0
    The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Ada, and Go, as well as libraries for these languages.
    There should be a system installation with the required version on the Marconi cluster. Just use the module to load it as below:

    Code Block
    languagebash
    module load gnu/8.3.0


  2. Perl v5

    The v5.16.3 version should be immediately available as part of the system.

  3. GNU Autoconf v2.69

    The v2.69 version should be immediately available as part of the system.

    Code Block
    languagebash
    wget https://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz


  4. GNU Automake v1.15
    To install automake version 1.15 follow these steps:

    Code Block
    languagebash
    cd ~/public/temp


    Code Block
    languagebash
    wget https://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz


    Code Block
    languagebash
    tar -xf automake-1.15.tar.gz


    Code Block
    languagebash
    cd automake-1.15


    Code Block
    languagebash
    # ./configure --prefix=<directory_path>, for this tutorial directory_path is "~/public/switm/automake/1.15"
    ./configure --prefix=~/public/switm/automake/1.15


    Code Block
    languagebash
    make
    make install


  5. Python v3.7.10

  6. Cython 0.29.23

  7. Java Development Kit v1.8.0_111

  8. Intel Parallel Studio XE 2020

  9. Git v2.17.0

  10. Saxon v9

  11. Blitz++ v1.0.2

  12. MdsPlus v7.96.15