Versions Compared

Key

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


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