[mpich-discuss] Connect MPI application to a Web service

Hisham Adel hosham2004 at yahoo.com
Wed Mar 16 14:44:51 CDT 2011


Hi,

I have a problem. It is little bit complicated.
Here it is:
I have a parallel application written with C++ and MPI. I want to connect it to 
a web service.
I don't want to run mpiexec for each client request. I want to run mpiexec only 
one time, then keep the program running waiting for other clients requests. 

The web service is written in Java. So, I want to make the connection between 
the Parallel C++ code and JAVA.

For the sequential version of this application, the connection between the web 
services and the C++ application done with Java Native Interface (JNI). 
I tried to do the same for the parallel version, but it doesn't work. Because I 
don't know how to run the program in this case; I can't use mpiexec.

So, do you have a solution to this problem ?

Thanks for your time.

Regards,
Hisham


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/mpich-discuss/attachments/20110316/967b2328/attachment.htm>


More information about the mpich-discuss mailing list