Changeset 21766
- Timestamp:
- 06/13/17 17:03:31 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/solve/waitonlock.m
r18739 r21766 20 20 lockfilename = [executionpath '/Interactive' num2str(cluster.interactive) '/' md.miscellaneous.name '.lock']; 21 21 logfilename = [executionpath '/Interactive' num2str(cluster.interactive) '/' md.miscellaneous.name '.outlog']; 22 elseif isa(cluster,'localpfe'), 23 lockfilename = [executionpath '/' md.miscellaneous.name '.lock']; 24 logfilename = [executionpath '/' md.miscellaneous.name '.outlog']; 22 25 else 23 26 lockfilename = [executionpath '/' md.private.runtimename '/' md.miscellaneous.name '.lock'];
Note:
See TracChangeset
for help on using the changeset viewer.