Re: [OMPI users] openmpi-1.8.5: Java UnsupportedClassVersionError for Solaris

2015-05-15 Thread Siegmar Gross
Hi Gilles, > do sunpc0 and sunpc1 run the same java version ? Yes. > from sunpc1, can you run > mpiexec -np 1 java InitFinalizeMain ? Yes. sunpc1 java 114 mpiexec -np 1 java InitFinalizeMain Hello! sunpc1 java 115 ssh sunpc0 ... sunpc0 fd1026 107 mpiexec -np 1 java InitFinalizeMain Hello!

Re: [OMPI users] openmpi-1.8.5: Java UnsupportedClassVersionError for Solaris

2015-05-15 Thread Gilles Gouaillardet
Siegmar, do sunpc0 and sunpc1 run the same java version ? from sunpc1, can you run mpiexec -np 1 java InitFinalizeMain ? Cheers, Gilles On Friday, May 15, 2015, Siegmar Gross wrote: > Hi, > > I successfully installed openmpi-1.8.5 on my machines

[OMPI users] openmpi-1.8.5: Java UnsupportedClassVersionError for Solaris

2015-05-15 Thread Siegmar Gross
Hi, I successfully installed openmpi-1.8.5 on my machines (Solaris 10 Sparc, Solaris 10 x86_64, and openSUSE Linux 12.1 x86_64) with gcc-4.9.2 and Sun C 5.13. Unfortunately I get an error for my Java programs for both versions if I use two Solaris machines. It works fine for two Linux machines.