Thursday, May 13, 2010

Executing and Debugging MPJ Express Parallel Applications using Eclipse

Acknowledgement: This work is mostly done by Rizwan Hanif and Amjad Aziz.

We have written a tutorial (video and textual) that allows debugging parallel applications using Eclipse IDE. Currently it's only possible to debug parallel Java applications when MPJ Express is running in the multicore mode - this essentially means that the target platform is a laptop/desktop with shared memory or multicore processors in it. For more details, see the textual guide or the video guide.

1 comment:

  1. Hey I'm getting the error

    java.io.FileNotFoundException: null\conf\wrapper.conf (The system cannot find the path specified)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.(Unknown Source)
    at java.io.FileInputStream.(Unknown Source)
    at runtime.starter.MPJRun.getPortFromWrapper(MPJRun.java:807)
    at runtime.starter.MPJRun.(MPJRun.java:68)
    at runtime.starter.MPJRun.main(MPJRun.java:964)
    MPJ Express (0.38) is started in the multicore configuration
    Error: Could not find or load main class runtime.starter.MulticoreStarter

    But I've followed this tutorial step by step. :(

    ReplyDelete