Complementary information about DAVAI setup on belenos HPC machine @ MF
Quick install
Set in your .bash_profile:
module use ~mary/public/modulefilesthen when you need to load davai to create a new testing experiment:
module load davai/2Note: the version of the tests used in your experiment can be different from the version loaded here. This module load ... is only useful to prepend the PATH with davai-new_xp* command(s).
Pre-requirements
Load modules (conveniently in your
.bash_profile):module load python/3.10.12 module load gitConfigure your
~/.netrcfile for FTP communications with archive machine hendrix, if not already done:machine hendrix login <your_user> password <your_password> machine hendrix.meteo.fr login <your_user> password <your_password>(! don't forget to
chmod 600 ~/.netrcif you are creating this file !)
To be updated when you change your passwordConfigure ftserv (information is stored encrypted in ~/.ftuas):
ftmotpasse -h hendrix -u <your_user>
(and give your actual password)
ANDftmotpasse -h hendrix.meteo.fr -u <your_user>
(same)
To be updated when you change your passwordConfigure Git proxy certificate info :
git config --global http.sslVerify falseEnsure SSH connectivity between compute and transfer nodes, if not already done:
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys