Re: [OMPI users] mpirun java

2016-05-23 Thread Howard Pritchard
HI Ralph, Yep, If you could handle this that would be great. I guess we'd like a fix in 1.10.x and for 2.0.1 that would be great. Howard 2016-05-23 14:59 GMT-06:00 Ralph Castain : > Looks to me like there is a bug in the orterun parser that is trying to > add java library paths - I can take a

Re: [OMPI users] mpirun java

2016-05-23 Thread Ralph Castain
Looks to me like there is a bug in the orterun parser that is trying to add java library paths - I can take a look at it > On May 23, 2016, at 1:05 PM, Claudio Stamile wrote: > > Hi Howard. > > Thank you for your reply. > > I'm using version 1.10.2 > > I executed the following command: > >

Re: [OMPI users] mpirun java

2016-05-23 Thread Claudio Stamile
Hi Howard. Thank you for your reply. I'm using version 1.10.2 I executed the following command: mpirun -np 2 --mca odls_base_verbose 100 java -cp alot:of:jarfile -Djava.library.path=/Users/stamile/Applications/IBM/ILOG/CPLEX_Studio1263/cplex/bin/x86-64_osx clustering.TensorClusterinCplexMPI t

Re: [OMPI users] mpirun java

2016-05-23 Thread Saliya Ekanayake
I tested with OpenMPI 1.10.1 and it works. See this example, which prints java.library.path mpijavac LibPath.java mpirun -np 2 java -Djava.library.path=path LibPath On Mon, May 23, 2016 at 1:38 PM, Howard Pritchard wrote: > Hello Claudio, > > mpirun should be combining your java.library.path o

Re: [OMPI users] mpirun java

2016-05-23 Thread Howard Pritchard
Hello Claudio, mpirun should be combining your java.library.path option with the one needed to add the Open MPI's java bindings as well. Which version of Open MPI are you using? Could you first try to compile the Ring.java code in ompi/examples and run it with the following additional mpirun par

[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