Identification Step - Parallel
Use a symbolic debugger
- unfortunately good parallel debuggers are hard to find
- usually highly platform dependant and they don’t scale well
- typically only good in postmortem mode (i.e. examining the core for last execution statement)
Add debugging output statements to the program
- certainly not scalable but will work on moderate values of P
- suffers from output overload