Changes between Version 6 and Version 7 of multiplejobs
- Timestamp:
- 10/22/20 17:35:59 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
multiplejobs
v6 v7 15 15 %Make sure jobs are submitted without MATLAB waiting for the results, and job name is unique 16 16 md.settings.waitonlock = 0; 17 md.cluster.interactive = 0; %only needed if you are using the generic cluster 17 18 md.miscellaneous.name = ['FrictionTest_' num2str(friction) ]; 18 19