Changeset 16588


Ignore:
Timestamp:
10/30/13 10:11:15 (11 years ago)
Author:
schlegel
Message:

CHG: update to SLURM script type

File:
1 edited

Legend:

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

    r16587 r16588  
    9898                         fprintf(fid,'#!/bin/bash\n');
    9999%                        fprintf(fid,'#PBS -N %s\n',modelname);
    100                          fprintf(fid,'#PBS -l select=%i:ncpus=%i:proc=%s\n',cluster.numnodes,cluster.cpuspernode,cluster.processor);
     100                         fprintf(fid,'#PBS -l select=%i:mpiprocs=%i:proc=%s\n',cluster.numnodes,cluster.cpuspernode,cluster.processor);
    101101                         fprintf(fid,'#PBS -l walltime=%i:00\n',cluster.time); %SLURM walltime is in minutes:
    102102                         fprintf(fid,'#PBS -q %s \n',cluster.queue);
Note: See TracChangeset for help on using the changeset viewer.