Re: [OMPI users] Open MPI backwards incompatibility issue in statically linked program

2016-02-13 Thread Kim Walisch
or wrote: > You may be interested in reading: > https://www.open-mpi.org/software/ompi/versions/ > > 2016-02-13 22:30 GMT+01:00 Kim Walisch : > >> Hi, >> >> In order to make life of my users easier I have built a fully >> statically linked version of my prime

[OMPI users] Open MPI backwards incompatibility issue in statically linked program

2016-02-13 Thread Kim Walisch
Hi, In order to make life of my users easier I have built a fully statically linked version of my primecount program. So the program also statically links against Open MPI. I have built this binary on CentOS-7-x86_64 using gcc. The good news is that the binary runs without any issues on Ubuntu 15.