Changes between Initial Version and Version 1 of multiplejobs


Ignore:
Timestamp:
10/02/20 08:51:08 (4 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • multiplejobs

    v1 v1  
     1#{!m
     2for N=1:20
     3runme
     4end
     5md.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
     12if 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}