carputils
Doxygen code documentation for the python framework controlling openCARP
Public Member Functions | List of all members
carputils.machines.desktop.Desktop Class Reference

Desktop platform, providing extensive debugging and profiling capabilities. More...

Inheritance diagram for carputils.machines.desktop.Desktop:
carputils.machines.general.Platform

Public Member Functions

def add_launcher (cls, carp_cmd, nproc, nproc_job=0, gdb_procs=None, ddd_procs=None, lldb_procs=None, ddt=False, valgrind=None, map=False, cuda=False, with_ft=None)
 
- Public Member Functions inherited from carputils.machines.general.Platform
def LAUNCHER (cls)
 A little trickery to prevent cyclic import. More...
 
def add_launcher (cls, carp_cmd, nproc, nproc_job=0, gdb_procs=None, ddd_procs=None, ddt=False, valgrind=None, map=False, cuda=False, with_ft=None)
 Add MPI launcher to openCARP command. More...
 
def add_python_launcher (cls, exe_cmd)
 Add python launcher to exe command. More...
 

Additional Inherited Members

- Static Public Attributes inherited from carputils.machines.general.Platform
bool BATCH = False
 
 SUBMIT = None
 

Detailed Description

Desktop platform, providing extensive debugging and profiling capabilities.

Member Function Documentation

◆ add_launcher()

def carputils.machines.desktop.Desktop.add_launcher (   cls,
  carp_cmd,
  nproc,
  nproc_job = 0,
  gdb_procs = None,
  ddd_procs = None,
  lldb_procs = None,
  ddt = False,
  valgrind = None,
  map = False,
  cuda = False,
  with_ft = None 
)

The documentation for this class was generated from the following file: