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

2015-11-19 Thread Howard Pritchard
: hpprit...@gmail.com > To: us...@open-mpi.org > Subject: Re: [OMPI users] mpijavac doesn't compile any thing > > > 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: &

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

[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.