Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
easyconfigs-it4i
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SCS
easyconfigs-it4i
Commits
2c6d3a90
Commit
2c6d3a90
authored
Apr 19, 2018
by
Lukáš Krupčík
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of code.it4i.cz:sccs/easyconfigs-it4i into it4i-salomon
parents
7cb1f53a
a75eb0a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
47 additions
and
0 deletions
+47
-0
g/Graph500/Graph500-3.0.0-foss-2018a.eb
g/Graph500/Graph500-3.0.0-foss-2018a.eb
+23
-0
g/Graph500/Graph500-3.0.0-intel-2018a.eb
g/Graph500/Graph500-3.0.0-intel-2018a.eb
+24
-0
No files found.
g/Graph500/Graph500-3.0.0-foss-2018a.eb
0 → 100644
View file @
2c6d3a90
# 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'
g/Graph500/Graph500-3.0.0-intel-2018a.eb
0 → 100644
View file @
2c6d3a90
# 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'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment