Re: [OMPI users] running mpi-java program on arm-architektur raspberrypi 3 model b

2017-11-15 Thread Kawashima, Takahiro
Hello, > i would like to know, can i run java-mpi program with my pi without > configuration myself? i see java bindings is on perhaps? >Java bindings: yes Yes. This line shows Java bindings are available. You can compile your Java program using mpijavac command. mpijavac [javac-

Re: [OMPI users] running mpi-java program on arm-architektur raspberrypi 3 model b

2017-11-15 Thread Gilles Gouaillardet
Hi, Some raspberry distro provides a compiler that generate ARMv6 binaries (so they can run on any generation of raspberry pi) If possible I consider you use an ARMv8 distro (aka aarch64) (fwiw, I successfully used CentOS 7 and OpenSuSE Leap on my raspberry3 and Open MPI was built out of the bo