Changeset 2260
- Timestamp:
- 09/20/09 16:14:38 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/solveparallel.m
r2226 r2260 25 25 md=LaunchQueueJob(md,executionpath,options); 26 26 27 %timing 28 t1=clock; 29 27 30 %Do we return, or just wait for results? 28 31 if md.waitonlock~=0, … … 35 38 else 36 39 %load results 40 %stop timing 41 t2=clock; 42 displaystring(md.debug,'\n%s\n',['solution converged in ' num2str(etime(t2,t1)) ' seconds']); 43 37 44 displaystring(md.debug,'loading results from cluster'); 38 45 md=loadresultsfromcluster(md);
Note:
See TracChangeset
for help on using the changeset viewer.