[Pkg-ofed-commits] r771 - in /trunk/mpitests: branches/upstream/3.2/ branches/up...

gmpc-guest at alioth.debian.org gmpc-guest at alioth.debian.org
Mon May 10 15:40:59 UTC 2010


Author: gmpc-guest
Date: Mon May 10 15:40:54 2010
New Revision: 771

URL: http://svn.debian.org/wsvn/pkg-ofed/?sc=1&rev=771
Log:
Merge in mpitest from OFED 1.5.1

Added:
    trunk/mpitests/branches/upstream/3.2/
      - copied from r692, branches/ofed-1.5lenny/mpitests/branches/upstream/3.2/
    trunk/mpitests/branches/upstream/current/IMB-3.2/
      - copied from r692, branches/ofed-1.5lenny/mpitests/branches/upstream/current/IMB-3.2/
    trunk/mpitests/branches/upstream/current/osu_benchmarks-3.1.1/
      - copied from r692, branches/ofed-1.5lenny/mpitests/branches/upstream/current/osu_benchmarks-3.1.1/
    trunk/mpitests/trunk/IMB-3.2/
      - copied from r692, branches/ofed-1.5lenny/mpitests/trunk/IMB-3.2/
    trunk/mpitests/trunk/osu_benchmarks-3.1.1/
      - copied from r692, branches/ofed-1.5lenny/mpitests/trunk/osu_benchmarks-3.1.1/
Modified:
    trunk/mpitests/branches/upstream/current/Makefile
    trunk/mpitests/branches/upstream/current/mpitests.spec
    trunk/mpitests/branches/upstream/current/prepare.sh
    trunk/mpitests/trunk/Makefile
    trunk/mpitests/trunk/debian/changelog
    trunk/mpitests/trunk/debian/doc-base
    trunk/mpitests/trunk/debian/docs
    trunk/mpitests/trunk/debian/rules
    trunk/mpitests/trunk/mpitests.spec
    trunk/mpitests/trunk/prepare.sh

Modified: trunk/mpitests/branches/upstream/current/Makefile
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/mpitests/branches/upstream/current/Makefile?rev=771&op=diff
==============================================================================
--- trunk/mpitests/branches/upstream/current/Makefile (original)
+++ trunk/mpitests/branches/upstream/current/Makefile Mon May 10 15:40:54 2010
@@ -6,9 +6,9 @@
 OBJS = 
 SRCS = 
 INSTALL_DIR=tests/
-INSTALL_IMB=IMB-3.1
+INSTALL_IMB=IMB-3.2
 INSTALL_PRESTA=presta-1.4.0
-INSTALL_OSU=osu_benchmarks-3.0
+INSTALL_OSU=osu_benchmarks-3.1.1
 all: ibm osu presta
 install: install-ibm install-presta install-osu
 
@@ -42,3 +42,5 @@
 	cp -f $(INSTALL_OSU)/osu_bcast		$(MPIHOME)/$(INSTALL_DIR)/$(INSTALL_OSU)
 	cp -f $(INSTALL_OSU)/osu_latency	$(MPIHOME)/$(INSTALL_DIR)/$(INSTALL_OSU)
 	cp -f $(INSTALL_OSU)/osu_mbw_mr  	$(MPIHOME)/$(INSTALL_DIR)/$(INSTALL_OSU)
+	cp -f $(INSTALL_OSU)/osu_alltoall  	$(MPIHOME)/$(INSTALL_DIR)/$(INSTALL_OSU)
+	cp -f $(INSTALL_OSU)/osu_multi_lat	$(MPIHOME)/$(INSTALL_DIR)/$(INSTALL_OSU)

Modified: trunk/mpitests/branches/upstream/current/mpitests.spec
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/mpitests/branches/upstream/current/mpitests.spec?rev=771&op=diff
==============================================================================
--- trunk/mpitests/branches/upstream/current/mpitests.spec (original)
+++ trunk/mpitests/branches/upstream/current/mpitests.spec Mon May 10 15:40:54 2010
@@ -44,8 +44,8 @@
 
 Summary: MPI Benchmarks and tests
 Name: %{?_name:%{_name}}%{!?_name:mpitests}
-Version: 3.1
-Release: 891
+Version: 3.2
+Release: 916
 License: BSD
 Group: Applications
 Source: mpitests-%{version}.tar.gz
@@ -58,9 +58,9 @@
 
 %description
 Set of popular MPI benchmarks:
-IMB-3.1
+IMB-3.2
 Presta-1.4.0
-OSU benchmarks ver 3.0
+OSU benchmarks ver 3.1.1
 
 #############################################################################
 #
@@ -111,15 +111,17 @@
 
 %files 
 %defattr(-, root, root)
-%{test_home}/IMB-3.1/IMB-MPI1
+%{test_home}/IMB-3.2/IMB-MPI1
 %{test_home}/presta-1.4.0/com
 %{test_home}/presta-1.4.0/glob
 %{test_home}/presta-1.4.0/globalop
