Skip to content

Docs CSC now features an automatic Finnish translation. Click here for more information.

Warning!

Puhti and Mahti will be decommissioned after Roihu becomes available. Users should clean up unnecessary files and move any required data by the end of August 2026. See the Roihu data preparation instructions for details.

Puhti scratch is very full: keep only active data there and move or delete everything else. No new Puhti scratch quota will be granted.

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.