mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 02:12:12 +01:00
27 lines
688 B
Plaintext
27 lines
688 B
Plaintext
# 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'
|