Changeset 17591
- Timestamp:
- 03/28/14 09:51:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/solve/waitonlock.m
r17571 r17591 17 17 cluster = md.cluster; 18 18 19 if isa(cluster,'pfe') 19 if isa(cluster,'pfe') && cluster.interactive>0 20 20 lockfilename = [executionpath '/Interactive' num2str(cluster.interactive) '/' md.miscellaneous.name '.lock']; 21 21 logfilename = [executionpath '/Interactive' num2str(cluster.interactive) '/' md.miscellaneous.name '.outlog'];
Note:
See TracChangeset
for help on using the changeset viewer.