python - ompi_evesel->dispatch() failed when running OpenMPI process from Java ProcessBuilder -
i trying create java gui control , run mpi process. can run mpi process command line, unable run via java process builder.
i following error after process starts:
[sci053_vm003:02928] ..\..\openmpi-1.6.4\opal\event\event.c: ompi_evesel->dispatch() failed.
i suspect there environment problem, not sure how diagnose it. have printed environment seen java process builder log environment seen mpiexec'd process, see nothing amiss!?!?
all code , output log posted on gist
i trying run in windows environment using openmpi 1.6.4 packaged mpi4py
seems openmpi problem, posted userlist, hoping anywhere can it...
david
ps - able run java program launch , run same code in macos environment, there use brew installed mpich2.
i suspect issue because you're using windows. don't remember when openmpi stopped supporting windows, @ point did. might try using microsoft's port of mpich works on windows , see if need. don't remember url offhand, can find port @ mpich downloads page (http://www.mpich.org/downloads/).
Comments
Post a Comment