Ejemplo n.º 1
0
 def __init__(self, name = "lsf_launcher"):
     Launcher.__init__(self, name)
     return
Ejemplo n.º 2
0
 def __init__(self, app):
     Launcher.__init__(self, app)
Ejemplo n.º 3
0
 def __init__(self):
     Launcher.__init__(self, "mpirun")
     return
Ejemplo n.º 4
0
 def __init__(self, name = 'serial_launcher'):
     Launcher.__init__(self, name)
     return
Ejemplo n.º 5
0
 def __init__(self, app, user, sparsity):
     Launcher.__init__(self, app)
     self.__user = user
     self.__sparsity = sparsity
Ejemplo n.º 6
0
 def __init__(self, name='serial_launcher'):
     Launcher.__init__(self, name)
     return
Ejemplo n.º 7
0
 def __init__(self):
     Launcher.__init__(self, "mpirun")
     return
Ejemplo n.º 8
0
 def __init__(self, name = 'mpich2_launcher'):
     Launcher.__init__(self, name)
     return