|
__init__(self,
machines=None,
nr=None)
|
|
machineOK(self)
Check whether the LAM machine was properly booted
|
|
stop(self)
Stops a LAM-machine (if one is running)
|
|
boot(self)
Boots a LAM-machine using the machine-file
|
|
cpuNr(self)
|
|
buildMPIrun(self,
argv)
Builds a list with a working mpirun command (for that
MPI-Implementation)
|
|
writeMetis(self,
sDir)
Write the parameter-File for a metis decomposition
|
|
writeSimple(self,
sDir,
direction)
Write the parameter-File for a metis decomposition
|
|
writeDecomposition(self,
sDir,
par)
Write parameter file for a decomposition @param par:Parameters
specific for that kind of decomposition @type par:str
|
Inherited from Basics.Utilities.Utilities :
execute ,
listDirectory ,
writeDictionaryHeader
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|