Complementary information about DAVAI setup on aa|ab|ac|ad HPC machine @ ECMWF/Bologna
Quick install
Set in your .bash_profile:
module use ~acrd/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
Recommended environment in your
.bash_profile:module load python3/3.10.10-01 module load prgenv/intelEnsure permissions to
accordgroup (e.g. withchgrp) for support, something like:for d in $HOME/davai $HOME/pack $SCRATCH/mtool/depot do mkdir -p $d chgrp -R accord $d chmod g+s $d doneIf you skip this, support cannot be granted.