Skip to content

Slurm: LSDF

On HoreKa you can use for special cases the LSDF Online Storage on the HPC cluster nodes. You have to request storage projects on the LSDF webpage. To mount the LSDF Online Storage on the compute nodes during the job runtime the constraint flag "LSDF" has to be set.

Add in your script job.sh the line including the information (--constraint=LSDF) about the LSDF Online Storage usage:

#!/bin/bash
#SBATCH --ntasks=1
#SBATCH --time=10
#SBATCH --mem=200
#SBATCH --constraint=LSDF

or execute:

$ sbatch -p develop -n 1 -t 10 --mem 200 job.sh -C LSDF

For the usage of the LSDF Online Storage the following environment variables are available: $LSDF, $LSDFPROJECTS, $LSDFHOME.


Last update: September 28, 2023