[Pkg-openmpi-commits] r16 - in /openmpi/trunk/debian: openmpi-bin.README.Debian openmpi-bin.postinst openmpi-bin.prerm

hauro-guest at users.alioth.debian.org hauro-guest at users.alioth.debian.org
Fri Jun 15 12:01:52 UTC 2007


Author: hauro-guest
Date: Fri Jun 15 12:01:52 2007
New Revision: 16

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=16
Log:
Changes in alternatives: mpiexec is master link.

Modified:
    openmpi/trunk/debian/openmpi-bin.README.Debian
    openmpi/trunk/debian/openmpi-bin.postinst
    openmpi/trunk/debian/openmpi-bin.prerm

Modified: openmpi/trunk/debian/openmpi-bin.README.Debian
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/openmpi-bin.README.Debian?rev=16&op=diff
==============================================================================
--- openmpi/trunk/debian/openmpi-bin.README.Debian (original)
+++ openmpi/trunk/debian/openmpi-bin.README.Debian Fri Jun 15 12:01:52 2007
@@ -7,18 +7,21 @@
 not affect any other MPI implementation already installed on your system. You
 can check which version of MPI you use with 
 
-  "update-alternatives --list mpirun"
+  "update-alternatives --list mpirun" and
+  "update-alternatives --list mpiexec"
 
 and list all installed implementations with
 
-  "update-alternatives --display mpirun".
+  "update-alternatives --display mpirun" and
+  "update-alternatives --display mpiexec".
 
 OpenMPI is only listed as default implementation if no other MPI implentation
 is present on the system. If you have several implementations installed, you
 have to enable OpenMPI explicitly with
 
-  "update-alternatives --set mpirun /usr/bin/mpirun.openmpi".
+  "update-alternatives --set mpirun /usr/bin/mpirun.openmpi" and
+  "update-alternatives --set mpiexec /usr/bin/mpiexec.openmpi".
 
 This might change in future versions of the package.
 
- -- Debian OpenMPI Team <pkg-openmpi-maintainers at lists.alioth.debian.org>, Fri, 08 Jun 2007 12:10:33 +0200
+ -- Debian OpenMPI Team <pkg-openmpi-maintainers at lists.alioth.debian.org>, Fri, 15 Jun 2007 14:00:13 +0200

Modified: openmpi/trunk/debian/openmpi-bin.postinst
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/openmpi-bin.postinst?rev=16&op=diff
==============================================================================
--- openmpi/trunk/debian/openmpi-bin.postinst (original)
+++ openmpi/trunk/debian/openmpi-bin.postinst Fri Jun 15 12:01:52 2007
@@ -18,8 +18,10 @@
 
 update-alternatives \
 	--install /usr/bin/mpirun mpirun /usr/bin/mpirun.openmpi 5 \
-	--slave /usr/bin/mpiexec mpiexec /usr/bin/mpiexec.openmpi \
 	--slave /usr/share/man/man1/mpirun.1.gz mpirun.1.gz /usr/share/man/man1/mpirun.openmpi.1.gz \
+
+update-alternatives \
+	--install /usr/bin/mpirun mpiexec /usr/bin/mpiexec.openmpi 5 \
 	--slave /usr/share/man/man1/mpiexec.1.gz mpiexec.1.gz /usr/share/man/man1/mpiexec.openmpi.1.gz 
 
 #DEBHELPER#

Modified: openmpi/trunk/debian/openmpi-bin.prerm
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/openmpi-bin.prerm?rev=16&op=diff
==============================================================================
--- openmpi/trunk/debian/openmpi-bin.prerm (original)
+++ openmpi/trunk/debian/openmpi-bin.prerm Fri Jun 15 12:01:52 2007
@@ -5,6 +5,7 @@
 if [ "$1" != "upgrade" ]; then
 	update-alternatives --remove mpicc  /usr/bin/mpicc.openmpi
 	update-alternatives --remove mpirun /usr/bin/mpirun.openmpi
+	update-alternatives --remove mpiexec /usr/bin/mpiexec.openmpi
 fi
 
 #DEBHELPER#




More information about the Pkg-openmpi-commits mailing list