Re: [OMPI users] mpijavac doesn't compile any thing

2015-11-19 Thread Howard Pritchard
k that the both variables don't cause the problem, because I was > able to compile Hello.java before three days without any problem, but now I > cann't. > > Ibrahim > > > -- > Date: Wed, 18 Nov 2015 20:16:31 -0700 > From: hpprit...@

Re: [OMPI users] mpijavac doesn't compile any thing

2015-11-19 Thread Ibrahim Ikhlawi
ava before three days without any problem, but now I cann't. Ibrahim List-Post: users@lists.open-mpi.org Date: Wed, 18 Nov 2015 20:16:31 -0700 From: hpprit...@gmail.com To: us...@open-mpi.org Subject: Re: [OMPI users] mpijavac doesn't compile any thing Hello Ibrahim As a sanity che

Re: [OMPI users] mpijavac doesn't compile any thing

2015-11-18 Thread Howard Pritchard
Hello Ibrahim As a sanity check, could you try to compile the Hello.java in examples? mpijavac --verbose Hello.java you should see something like: /usr/bin/javac -cp /global/homes/h/hpp/ompi_install/lib/mpi.jar:/global/homes/h/hpp/ompi_install/lib/shmem.jar Hello.java You may also want to doub

[OMPI users] mpijavac doesn't compile any thing

2015-11-18 Thread Ibrahim Ikhlawi
Hello, I am trying to compile java classes with mpijavac, but it doesn't compile any class, for examle: Usually when I write the following line (mpijavac MyClass.java) in the console, it compiles and gives me the possible errors (e.g. missed semicolon) and the .class file will be created. Bu