Changeset 22112


Ignore:
Timestamp:
09/19/17 15:59:10 (8 years ago)
Author:
Eric.Larour
Message:

CHG: now allow valgrind in a hardcoded way.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-NatGeoScience2016/src/m/solve/solveslm.m

    r22093 r22112  
    2323        error(['solutionstring ' solutionstringi ' not supported!']);
    2424end
     25
     26%Default settings for debugging
     27valgrind=0;
     28%slm.cluster.interactive=0; valgrind=1;
    2529
    2630%check consistency:
     
    6771nps{end+1}=slm.earth.cluster.np;
    6872
    69 BuildQueueScriptMultipleModels(cluster,slm.private.runtimename,slm.miscellaneous.name,slm.private.solution,privateruntimenames,miscellaneousnames,nps);
     73BuildQueueScriptMultipleModels(cluster,slm.private.runtimename,slm.miscellaneous.name,slm.private.solution,valgrind,privateruntimenames,miscellaneousnames,nps);
    7074
    7175%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.