mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 10:51:21 +01:00
Merge branch 'master' of code.it4i.cz:sccs/easyconfigs-it4i into it4i-salomon
This commit is contained in:
commit
2c6d3a90eb
23
g/Graph500/Graph500-3.0.0-foss-2018a.eb
Normal file
23
g/Graph500/Graph500-3.0.0-foss-2018a.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.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'
|
24
g/Graph500/Graph500-3.0.0-intel-2018a.eb
Normal file
24
g/Graph500/Graph500-3.0.0-intel-2018a.eb
Normal 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'
|
Loading…
x
Reference in New Issue
Block a user