Public Member Functions | |
def | __init__ |
def | activate |
def | deactivate |
def | print_name |
def | print_options |
def | execute |
Public Member Functions inherited from LauncherMTTTool.LauncherMTTTool | |
def | __init__ |
def | print_name |
def | updateDefaults |
def | setupPaths |
def | resetPaths |
def | collectTests |
def | allocateCluster |
def | runTests |
def | deallocateCluster |
Public Attributes | |
options | |
allocated | |
testDef | |
cmds | |
Public Attributes inherited from LauncherMTTTool.LauncherMTTTool | |
additionalCheck | |
tests | |
skip_tests | |
oldbinpath | |
oldldlibpath | |
skipStatus | |
expected_returncodes | |
finalStatus | |
finalError | |
numTests | |
numPass | |
numSkip | |
numFail | |
numTimed | |
maxTests | |
midpath | |
location | |
cwd | |
allocated | |
Definition at line 46 of file OpenMPI.py.
def OpenMPI.OpenMPI.__init__ | ( | self | ) |
Definition at line 48 of file OpenMPI.py.
def OpenMPI.OpenMPI.activate | ( | self | ) |
Definition at line 81 of file OpenMPI.py.
def OpenMPI.OpenMPI.deactivate | ( | self | ) |
def OpenMPI.OpenMPI.execute | ( | self, | |
log, | |||
keyvals, | |||
testDef | |||
) |
def OpenMPI.OpenMPI.print_name | ( | self | ) |
Definition at line 93 of file OpenMPI.py.
def OpenMPI.OpenMPI.print_options | ( | self, | |
testDef, | |||
prefix | |||
) |
Definition at line 96 of file OpenMPI.py.
OpenMPI.OpenMPI.allocated |
Definition at line 75 of file OpenMPI.py.
OpenMPI.OpenMPI.cmds |
Definition at line 77 of file OpenMPI.py.
OpenMPI.OpenMPI.options |
Definition at line 51 of file OpenMPI.py.
OpenMPI.OpenMPI.testDef |
Definition at line 76 of file OpenMPI.py.