pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Initial HPL benchmark commit
Module Name: pkgsrc-wip
Committed By: Jason High <json.high%gmail.com@localhost>
Pushed By: jhigh
Date: Wed Jul 10 22:04:42 2019 -0500
Changeset: 36c3d041622700ffddb9c6fa1bb413100052485c
Added Files:
hpl/DESCR
hpl/Makefile
hpl/PLIST
hpl/TODO
hpl/distinfo
Log Message:
Initial HPL benchmark commit
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=36c3d041622700ffddb9c6fa1bb413100052485c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
hpl/DESCR | 4 ++++
hpl/Makefile | 17 +++++++++++++++++
hpl/PLIST | 3 +++
hpl/TODO | 0
hpl/distinfo | 6 ++++++
5 files changed, 30 insertions(+)
diffs:
diff --git a/hpl/DESCR b/hpl/DESCR
new file mode 100644
index 0000000000..c34b0bd2e2
--- /dev/null
+++ b/hpl/DESCR
@@ -0,0 +1,4 @@
+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 a portable as well as freely available implementation
+of the High Performance Computing Linpack Benchmark.
diff --git a/hpl/Makefile b/hpl/Makefile
new file mode 100644
index 0000000000..cabc14cf92
--- /dev/null
+++ b/hpl/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME= hpl-2.3
+CATEGORIES= benchmarks
+MASTER_SITES= http://www.netlib.org/benchmark/hpl/
+
+MAINTAINER= json.high%gmail.com@localhost
+HOMEPAGE= http://www.netlib.org/benchmark/hpl/
+COMMENT= Portable Implementation of the High-Performance Linpack Benchmark for Distributed-Memory Computers
+LICENSE= modified-bsd
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++ fortran
+
+.include "../../math/blas/buildlink3.mk"
+.include "../../parallel/openmpi/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/hpl/PLIST b/hpl/PLIST
new file mode 100644
index 0000000000..b70a3ec171
--- /dev/null
+++ b/hpl/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/xhpl
+lib/libhpl.a
diff --git a/hpl/TODO b/hpl/TODO
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/hpl/distinfo b/hpl/distinfo
new file mode 100644
index 0000000000..08501f6400
--- /dev/null
+++ b/hpl/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (hpl-2.3.tar.gz) = 3e390755b168a24f0683a949b189144edb614207
+RMD160 (hpl-2.3.tar.gz) = 02910b59a5a4378125b508b0a85013c998c35c74
+SHA512 (hpl-2.3.tar.gz) = 954297b6464e3f9d9315d2f1ce0c87b8486d3d60da92e6847e74b16fdf9fc6d73eb0b85317416c2fc088e72e81b8b3a3eb0148c14edcf575557cd86541d0d8cb
+Size (hpl-2.3.tar.gz) = 660871 bytes
Home |
Main Index |
Thread Index |
Old Index