Changes between Version 46 and Version 47 of cypress/using
- Timestamp:
- 02/02/16 14:00:05 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/using
v46 v47 241 241 242 242 243 244 245 243 === Notify Job-state-change by email === 244 You can set to receive email when job becomes active and/or job finishes. 245 246 For example, by adding following two lines into SLURM script, you will receive emails when the job begins and ends. 247 {{{#!bash 248 #SBATCH --mail-type=ALL 249 #SBATCH --mail-user=your_email_address@tulane.edu 250 }}} 251 Valid values for '--mail-type=' are: BEGIN, END, FAIL, REQUEUE and ALL. 252 With ALL, you will get emails at any state change. 246 253 247 254 == Submitting Interactive Jobs ==