Software components deployed:
MARS & FDB (binaries and configuration) installation prefix folder:
<prefix> = /appl/local/destine
<prefix> = /gpfs/projects/ehpc01/dte<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