Ignore:
Timestamp:
09/10/09 15:44:01 (16 years ago)
Author:
Mathieu Morlighem
Message:

minor diffs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/Nightly/nightlyrun.m

    r2174 r2189  
    3333if isempty(rank), rank=1; end
    3434numprocs=find_option(options,'numprocs');
    35 if isempty(numprocs), numprocs=1; end
     35if (isempty(numprocs) | numprocs<rank), numprocs=1; end
    3636procedure=find_option(options,'procedure');
    3737if isempty(procedure), procedure='check'; end
Note: See TracChangeset for help on using the changeset viewer.