Changeset 21766


Ignore:
Timestamp:
06/13/17 17:03:31 (8 years ago)
Author:
Eric.Larour
Message:

CHG: hack for running local pfe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/solve/waitonlock.m

    r18739 r21766  
    2020        lockfilename  = [executionpath '/Interactive' num2str(cluster.interactive) '/' md.miscellaneous.name '.lock'];
    2121        logfilename   = [executionpath '/Interactive' num2str(cluster.interactive) '/' md.miscellaneous.name '.outlog'];
     22elseif isa(cluster,'localpfe'),
     23        lockfilename  = [executionpath '/' md.miscellaneous.name '.lock'];
     24        logfilename   = [executionpath '/' md.miscellaneous.name '.outlog'];
    2225else
    2326        lockfilename  = [executionpath '/' md.private.runtimename '/' md.miscellaneous.name '.lock'];
Note: See TracChangeset for help on using the changeset viewer.