Can tomcat serve MPI (parallel) applications?

2015-11-26 Thread Martijn Slouter
Hello, I am looking for a solution for a tomcat container, which is supposed to serve a web application, which is using MPI (openmpi) internally. (The servlet is making JNI calls to C library functions. I have validated that this Java-MPI connection runs without problems when NOT using tomcat.) In

Re: Can tomcat serve MPI (parallel) applications?

2015-11-29 Thread Martijn Slouter
Thanks for your reply, comments below: On Fri, Nov 27, 2015 at 10:15 AM, Konstantin Kolinko wrote: > What is your goal, your expectation of Tomcat? What these n instances > should do that 1 instance cannot? They are running cpu-intensive calculations on distributed hosts ("high perfomance comput

Re: Can tomcat serve MPI (parallel) applications?

2015-11-29 Thread Martijn Slouter
I hope I'm being > helpful rather than just cluttering up your mailbox. > > What MPI software are you using? Are the applications written primarily in > FORTRAN with a mixture of other languages? > > Good Luck! > > John Matlock > > On Sun, Nov 29, 2015 at 10:24 AM, Mar