Skip to content

Welcome to our weekly research support coffee hour on Zoom! Click here for more information.

Warning!

Puhti scratch disk is becoming very full (80+ % ) resulting in performance degradation. Everybody is advised to only keep actively processed data on scratch, all other data should be deleted, transferred to host institute or stored in Lumi-O. No new quota will be granted. Click here for a tool for examining your disk usage.

Sending email when a job starts/finishes is not working

  • Check that the option is correctly set in your batch script. For example, to get email when the job starts, it should read #SBATCH --mail-type=BEGIN.
  • Multiple arguments are separated by a comma, e.g. #SBATCH --mail-type=BEGIN,END.
  • The email is by default sent to the email address linked to your CSC account.
  • If you are using the #SBATCH --mail-user=<your email address> option to override the default email address, ensure that the email set is valid.