source:
issm/oecreview/Archive/24684-25833/ISSM-25393-25394.diff
Last change on this file was 25834, checked in by , 4 years ago | |
---|---|
File size: 798 bytes |
-
../trunk-jpl/src/m/classes/clusters/maui.m
86 86 fprintf(fid,'#SBATCH --partition=%s \n',cluster.partition); 87 87 fprintf(fid,'#SBATCH --ntasks=%i \n',cluster.numnodes); 88 88 fprintf(fid,'#SBATCH --cpus-per-task=%i\n',cluster.cpuspernode); 89 fprintf(fid,'#SBATCH --time=%i\n',cluster.time *60); %walltime is in seconds.89 fprintf(fid,'#SBATCH --time=%i\n',cluster.time); %walltime is in minutes 90 90 fprintf(fid,'#SBATCH --mem-per-cpu=%igb\n',cluster.memory); 91 91 fprintf(fid,'#SBATCH -o %s.outlog \n',modelname); 92 92 fprintf(fid,'#SBATCH -e %s.errlog \n\n',modelname);
Note:
See TracBrowser
for help on using the repository browser.