carputils
Doxygen code documentation for the python framework controlling openCARP
Classes
carputils.job.command Namespace Reference

Defines several types of commands to execute. More...

Classes

class  Command
 Interface that commands should provide. More...
 
class  PythonCommand
 A command defined by a self-contained Python function. More...
 
class  ShellCommand
 A command executable in the bash shell. More...
 
class  MPICommand
 A shell command to be executed with MPI. More...
 

Detailed Description

Defines several types of commands to execute.