FreshPorts -- The Place For Ports notbug Fri, 25 May 2012 9:13 PM BST
Port details
hpl 2.0_8 benchmarks on this many watch lists=1 search for ports that depend on this port
High Performance Computing Linpack Benchmark
Maintained by: oliver@FreeBSD.org search for ports maintained by this maintainer
Port Added: 25 Feb 2004 18:06:42
License: not specified in port


HPL is a software package that solves a (random) dense linear system in double
precision (64 bits) arithmetic on distributed-memory computers. It can thus be
regarded as aportable as well as freely available implementation of the High
Performance Computing Linpack Benchmark.

The algorithm used by HPL can be summarized by the following keywords:
Two-dimensional block-cyclic data distribution - Right-looking variant of the
LU factorization with row partial pivoting featuring multiple look-ahead
depths - Recursive panel factorization with pivot search and column broadcast
combined - Various virtual panel broadcast topologies - bandwidth reducing
swap-broadcast algorithm - backward substitution with look-ahead of depth 1.

The HPL package provides a testing and timing program to quantify the accuracy
of the obtained solution as well as the time it took to compute it. The best
performance achievable by this software on your system depends on a large
variety of factors. Nonetheless, with some restrictive assumptions on the
interconnection network, the algorithm described here and its attached
implementation are scalable in the sense that their parallel efficiency is
maintained constant with respect to the per processor memory usage.

WWW: http://www.netlib.org/benchmark/hpl/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/gcc45, devel/binutils
Required To Run: lang/gcc45
Required Libraries: net/mpich2, math/blas
There are no ports dependent upon this port

To install the port: cd /usr/ports/benchmarks/hpl/ && make install clean
To add the package: pkg_add -r hpl


Configuration Options
     No options to configure

Master Sites:
http://www.netlib.org/benchmark/hpl/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 20

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
26 Feb 2011 09:56:51
Original commit files touched by this commit  2.0_8
thierry search for other commits by this committer
Chase the upgrade of MPICH2.

Since I'm there, pet portlint where needed, e.g. by removing oblsolete
MD5 checksums.

PR:             ports/154715
14 Nov 2010 22:00:16
Original commit files touched by this commit  2.0_7
thierry search for other commits by this committer
Chase the upgrade of MPICH2.

PR:             ports/151869
Approved by:    oliver (maintainer)
11 Jan 2010 20:02:23
Original commit files touched by this commit  2.0_6
oliver search for other commits by this committer
specifiy explicit RUN_DEPENDS instead of RUN=BUILD

PR:             142176
Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
28 Nov 2009 10:44:56
Original commit files touched by this commit  2.0_5
thierry search for other commits by this committer
- Chase relocation of net/mpich2

- Bump PORTREVISION if needed

- Fix some portlint errors.
13 Sep 2009 00:08:01
Original commit files touched by this commit  2.0_4
gerald search for other commits by this committer
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:    portmgr
25 Jan 2009 08:37:34
Original commit files touched by this commit  2.0_3
oliver search for other commits by this committer
fix mpich dependency

Noted by:       pav
24 Jan 2009 08:29:47
Original commit files touched by this commit  2.0_3
oliver search for other commits by this committer
reactivate mpich - but mpich2 this time
23 Jan 2009 17:36:42
Original commit files touched by this commit  2.0_2
pav search for other commits by this committer
- Switch to LAM now that net/mpich port was deleted. Fixes INDEX

With hat:       portmgr
07 Jan 2009 16:34:27
Original commit files touched by this commit  2.0_1
gerald search for other commits by this committer
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
23 Sep 2008 08:32:40
Original commit files touched by this commit  2.0
oliver search for other commits by this committer
update to 2.0
19 Apr 2008 17:56:05
Original commit files touched by this commit  1.0a_2
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
15 Jul 2007 13:54:34
Original commit files touched by this commit  1.0a_2
pav search for other commits by this committer
- Convert to USE_FORTRAN
19 May 2007 20:32:57
Original commit files touched by this commit  1.0a_2
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
17 Jan 2007 08:45:40
Original commit files touched by this commit  1.0a_1
maho search for other commits by this committer
* Migrate to gfortran.
* Bump port revision.
* Use gfortran compiled atlas/blas/lapack.

Approved by:  portmgr(kris)
03 May 2006 23:26:35
Original commit files touched by this commit  1.0a
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with B
22 Jan 2006 08:20:08
Original commit files touched by this commit  1.0a
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
25 Nov 2005 15:37:04
Original commit files touched by this commit  1.0a
oliver search for other commits by this committer
www.netlib.org seems to be down, add a mirror for hpl.tgz
25 May 2005 22:17:30
Original commit files touched by this commit  1.0a
oliver search for other commits by this committer
fix build
 hpl's Makefile used ARCH for some own things which conflicted with the
predefined ARCH.
 I renamed hpl's ARCH variable.
14 Jul 2004 13:37:21
Original commit files touched by this commit  1.0a
oliver search for other commits by this committer
maho@ reported that atlas isn't broken any longer on amd64
25 Feb 2004 18:06:01
Original commit files touched by this commit  1.0a
oliver search for other commits by this committer
High Performance Computing Linpack Benchmark
 - needs an MPI implementation (mpich and lam are supported by this port)
 - needs an Basic Linear Algebra Subprograms implementation like atlas (default)
   or blas (both are supported by this port)

tested on alpha (5), amd64 (5) and i386 (4 and 5)

Number of commits found: 20

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23669
Broken 192
Deprecated 147
Ignore 733
Forbidden 3
Restricted 327
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 29
new 48 hours32
new 7 days65
new fortnight184
new month254

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.142 seconds.