Changes between Initial Version and Version 1 of multiplejobs
- Timestamp:
- 10/02/20 08:51:08 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
multiplejobs
v1 v1 1 #{!m 2 for N=1:20 3 runme 4 end 5 md.settings.waitonlock = 0; 6 md.settings.waitonlock = 0; 7 md.miscellaneous.name = 'NAMEforTHISstep; 8 md=solve(md,'Transient','runtimename',false,'loadonly',loadonly); 9 if loadonly, 10 savemodel(org,md); 11 end 12 if perform(org,['Transient_TF_+' num2str(TFextra) 'C_qsg_x' num2str(qsgmult) ]) 13 md.miscellaneous.name = ['Transient_TF_+' num2str(TFextra) 'C_qsg_x' num2str(qsgmult) ]; 14 }