...
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>/binfdb and other binaries for the current version are installed in:
<prefix>/mars/versions/current/binFDB_HOME i.e. the directory containing the fdb configuration is:
<prefix>/fdbThus, the following should be added to your .bashrc file to use MARS/fdb on EuroHPC:
export PATH=<prefix>/bin:$PATH # MARS scriptexport PATH=<prefix>/mars/versions/current/bin:$PATH # FDB & other toolsexport FDB_HOME=<prefix>/fdb # FDB configs