Changeset 2629
- Timestamp:
- 11/09/09 12:24:07 (15 years ago)
- Location:
- issm/trunk/src/c/parallel
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/parallel/diagnostic.cpp
r2586 r2629 166 166 } 167 167 168 _printf_("write lock file:\n");169 if (waitonlock){168 if (waitonlock>0){ 169 _printf_("write lock file:\n"); 170 170 WriteLockFile(lockname); 171 171 } -
issm/trunk/src/c/parallel/prognostic.cpp
r2586 r2629 142 142 OutputResults(processedresults,outputfilename); 143 143 144 _printf_("write lock file:\n");145 if (waitonlock){144 if (waitonlock>0){ 145 _printf_("write lock file:\n"); 146 146 WriteLockFile(lockname); 147 147 } -
issm/trunk/src/c/parallel/thermal.cpp
r2586 r2629 133 133 } 134 134 135 _printf_("write lock file:\n");136 if (waitonlock){135 if (waitonlock>0){ 136 _printf_("write lock file:\n"); 137 137 WriteLockFile(lockname); 138 138 } -
issm/trunk/src/c/parallel/transient.cpp
r2586 r2629 159 159 #endif 160 160 } 161 _printf_("write lock file:\n"); 162 if (waitonlock){ 161 162 if (waitonlock>0){ 163 _printf_("write lock file:\n"); 163 164 WriteLockFile(lockname); 164 165 }
Note:
See TracChangeset
for help on using the changeset viewer.