-%{test_home}/osu_benchmarks-3.0/osu_bw
-%{test_home}/osu_benchmarks-3.0/osu_bibw
-%{test_home}/osu_benchmarks-3.0/osu_latency
-%{test_home}/osu_benchmarks-3.0/osu_bcast
-
+%{test_home}/osu_benchmarks-3.1.1/osu_bw
+%{test_home}/osu_benchmarks-3.1.1/osu_bibw
+%{test_home}/osu_benchmarks-3.1.1/osu_latency
+%{test_home}/osu_benchmarks-3.1.1/osu_bcast
+%{test_home}/osu_benchmarks-3.1.1/osu_alltoall
+%{test_home}/osu_benchmarks-3.1.1/osu_mbw_mr
+%{test_home}/osu_benchmarks-3.1.1/osu_multi_lat
 
 #############################################################################
 #
@@ -127,6 +129,9 @@
 #
 #############################################################################
 %changelog
+* Sun Nov 15 2009 Pavel Shamis (pasha at mellanox.co.il)
+  Intel MPI benchmark IMB-3.1 was updated to IMB-3.2
+  OSU MPI benchmark version 3.0 was updated to 3.1.1
 * Thu Oct  2 2008 Pavel Shamis (pasha at mellanox.co.il)
   Intel MPI benchmark IMB-3.0 was updated to IMB-3.1
 * Thu Nov 22 2006 Pavel Shamis (pasha at mellanox.co.il)

Modified: trunk/mpitests/branches/upstream/current/prepare.sh
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/mpitests/branches/upstream/current/prepare.sh?rev=771&op=diff
==============================================================================
--- trunk/mpitests/branches/upstream/current/prepare.sh (original)
+++ trunk/mpitests/branches/upstream/current/prepare.sh Mon May 10 15:40:54 2010
@@ -8,11 +8,11 @@
     RPMHOME=/usr/src/redhat
 fi
 
-version=3.1
+version=3.2
 name=mpitests
 # test list
-TEST1=osu_benchmarks-3.0
-TEST2=IMB-3.1
+TEST1=osu_benchmarks-3.1.1
+TEST2=IMB-3.2
 TEST3=presta-1.4.0
 SPECFILE=mpitests.spec
 SVNLOC=svn://mtls50/svn.mpi/trunk/ibed/mpitests

Modified: trunk/mpitests/trunk/Makefile
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/mpitests/trunk/Makefile?rev=771&op=diff
==============================================================================
--- trunk/mpitests/trunk/Makefile (original)
+++ trunk/mpitests/trunk/Makefile Mon May 10 15:40:54 2010
@@ -6,9 +6,9 @@
 OBJS = 
 SRCS = 
 INSTALL_DIR=$(DESTDIR)
-INSTALL_IMB=IMB-3.1
+INSTALL_IMB=IMB-3.2
 INSTALL_PRESTA=presta-1.4.0
-INSTALL_OSU=osu_benchmarks-3.0
+INSTALL_OSU=osu_benchmarks-3.1.1
 ROOTDIR=`pwd`
 
 all: ibm osu presta
@@ -41,3 +41,5 @@
 	cp -f $(INSTALL_OSU)/osu_bcast		$(INSTALL_DIR)/usr/bin
 	cp -f $(INSTALL_OSU)/osu_latency	$(INSTALL_DIR)/usr/bin
 	cp -f $(INSTALL_OSU)/osu_mbw_mr  	$(INSTALL_DIR)/usr/bin
+	cp -f $(INSTALL_OSU)/osu_alltoall  	$(INSTALL_DIR)/usr/bin
+	cp -f $(INSTALL_OSU)/osu_multi_lat	$(INSTALL_DIR)/usr/bin

