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;
be
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) :
>
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 written in Java
> and ma
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 (se