|
__init__(self,
machines=None,
nr=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
machineOK(self)
Check whether the LAM machine was properly booted |
source code
|
|
|
stop(self)
Stops a LAM-machine (if one is running) |
source code
|
|
|
boot(self)
Boots a LAM-machine using the machine-file |
source code
|
|
|
|
|
buildMPIrun(self,
argv,
expandApplication=True)
Builds a list with a working mpirun command (for that
MPI-Implementation) |
source code
|
|
|
|
|
|
|
|
Inherited from Basics.Utilities.Utilities :
execute ,
listDirectory ,
writeDictionaryHeader
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|