Changeset 17591


Ignore:
Timestamp:
03/28/14 09:51:44 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixed for pfe interactive=0

File:
1 edited

Legend:

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

    r17571 r17591  
    1717cluster       = md.cluster;
    1818
    19 if isa(cluster,'pfe')
     19if isa(cluster,'pfe') && cluster.interactive>0
    2020        lockfilename  = [executionpath '/Interactive' num2str(cluster.interactive) '/' md.miscellaneous.name '.lock'];
    2121        logfilename   = [executionpath '/Interactive' num2str(cluster.interactive) '/' md.miscellaneous.name '.outlog'];
Note: See TracChangeset for help on using the changeset viewer.