Skip to content

This script is developed to be reminded if slurm jobs are submitted and Finished

Notifications You must be signed in to change notification settings

AlisaGU/email_me_on_slurm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

email_me_on_slurm

This script is developed to remind you when slurm jobs are submitted and Finished.

Before using this script, you should replace [email protected] with your email address.

email_me has at least two parameters. The last one describes subjects in your email and the remaining parameters are slurm job id.

EXAMPLE

email_me 1 2 3 "test" &

When job 1 2 and 3 are submitted successfully (this is RUNNING), you will receive a email reminding you that these jobs have been submitted.

When job 1 2 and 3 are Finished (COMPLETED or FAILED OR CANCELED), you will receive another email about these jobs' status.

Please feel free to contact me if you have any suggestion!

About

This script is developed to be reminded if slurm jobs are submitted and Finished

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages