Method Summary |
|
__init__ (self,
machines)
|
|
boot (self)
Boots a LAM-machine using the machine-file |
|
buildMPIrun (self,
argv)
Builds a list with a working mpirun command (for that
MPI-Implementation) |
|
cpuNr(self)
|
|
machineOK (self)
Check whether the LAM machine was properly booted |
|
stop (self)
Stops a LAM-machine (if one is running) |
|
writeDecomposition (self,
sDir,
par)
Write parameter file for a decomposition @param par:Parameters
specific for that kind of decomposition @type par:str |
|
writeMetis (self,
sDir)
Write the parameter-File for a metis decomposition |
|
writeSimple (self,
sDir,
direction)
Write the parameter-File for a metis decomposition |
Inherited from Utilities |
|
execute (self,
cmd,
debug)
Execute the command cmd |
|
listDirectory (self,
d)
Lists the files in a directory, but excludes certain names and files
with certain endings |
|
writeDictionaryHeader (self,
f)
Writes a dummy header so OpenFOAM accepts the file as a dictionary |