Sorry for the delay in replying.

That's a really odd one; I haven't seen that before.

I'm afraid that the only real solution I can think of here is to attach a 
debugger to your mpirun process (I'm *guessing* it's mpirun that is issuing 
that error?) and see why ompi_evesel->dispatch() is failing.



On Jul 23, 2013, at 10:00 PM, David Stuebe <stu...@gmail.com> wrote:

> 
> 
> Hi OpenMPI 
> 
> I am trying to create a Java GUI to control and run an MPI application. I can 
> run an MPI process from my command line, but am unable to run via the Java 
> Process Builder.
> 
> I get the following error immediately after the process starts:
> 
> [SCI053_VM003:02928] ..\..\openmpi-1.6.4\opal\event\event.c: 
> ompi_evesel->dispatch() failed.
> 
> I suspect there is an environment problem, but I am not sure how to diagnose 
> it. I have printed the environment seen by the java process builder to the 
> log as well as the environment seen by the mpiexec'd process, but I see 
> nothing amiss!?!?
> 
> All the code and the output log are posted on gist
> 
> I am trying to run in a windows environment using OpenMPI 1.6.4 packaged for 
> MPI4PY
> http://www.lfd.uci.edu/~gohlke/pythonlibs/#mpi4py
> 
> Please help
> 
> David
> 
> PS - I am able to run the Java program to launch and run the same code in my 
> MacOS environment, but there I use brew installed MPICH2. 
> 
> _______________________________________________
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users


-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to: 
http://www.cisco.com/web/about/doing_business/legal/cri/


Reply via email to