Changes between Version 4 and Version 5 of multiplejobs


Ignore:
Timestamp:
10/05/20 10:25:26 (5 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • multiplejobs

    v4 v5  
    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;
     
    2424      savemodel(org,md);
    2525   end
     26end
    2627}}}
    2728