You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


Wrapper modes:

  • interactive - user code is run directly from wrapper
  • batch - user executable is sent to a queue


User code can be:

  • Sequential
  • Parallel:
    • MPI, and/or
    • OpenMP


Debugging modes:

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