Modified: trunk/mpitests/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/mpitests/trunk/debian/changelog?rev=771&op=diff
==============================================================================
--- trunk/mpitests/trunk/debian/changelog (original)
+++ trunk/mpitests/trunk/debian/changelog Mon May 10 15:40:54 2010
@@ -1,3 +1,9 @@
+mpitests (3.2-1) unstable; urgency=low
+
+  * New upstream release (OFED 1.5)
+
+ -- Guy Coates <gmpc at sanger.ac.uk>  Thu, 11 Feb 2010 13:07:05 +0000
+
 mpitests (3.1-1) unstable; urgency=low
 
   * Initial release (Closes: #551865)

Modified: trunk/mpitests/trunk/debian/doc-base
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/mpitests/trunk/debian/doc-base?rev=771&op=diff
==============================================================================
--- trunk/mpitests/trunk/debian/doc-base (original)
+++ trunk/mpitests/trunk/debian/doc-base Mon May 10 15:40:54 2010
@@ -1,7 +1,8 @@
 Document: imb-doc
-Title: Intel IMB 3.1 doc
+Title: Intel IMB 3.2 doc
 Section: System/Administration
 
 Format: PDF
-Files: /usr/share/doc/mpitests/doc/IMB_ug-3.1.pdf.gz
+Files: /usr/share/doc/mpitests/doc/IMB_Users_Guide.pdf.gz
 
+

Modified: trunk/mpitests/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/mpitests/trunk/debian/docs?rev=771&op=diff
==============================================================================
--- trunk/mpitests/trunk/debian/docs (original)
+++ trunk/mpitests/trunk/debian/docs Mon May 10 15:40:54 2010
@@ -1,2 +1,2 @@
-IMB-3.1/doc/
+IMB-3.2/doc/
 

Modified: trunk/mpitests/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/mpitests/trunk/debian/rules?rev=771&op=diff
==============================================================================
--- trunk/mpitests/trunk/debian/rules (original)
+++ trunk/mpitests/trunk/debian/rules Mon May 10 15:40:54 2010
@@ -51,7 +51,7 @@
 	# Add here commands to install the package into debian/mpitests.
 	$(MAKE) DESTDIR=$(CURDIR)/debian/mpitests install
 	mkdir -p $(CURDIR)/debian/mpitests/usr/share/doc/mpitests
-	cp osu_benchmarks-3.0/README $(CURDIR)/debian/mpitests/usr/share/doc/mpitests/README.osu
+	cp osu_benchmarks-3.1.1/README $(CURDIR)/debian/mpitests/usr/share/doc/mpitests/README.osu
 	cp presta-1.4.0/README $(CURDIR)/debian/mpitests/usr/share/doc/mpitests/README.presta
 
 # Build architecture-independent files here.

Modified: trunk/mpitests/trunk/mpitests.spec
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/mpitests/trunk/mpitests.spec?rev=771&op=diff
==============================================================================
--- trunk/mpitests/trunk/mpitests.spec (original)
+++ trunk/mpitests/trunk/mpitests.spec Mon May 10 15:40:54 2010
@@ -44,8 +44,8 @@
 
 Summary: MPI Benchmarks and tests
 Name: %{?_name:%{_name}}%{!?_name:mpitests}
-Version: 3.1
-Release: 891
+Version: 3.2
+Release: 916
 License: BSD
 Group: Applications
 Source: mpitests-%{version}.tar.gz
@@ -58,9 +58,9 @@
 
 %description
 Set of popular MPI benchmarks:
-IMB-3.1
+IMB-3.2
 Presta-1.4.0
-OSU benchmarks ver 3.0
+OSU benchmarks ver 3.1.1
 
 #############################################################################
 #
@@ -111,15 +111,17 @@
 
 %files 
 %defattr(-, root, root)
-%{test_home}/IMB-3.1/IMB-MPI1
+%{test_home}/IMB-3.2/IMB-MPI1
 %{test_home}/presta-1.4.0/com
 %{test_home}/presta-1.4.0/glob
 %{test_home}/presta-1.4.0/globalop
-%{test_home}/osu_benchmarks-3.0/osu_bw
-%{test_home}/osu_benchmarks-3.0/osu_bibw
-%{test_home}/osu_benchmarks-3.0/osu_latency
-%{test_home}/osu_benchmarks-3.0/osu_bcast
-
+%{test_home}/osu_benchmarks-3.1.1/osu_bw
+%{test_home}/osu_benchmarks-3.1.1/osu_bibw
+%{test_home}/osu_benchmarks-3.1.1/osu_latency
+%{test_home}/osu_benchmarks-3.1.1/osu_bcast
+%{test_home}/osu_benchmarks-3.1.1/osu_alltoall
+%{test_home}/osu_benchmarks-3.1.1/osu_mbw_mr
+%{test_home}/osu_benchmarks-3.1.1/osu_multi_lat
 
 #############################################################################
 #
@@ -127,6 +129,9 @@
 #
 #############################################################################
 %changelog
+* Sun Nov 15 2009 Pavel Shamis (pasha at mellanox.co.il)
+  Intel MPI benchmark IMB-3.1 was updated to IMB-3.2
+  OSU MPI benchmark version 3.0 was updated to 3.1.1
 * Thu Oct  2 2008 Pavel Shamis (pasha at mellanox.co.il)
   Intel MPI benchmark IMB-3.0 was updated to IMB-3.1
 * Thu Nov 22 2006 Pavel Shamis (pasha at mellanox.co.il)

Modified: trunk/mpitests/trunk/prepare.sh
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/mpitests/trunk/prepare.sh?rev=771&op=diff
==============================================================================
--- trunk/mpitests/trunk/prepare.sh (original)
+++ trunk/mpitests/trunk/prepare.sh Mon May 10 15:40:54 2010
@@ -8,11 +8,11 @@
     RPMHOME=/usr/src/redhat
 fi
 
-version=3.1
+version=3.2
 name=mpitests
 # test list
-TEST1=osu_benchmarks-3.0
-TEST2=IMB-3.1
+TEST1=osu_benchmarks-3.1.1
+TEST2=IMB-3.2
 TEST3=presta-1.4.0
 SPECFILE=mpitests.spec
 SVNLOC=svn://mtls50/svn.mpi/trunk/ibed/mpitests




More information about the Pkg-ofed-commits mailing list