Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • standalone - debugger launches executable containing user code in a separate process
  • attach - debugger attaches to running process executing user code

Arguments passed to wrapper - current status

def actor_name(
integer0,
integer1,

...

  • IDS
  • primitive type
  • array of primitive types
  • string

Execution

...

type

BP: IMHO it should be removed and defined in other way, as execution modes requires additional set of info

...

  • ctypes - interactive execution (yes - this name is REALLY MISLEADING)
  • mpi_local
    • kwargs: mpi_processes
  • dbg 
    • kwargs: dbgmode


Arguments passed to wrapper - new 

only kwargs !!!!

def actor_name(**kwargs):

All arguments will be stored in data holding objects and wrapper will check what is defined inside kwargs