Re: [OMPI users] Java MPI and OWL API: segmentation fault

2015-02-12 Thread Oscar Vega-Gisbert
Hi Ricardo, Thanks for your information. Unfortunately, your solution does not work here: https://github.com/open-mpi/ompi/issues/369 Regards, Oscar El 12/02/15 a las 09:53, Riccardo Zese escribió: I have just solved my problem by specifying export LD_PRELOAD=libjvm.so-directory/libjsig.so;

Re: [OMPI users] Java MPI and OWL API: segmentation fault

2015-02-12 Thread Riccardo Zese
I have just solved my problem by specifying export LD_PRELOAD=libjvm.so-directory/libjsig.so; before the call to mpirun. In my case it missed signal chaining ( http://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/signals.html ). 2015-02-11 20:30 GMT+01:00 Jeff Squyres (jsquyres)

Re: [OMPI users] Java MPI and OWL API: segmentation fault

2015-02-11 Thread Jeff Squyres (jsquyres)
This may well be related to: https://github.com/open-mpi/ompi/issues/369 > On Feb 10, 2015, at 9:24 AM, Riccardo Zese wrote: > > Hi, > I'm trying to modify an old algorithm of mine in order to exploit > parallelization and I would like to use MPI. My algorithm is

[OMPI users] Java MPI and OWL API: segmentation fault

2015-02-10 Thread Riccardo Zese
Hi, I'm trying to modify an old algorithm of mine in order to exploit parallelization and I would like to use MPI. My algorithm is written in Java and make use of OWL API library. I've noticed that if I try to load an ontology after the initialization of MPI the process ends returning signal 11