Changeset 27774
- Timestamp:
- 05/22/23 20:09:22 (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-larour-SLPS2022/src/m/solve/waitonlock.m
r26353 r27774 18 18 cluster = md.cluster; 19 19 20 if isa(cluster,'pfe') && cluster.interactive>020 if isa(cluster,'pfe') | isa(cluster,'pfeuq') && cluster.interactive>0 21 21 lockfilename = [executionpath '/Interactive' num2str(cluster.interactive) '/' md.miscellaneous.name '.lock']; 22 22 logfilename = [executionpath '/Interactive' num2str(cluster.interactive) '/' md.miscellaneous.name '.outlog'];
Note:
See TracChangeset
for help on using the changeset viewer.