Re: [OMPI users] mpirun java

2016-05-23 Thread Claudio Stamile
g > > then try your application with the same "odls_base_verbose" mpirun option > > and post the output from the two runs to the mail list? > > I suspect there may be a bug with building the combined java.library.path > in the Open MPI code. > > Howard > &g

[OMPI users] mpirun java

2016-05-23 Thread Claudio Stamile
Dear all, I'm using openmpi for Java. I've a problem when I try to use more option parameters in my java command. More in detail I run mpirun as follow: mpirun -n 5 java -cp path1:path2 -Djava.library.path=pathLibs classification.MyClass It seems that the option "-Djava.library.path" is ignored