Changeset 21305


Ignore:
Timestamp:
10/21/16 11:54:36 (8 years ago)
Author:
nsa12
Message:

CHG: added email option to slurm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/clusters/camhpc.m

    r21291 r21305  
    8282                         fprintf(fid,'#SBATCH -p %s \n',cluster.partition);
    8383                         fprintf(fid,'#SBATCH -A %s \n',cluster.project);
     84                         fprintf(fid,'#SBATCH --mail-type=ALL\n');
    8485                         fprintf(fid,'#SBATCH -N %i -n %i\n',cluster.numnodes,cluster.cpuspernode);
    8586                         fprintf(fid,'#SBATCH --time=%i\n',cluster.time*60); %walltime is in seconds.
Note: See TracChangeset for help on using the changeset viewer.