Skip to content

Commit 68db5c1

Browse files
committed
add missing HPL test easyconfig using CrayCCE as toolchain
1 parent 837f1f3 commit 68db5c1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
easyblock = 'ConfigureMake'
2+
3+
name = 'HPL'
4+
version = '2.1'
5+
6+
homepage = 'http://www.netlib.org/benchmark/hpl/'
7+
description = "HPL, you know, LINPACK"
8+
9+
toolchain = {'name': 'CrayCCE', 'version': '5.1.29'}
10+
11+
source_urls = ['http://www.netlib.org/benchmark/%(namelower)s']
12+
sources = [SOURCELOWER_TAR_GZ]
13+
14+
moduleclass = 'tools'

0 commit comments

Comments
 (0)