Tor Halsan
2013-Dec-09 14:21 UTC
[CentOS] compat-openmpi issues after upgrade to CentOS 6.5
Just wondering if anyone can shed some light into an issue we are having with compat-openmpi after upgrading CentOS to version 6.5 Some of our cluster applications are dependent on an older version of OpenMPI, so we are using compat-openmpi. Up to CentOS 6.4 this was version 1.4.3: % /usr/lib64/compat-openmpi/bin/mpirun -V mpirun (Open MPI) 1.4.3 but after the upgrade to CentOS 6.5 it suddenly reports version 1.5.3: % /usr/lib64/compat-openmpi/bin/mpirun -V mpirun (Open MPI) 1.5.3 But rpm/yum still reports that version 1.4.3 is installed: % rpm -qv compat-openmpi compat-openmpi-1.4.3-1.1.el6.x86_64 Is this deliberate, or has someone erred? - Tor
Johnny Hughes
2013-Dec-09 15:11 UTC
[CentOS] compat-openmpi issues after upgrade to CentOS 6.5
On 12/09/2013 08:21 AM, Tor Halsan wrote:> Just wondering if anyone can shed some light into an issue we are having > with compat-openmpi after upgrading CentOS to version 6.5 > > Some of our cluster applications are dependent on an older version of > OpenMPI, so we are using compat-openmpi. Up to CentOS 6.4 this was > version 1.4.3: > > % /usr/lib64/compat-openmpi/bin/mpirun -V > mpirun (Open MPI) 1.4.3 > > but after the upgrade to CentOS 6.5 it suddenly reports version 1.5.3: > % /usr/lib64/compat-openmpi/bin/mpirun -V > mpirun (Open MPI) 1.5.3 > > But rpm/yum still reports that version 1.4.3 is installed: > > % rpm -qv compat-openmpi > compat-openmpi-1.4.3-1.1.el6.x86_64 > > Is this deliberate, or has someone erred? > > - Tor > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >The changelog contains this: compat-openmpi-1.4.3-1.1.el6.x86_64 [2.6 MiB] Changelog by Jay Fenlason (2013-08-14): * Also include 1.5.3 libraries so users of RHEL-6.5+ can run programs compiled on RHEL-6.2- Resolves: rhbz876315 So, I would say that, yes, it is on purpose. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20131209/f31063e7/attachment-0002.sig>
Tor Halsan
2013-Dec-09 15:13 UTC
[CentOS] compat-openmpi issues after upgrade to CentOS 6.5
On 09/12/13 16:11, Johnny Hughes wrote: [...]> The changelog contains this: > > compat-openmpi-1.4.3-1.1.el6.x86_64 [2.6 MiB] Changelog by Jay > Fenlason (2013-08-14): > > * Also include 1.5.3 libraries so users of RHEL-6.5+ can run > programs compiled on RHEL-6.2- > Resolves: rhbz876315 > > > So, I would say that, yes, it is on purpose.Thanks. Sorry for posting before reading the changelog properly. -- Tor Halsan Senior System Administrator m: +47 900 25 135 tor.halsan at lithicon.com Lithicon - The integration of Digitalcore and Numerical Rocks Lithicon Norway AS Stiklestadveien 1 N?7041 Trondheim, Norway http://www.lithicon.com
Tru Huynh
2013-Dec-09 15:23 UTC
[CentOS] compat-openmpi issues after upgrade to CentOS 6.5
On Mon, Dec 09, 2013 at 03:21:23PM +0100, Tor Halsan wrote:> Just wondering if anyone can shed some light into an issue we are having > with compat-openmpi after upgrading CentOS to version 6.5 > > Some of our cluster applications are dependent on an older version of > OpenMPI, so we are using compat-openmpi. Up to CentOS 6.4 this was > version 1.4.3: > > % /usr/lib64/compat-openmpi/bin/mpirun -V > mpirun (Open MPI) 1.4.3 > > but after the upgrade to CentOS 6.5 it suddenly reports version 1.5.3: > % /usr/lib64/compat-openmpi/bin/mpirun -V > mpirun (Open MPI) 1.5.3 > > But rpm/yum still reports that version 1.4.3 is installed: > > % rpm -qv compat-openmpi > compat-openmpi-1.4.3-1.1.el6.x86_64 > > Is this deliberate, or has someone erred?from the changelog: * Wed Aug 14 2013 Jay Fenlason <fenlason at redhat.com> 1.4.3-2 * Also include 1.5.3 libraries so users of RHEL-6.5+ can run programs compiled on RHEL-6.2- Resolves: rhbz876315 * Thu Oct 13 2011 Jay Fenlason <fenlason at redhat.com> 1.4.3-1 - New compat package to make users of openmpi-1.4 on RHEL-6 happy. Resolves: rhbz741009 so the support for 1.5.3 is on purpose, no idea if both 1.4.3 and 1.5.3 should be both available at the same time, or if the support for 1.5.3 is also backward compatible with 1.4.3. I would need to search ;) https://bugzilla.redhat.com/show_bug.cgi?id=876315 is not public :( Cheers, Tru -- Tru Huynh (mirrors, CentOS i386/x86_64 Package Maintenance) http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20131209/a74dcf44/attachment-0002.sig>