From adbea9b8cd3b4cc4fb4b9882112590fe9a02b3f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Tue, 13 Jun 2017 15:45:54 +0200 Subject: [PATCH] new file: g/Graph500/Graph500-3.0.0rc1-foss-2016a.eb --- g/Graph500/Graph500-3.0.0rc1-foss-2016a.eb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 g/Graph500/Graph500-3.0.0rc1-foss-2016a.eb diff --git a/g/Graph500/Graph500-3.0.0rc1-foss-2016a.eb b/g/Graph500/Graph500-3.0.0rc1-foss-2016a.eb new file mode 100644 index 00000000..f1cc5be5 --- /dev/null +++ b/g/Graph500/Graph500-3.0.0rc1-foss-2016a.eb @@ -0,0 +1,23 @@ +# Golasowski Martin , Jiri Hanzelka , 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'