Exemplo n.º 1
0
 def start_instance(self):
     """ Starts new instances if stopped. We write a special loop for this one because we only need a single 60 second pause for all the intances, not one for each in serial. Specialized certificate messages. """
     utilsparamec2.start_instances_if_stopped(
         instances=self.instances,
         logger=[]#self.logger
     )
     self.logger.append("Created {} EPI infrastructures with 4 cpus, 16 GB memory ".format(len(self.filenames)))
Exemplo n.º 2
0
 def start_instance(self):
     """ Starts new instances if stopped. We write a special loop for this one because we only need a single 60 second pause for all the intances, not one for each in serial. Specialized certificate messages. """
     utilsparamec2.start_instances_if_stopped(
         instances=self.instances,
         logger=[]  #self.logger
     )
     self.logger.append("Created {} immutable analysis environments".format(
         len(self.filenames)))
Exemplo n.º 3
0
 def start_instance(self):
     """ Starts new instances if stopped. We write a special loop for this one because we only need a single 60 second pause for all the intances, not one for each in serial"""
     utilsparamec2.start_instances_if_stopped(instances=self.instances,
                                              logger=self.inputlogger)