Changeset 20630
- Timestamp:
- 05/20/16 14:10:39 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/clusters/greenplanet.m
r20571 r20630 69 69 end 70 70 %}}} 71 function BuildKrigingQueueScript(cluster,dirname,modelname,solution,io_gather,isvalgrind,isgprof ) % {{{71 function BuildKrigingQueueScript(cluster,dirname,modelname,solution,io_gather,isvalgrind,isgprof,isdakota) % {{{ 72 72 73 73 if(isvalgrind), disp('valgrind not supported by cluster, ignoring...'); end … … 148 148 149 149 end %}}} 150 function LaunchQueueJob(cluster,modelname,dirname,filelist,restart )% {{{150 function LaunchQueueJob(cluster,modelname,dirname,filelist,restart,batch)% {{{ 151 151 152 152 disp('launching solution sequence on remote cluster');
Note:
See TracChangeset
for help on using the changeset viewer.