Problem

The anemoi-training package is a large installation with many files.

Some users have encountered "Disk quota exceeded" errors when trying to install anemoi-training in a conda environment on the Atos HPCF. 

Solution

We recommend using a temporary directory in $SCRATCH or $HPCPERM for the installation, to overcome quota issues with the default temporary storage.

A temporary directory can be created with the following command:

mkdir $SCRATCH/$USER/tmpdir 

Then you can retry installation of the anemoi-training package in your conda environment:

TMPDIR=$SCRATCH/$USER/tmpdir pip install anemoi-training

  • No labels