Changeset 565
- Timestamp:
- 05/21/09 13:22:09 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/@model/setdefaultparameters.m
r564 r565 199 199 md.cluster='none'; 200 200 201 %th e waitonlock option is used in parallel runs to automate202 % the result pluging. Once the solution is finished, a fie203 % .lock is generated and the loading sequece is initiated.201 %this option can be activated (1) to load automatically the results 202 %onto the model after a parallel run by waiting for the lock file 203 %that is generated once the solution has converged 204 204 md.waitonlock=1; 205 205 … … 221 221 %????? 222 222 md.alloc_cleanup=1; 223 224 %this option can be activated (1) to load automatically the results225 %onto the model after a parallel run by waiting for the lock file226 %tht is generated once the solution has converged227 md.waitonlock=0;228 223 229 224 %mesh2grid parameter
Note:
See TracChangeset
for help on using the changeset viewer.