How to Debug BSP Programs

Debugging distributed programs is always difficult, because very few debuggers will let you connect to a remote program that wasn't run with the proper command line arguments.

1. Start by getting everything running (likely on a small input) in the local runner.

2. Run the small input on a 1 node cluster. This will smoke out all of the issues that happen with

HowToDebugBSPPrograms (last edited 2011-10-24 17:28:33 by thomasjungblut)