Changes between Version 7 and Version 8 of multiplejobs
- Timestamp:
- 10/22/20 17:36:12 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
multiplejobs
v7 v8 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 17 md.cluster.interactive = 0; %only needed if you are using the generic cluster 18 18 md.miscellaneous.name = ['FrictionTest_' num2str(friction) ]; 19 19