Add Graph500 benchmark version 3.0.0

This commit is contained in:
mgolas 2018-04-19 10:30:40 +02:00
parent 074f92898f
commit 85013d388b
2 changed files with 47 additions and 0 deletions

View 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.0'
homepage = 'http://graph500.org/'
description = 'Reference code of the Graph500 benchmark.'
toolchain = {'name': 'foss', 'version': '2018a'}
source_urls = ['https://github.com/graph500/graph500/archive/']
sources = ['graph500-%(version)s.tar.gz']
files_to_copy = [(['src/graph500_reference_bfs', 'src/graph500_reference_bfs_sssp'], 'bin')]
prebuildopts = 'cd src &&'
sanity_check_paths = {
'files' : ['bin/graph500_reference_bfs', 'bin/graph500_reference_bfs_sssp'],
'dirs' : []
}
moduleclass = 'tools'

View File

@ -0,0 +1,24 @@
# Golasowski Martin <martin.golasowski@vsb.cz>, Jiri Hanzelka <jiri.hanzelka@vsb.cz>, 2017 IT4Innovations
easyblock = 'MakeCp'
name = 'Graph500'
version = '3.0.0'
homepage = 'http://graph500.org/'
description = 'Reference code of the Graph500 benchmark.'
toolchain = {'name': 'intel', 'version': '2018a'}
source_urls = ['https://github.com/graph500/graph500/archive/']
sources = ['graph500-%(version)s.tar.gz']
files_to_copy = [(['src/graph500_reference_bfs', 'src/graph500_reference_bfs_sssp'], 'bin')]
prebuildopts = 'cd src &&'
sanity_check_paths = {
'files' : ['bin/graph500_reference_bfs', 'bin/graph500_reference_bfs_sssp'],
'dirs' : []
}
moduleclass = 'tools'