Tuesday, January 26, 2010

MPJ Express Version 0.35

Dear MPJ Express Community,

We are pleased to announce the next beta release (0.35) of the MPJ
Express software. This release introduces some interesting and
innovative features in the MPJ Express software.

MPJ Express programs can now be executed in two configurations:

1. Multicore Configuration: This configuration is used by developers
who want to execute their parallel Java applications on multicore or
shared memory processors (laptops and desktops). This configuration is
preferable for development and teaching purposes.

2. Cluster Configuration: This configuration is used by developers who
want to execute their parallel Java applications on distributed memory
platforms including clusters and network of computers. This
configuration is preferable for executing large scale number crunching
applications.

You may begin by having a look at the talk "MPJ Express: An
Implementation of MPI in Java, Version: 0.35 (Beta Release)"
(http://mpj-express.org/docs/talks/mpjexpress_release0_35.ppt)

You may download the software from: http://mpj-express.org/download.php

Quick Start Guides:
----------------------------

README for Linux/UNIX/Mac: http://mpj-express.org/docs/readme/README
README for Windows: http://mpj-express.org/docs/readme/README-win.txt

Detailed User Guides:
-------------------------------

Linux User Guide: http://mpj-express.org/docs/guides/linuxguide.pdf
Windows User Guide: http://mpj-express.org/docs/guides/windowsguide.pdf

We are thankful to MPJ Express community of users for their continued
support and patience.

Feel free to contact us in case of any queries.

Best Regards,

Aamir Shafi
Bryan Carpenter
Mark Baker

4 comments:

  1. not running giving error in netbeans.. I hav used ur video. It is giving error like..

    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.(FileInputStream.java:138)
    at java.io.FileInputStream.(FileInputStream.java:97)
    at runtime.starter.MPJRun.getPortFromWrapper(MPJRun.java:807)
    MPJ Express (0.38) is started in the multicore configuration
    at runtime.starter.MPJRun.(MPJRun.java:68)
    at runtime.starter.MPJRun.main(MPJRun.java:964)
    Error: Could not find or load main class runtime.starter.MulticoreStarter

    ReplyDelete
  2. i have the same problem
    java.io.FileNotFoundException: null\conf\wrapper.conf
    MPJ Express (0.38) is started in the multicore configuration
    Error: Could not find or load main class runtime.starter.MulticoreStarter

    ReplyDelete