Changeset 1601


Ignore:
Timestamp:
08/06/09 08:24:45 (16 years ago)
Author:
Mathieu Morlighem
Message:

improved parallel in NR by checking number of cpus (hope will work on windows...

File:
1 edited

Legend:

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

    r1599 r1601  
    2626        package='cielo';
    2727        md.cluster=oshostname;
     28        %check and modify number of cpus if necessary
     29        np=feature('numCores');
     30        if np<md.np;
     31                md.np=np;
     32        end
    2833
    2934else
Note: See TracChangeset for help on using the changeset viewer.