carputils
Doxygen code documentation for the python framework controlling openCARP
|
A shell command to be executed with MPI. More...
Public Member Functions | |
def | __init__ (self, args, kwargs) |
def | execute (self) |
Run this command right now. More... | |
def | bash (self) |
Generate a bash statement executing this command. More... | |
![]() | |
def | __init__ (self, command, message=None, skiperror=False, stdout=None, stderr=None) |
def | execute (self) |
Run this command right now. More... | |
def | bash (self) |
Generate a bash statement executing this command. More... | |
![]() | |
def | execute (self) |
Run this command right now. More... | |
def | bash (self) |
Generate a bash statement executing this command. More... | |
A shell command to be executed with MPI.
Executes the command line with MPI, automatically adding MPI and runtime options such as debuggers and profilers.
command list of str The command to execute in bash message str, optional A descriptive message to execute when running the command skiperror bool, optional When True, do not crash when the command fails in execute()
def carputils.job.command.MPICommand.__init__ | ( | self, | |
args, | |||
kwargs | |||
) |
def carputils.job.command.MPICommand.bash | ( | self | ) |
Generate a bash statement executing this command.
def carputils.job.command.MPICommand.execute | ( | self | ) |
Run this command right now.