Changes between Version 9 and Version 10 of multiplejobs


Ignore:
Timestamp:
10/23/25 12:10:49 (4 months ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • multiplejobs

    v9 v10  
    33We are going to use a variable in the MATLAB workspace called `friction` that will be changing within a loop. In your `runme.m` script, prepare your step with a dynamic step name:
    44{{{
    5 #!m
     5#!matlab
    66%Do we need to submit the job or download the results?
    77loadonly = 0;
     
    1616   md.settings.waitonlock = 0;
    1717   md.cluster.interactive = 0; %only needed if you are using the generic cluster
    18    md.miscellaneous.name = ['FrictionTest_' num2str(friction) ];
     18   md.miscellaneous.name = org.steps(org.currentstep).string;
    1919
    2020  %Submit job or download results, make sure that there is no runtime name (that includes the date)