Changeset 27774


Ignore:
Timestamp:
05/22/23 20:09:22 (23 months ago)
Author:
Eric.Larour
Message:

CHG: pfeuq left out!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-SLPS2022/src/m/solve/waitonlock.m

    r26353 r27774  
    1818cluster       = md.cluster;
    1919
    20 if isa(cluster,'pfe') && cluster.interactive>0
     20if isa(cluster,'pfe') | isa(cluster,'pfeuq') && cluster.interactive>0
    2121        lockfilename  = [executionpath '/Interactive' num2str(cluster.interactive) '/' md.miscellaneous.name '.lock'];
    2222        logfilename   = [executionpath '/Interactive' num2str(cluster.interactive) '/' md.miscellaneous.name '.outlog'];
Note: See TracChangeset for help on using the changeset viewer.