Changeset 2689 for issm/trunk/src/m/classes/public/solveparallel.m
- Timestamp:
- 12/01/09 08:02:11 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/solveparallel.m
r2605 r2689 26 26 27 27 %Do we return, or just wait for results? 28 if md.waitonlock~=0 ,28 if md.waitonlock~=0 & ~strcmpi(options.batch,'yes'), 29 29 %we wait for the done file 30 30 islock=waitonlock(md,executionpath);
Note:
See TracChangeset
for help on using the changeset viewer.