Changes between Version 1 and Version 2 of nowaitlock
- Timestamp:
- 06/27/23 08:14:41 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
nowaitlock
v1 v2 8 8 loadmodel(org,'PreviousStepName'); 9 9 10 %Make sure jobs are submitted without MATLAB waiting for the results, and job name is unique10 %Make sure jobs are submitted without MATLAB waiting for job completion 11 11 md.settings.waitonlock = 0; 12 12 md.cluster.interactive = 0; %only needed if you are using the generic cluster