Changeset 22112
- Timestamp:
- 09/19/17 15:59:10 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-larour-NatGeoScience2016/src/m/solve/solveslm.m
r22093 r22112 23 23 error(['solutionstring ' solutionstringi ' not supported!']); 24 24 end 25 26 %Default settings for debugging 27 valgrind=0; 28 %slm.cluster.interactive=0; valgrind=1; 25 29 26 30 %check consistency: … … 67 71 nps{end+1}=slm.earth.cluster.np; 68 72 69 BuildQueueScriptMultipleModels(cluster,slm.private.runtimename,slm.miscellaneous.name,slm.private.solution, privateruntimenames,miscellaneousnames,nps);73 BuildQueueScriptMultipleModels(cluster,slm.private.runtimename,slm.miscellaneous.name,slm.private.solution,valgrind,privateruntimenames,miscellaneousnames,nps); 70 74 71 75 %Upload all required files, given that each individual solution for icecaps and earth model already did:
Note:
See TracChangeset
for help on using the changeset viewer.