mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00
new file: g/Graph500/Graph500-3.0.0rc1-foss-2016a.eb
This commit is contained in:
parent
7c29a65f3a
commit
adbea9b8cd
23
g/Graph500/Graph500-3.0.0rc1-foss-2016a.eb
Normal file
23
g/Graph500/Graph500-3.0.0rc1-foss-2016a.eb
Normal file
@ -0,0 +1,23 @@
|
||||
# Golasowski Martin <martin.golasowski@vsb.cz>, Jiri Hanzelka <jiri.hanzelka@vsb.cz>, 2017 IT4Innovations
|
||||
easyblock = 'MakeCp'
|
||||
|
||||
name = 'Graph500'
|
||||
version = '3.0.0rc1'
|
||||
|
||||
homepage = 'http://graph500.org/'
|
||||
description = 'Reference code of the Graph500 benchmark.'
|
||||
|
||||
toolchain = {'name': 'foss', 'version': '2016a'}
|
||||
|
||||
source_urls = ['https://github.com/graph500/graph500/archive/']
|
||||
sources = ['newreference.zip']
|
||||
|
||||
files_to_copy = ['src/graph500_reference_bfs', 'src/graph500_reference_bfs_sssp']
|
||||
prebuildopts = 'cd src &&'
|
||||
|
||||
sanity_check_paths = {
|
||||
'files' : ['graph500_reference_bfs', 'graph500_reference_bfs_sssp'],
|
||||
'dirs' : []
|
||||
}
|
||||
|
||||
moduleclass = 'tools'
|
Loading…
x
Reference in New Issue
Block a user