source: issm/oecreview/Archive/24684-25833/ISSM-25393-25394.diff

Last change on this file was 25834, checked in by Mathieu Morlighem, 4 years ago

CHG: added 24684-25833

File size: 798 bytes
  • ../trunk-jpl/src/m/classes/clusters/maui.m

     
    8686                         fprintf(fid,'#SBATCH --partition=%s \n',cluster.partition);
    8787                         fprintf(fid,'#SBATCH --ntasks=%i  \n',cluster.numnodes);
    8888                         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
    9090                         fprintf(fid,'#SBATCH --mem-per-cpu=%igb\n',cluster.memory);
    9191                         fprintf(fid,'#SBATCH -o %s.outlog \n',modelname);
    9292                         fprintf(fid,'#SBATCH -e %s.errlog \n\n',modelname);
Note: See TracBrowser for help on using the repository browser.