[Pkg-ofed-commits] r655 - in /branches/ofed-1.5lenny/mpitests/trunk: ./ IMB-3.2/...

gmpc-guest at alioth.debian.org gmpc-guest at alioth.debian.org
Thu Feb 11 13:14:54 UTC 2010


Author: gmpc-guest
Date: Thu Feb 11 13:14:48 2010
New Revision: 655

URL: http://svn.debian.org/wsvn/pkg-ofed/?sc=1&rev=655
Log:
New upstream release (OFED 1.5)

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

Modified: branches/ofed-1.5lenny/mpitests/trunk/Makefile
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/ofed-1.5lenny/mpitests/trunk/Makefile?rev=655&op=diff
==============================================================================
--- branches/ofed-1.5lenny/mpitests/trunk/Makefile (original)
+++ branches/ofed-1.5lenny/mpitests/trunk/Makefile Thu Feb 11 13:14:48 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
@@ -36,8 +36,10 @@
 	cp -f $(INSTALL_PRESTA)/glob     	$(INSTALL_DIR)/usr/bin
 	cp -f $(INSTALL_PRESTA)/globalop 	$(INSTALL_DIR)/usr/bin
 install-osu:
-	cp -f $(INSTALL_OSU)/osu_bw		$(INSTALL_DIR)/usr/bin
-	cp -f $(INSTALL_OSU)/osu_bibw		$(INSTALL_DIR)/usr/bin
-	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_bw		$(INSTALL_DIR)/$(INSTALL_OSU)
+	cp -f $(INSTALL_OSU)/osu_bibw		$(INSTALL_DIR)/$(INSTALL_OSU)
+	cp -f $(INSTALL_OSU)/osu_bcast		$(INSTALL_DIR)/$(INSTALL_OSU)
+	cp -f $(INSTALL_OSU)/osu_latency	$(INSTALL_DIR)/$(INSTALL_OSU)
+	cp -f $(INSTALL_OSU)/osu_mbw_mr  	$(INSTALL_DIR)/$(INSTALL_OSU)
+	cp -f $(INSTALL_OSU)/osu_alltoall  	$(INSTALL_DIR)/$(INSTALL_OSU)
+	cp -f $(INSTALL_OSU)/osu_multi_lat	$(INSTALL_DIR)/$(INSTALL_OSU)

Modified: branches/ofed-1.5lenny/mpitests/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/ofed-1.5lenny/mpitests/trunk/debian/changelog?rev=655&op=diff
==============================================================================
--- branches/ofed-1.5lenny/mpitests/trunk/debian/changelog (original)
+++ branches/ofed-1.5lenny/mpitests/trunk/debian/changelog Thu Feb 11 13:14:48 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: branches/ofed-1.5lenny/mpitests/trunk/mpitests.spec
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/ofed-1.5lenny/mpitests/trunk/mpitests.spec?rev=655&op=diff
==============================================================================
--- branches/ofed-1.5lenny/mpitests/trunk/mpitests.spec (original)
+++ branches/ofed-1.5lenny/mpitests/trunk/mpitests.spec Thu Feb 11 13:14:48 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: branches/ofed-1.5lenny/mpitests/trunk/prepare.sh
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/ofed-1.5lenny/mpitests/trunk/prepare.sh?rev=655&op=diff
==============================================================================
--- branches/ofed-1.5lenny/mpitests/trunk/prepare.sh (original)
+++ branches/ofed-1.5lenny/mpitests/trunk/prepare.sh Thu Feb 11 13:14:48 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