Changes between Version 2 and Version 3 of nowaitlock


Ignore:
Timestamp:
06/05/25 10:39:37 (4 months ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • nowaitlock

    v2 v3  
    1 It is sometimes convenient to submit jobs and let them run in the background. This easiest way to do this is to run the same step twice, with a variable `loadonly` that indicates whether we want to submit the job (when it is 0) or load results once the job is completed (1).
     1It is sometimes convenient to submit jobs and let them run in the background (e.g., no ssh passthrough possible). The easiest way to do this is to run the same step twice, with a variable `loadonly` that indicates whether we want to submit the job (when it is 0) or load results once the job is completed (1).
     2It is also convenient to set `'runtimename'` to 0 so that the directory name is predictable since it will only be the model name, without the date and time (make sure to change the model name so that it is unique tough, submitting another job with the same name will overwrite the directory entirely).
     3
    24{{{
    35#!m