$tmpdir
By default, when you submit a job, a $TMPDIR var is set to /beegfs/tmpdir/$SLURM_JOB_ID
At the end of the job, folder is removed from the system.
If you need to use a local disk on a compute, use this header in a slurm batch :
#SBATCH --gres=ioperso
Nothing is saved on this folders, don’t forget to do moves and copies for long jobs to your homedir or somewhere.