[Pkg-scicomp-commits] hpcc/trunk
Lucas Nussbaum
lucas at lucas-nussbaum.net
Wed Feb 24 13:49:05 UTC 2010
SVN commit 4881 by lucas:
* Switch to using mpi-default-*.
* Bump Std-ver. No changes needed.
M +3 -1 hpcc/trunk/debian/changelog
M +2 -5 hpcc/trunk/debian/control
M +2 -2 hpcc/trunk/hpl/Make.Debian
--- hpcc/trunk/debian/changelog #4880:4881
@@ -4,8 +4,10 @@
for noticing!
* Improve description. Thanks to Ivan Shmakov for the suggestions.
Closes: #541479.
+ * Switch to using mpi-default-*.
+ * Bump Std-ver. No changes needed.
- -- Lucas Nussbaum <lucas at lucas-nussbaum.net> Sun, 16 Aug 2009 22:57:57 +0200
+ -- Lucas Nussbaum <lucas at lucas-nussbaum.net> Wed, 24 Feb 2010 14:41:22 +0100
hpcc (1.3.1-1) unstable; urgency=low
--- hpcc/trunk/debian/control #4880:4881
@@ -5,8 +5,8 @@
Priority: extra
Maintainer: Lucas Nussbaum <lucas at lucas-nussbaum.net>
Uploaders: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper (>= 6), libatlas-base-dev, libopenmpi-dev, gfortran
-Standards-Version: 3.8.1
+Build-Depends: cdbs, debhelper (>= 6), libatlas-base-dev, mpi-default-dev, mpi-default-bin
+Standards-Version: 3.8.4
Homepage: http://icl.cs.utk.edu/hpcc/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/hpcc/trunk/
Vcs-Svn: svn://svn.debian.org/pkg-scicomp/hpcc/trunk
@@ -19,6 +19,3 @@
of 7 tests that measure the performance of CPU, memory and network for
HPC clusters. Amongst others, it includes the High-Performance LINPACK
(HPL) benchmark, used by the Top500 ranking (http://www.top500.org/).
- .
- This software is compiled using Open MPI and ATLAS. It must be run
- with mpirun.openmpi.
--- hpcc/trunk/hpl/Make.Debian #4880:4881
@@ -167,11 +167,11 @@
# - Compilers / linkers - Optimization flags ---------------------------
# ----------------------------------------------------------------------
#
-CC = mpicc.openmpi
+CC = mpicc
CCNOOPT = $(HPL_DEFS)
CCFLAGS = $(HPL_DEFS) -fomit-frame-pointer -O3 -funroll-loops -W -Wall
#
-LINKER = mpif77.openmpi
+LINKER = mpif77
LINKFLAGS = $(CCFLAGS)
#
ARCHIVER = ar
More information about the Pkg-scicomp-commits
mailing list