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

2016-02-13 Thread Jeff Hammond
On Sat, Feb 13, 2016 at 2:27 PM, Nick Papior wrote: > > > 2016-02-13 23:07 GMT+01:00 Kim Walisch : > >> Hi, >> >> > You may be interested in reading: >> https://www.open-mpi.org/software/ompi/versions/ >> >> Thanks for your answer. I found: >> >> > Specifically: v1.10.x is not guaranteed to be ba

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

2016-02-13 Thread Nick Papior
2016-02-13 23:07 GMT+01:00 Kim Walisch : > Hi, > > > You may be interested in reading: > https://www.open-mpi.org/software/ompi/versions/ > > Thanks for your answer. I found: > > > Specifically: v1.10.x is not guaranteed to be backwards > compatible with other v1.x releases. > > And: > > > However

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

2016-02-13 Thread Kim Walisch
Hi, > You may be interested in reading: https://www.open-mpi.org/software/ompi/versions/ Thanks for your answer. I found: > Specifically: v1.10.x is not guaranteed to be backwards compatible with other v1.x releases. And: > However, this definition only applies when the same version of Open MP

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

2016-02-13 Thread Nick Papior
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 primecount program. So the program > also statically links against

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