Versions Compared

Key

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

...

MARS & FDB (binaries and configuration) installation prefix folder:

  • LUMI: 
    <prefix> = /appl/local/destine
  • MN5: 
    <prefix> = /gpfs/projects/ehpc01/dte
  • Leonardo: 
    <prefix> = /leonardo_work/DestE_devel_25

mars script is installed in:

<prefix>/bin

fdb and other binaries for the current version are installed in:

<prefix>/mars/versions/current/bin

FDB_HOME i.e. the directory containing the fdb configuration is:

<prefix>/fdb

Thus, the following should be added to your .bashrc file to use MARS/fdb on EuroHPC:

  • export PATH=<prefix>/bin:$PATH # MARS script
  • export PATH=<prefix>/mars/versions/current/bin:$PATH # FDB & other tools
  • export FDB_HOME=<prefix>/fdb # FDB configs