Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
easyblock = 'CMakeMakeCp'

name = 'FIRESTARTER'
version = '2.0'

homepage = 'https://github.com/tud-zih-energy/FIRESTARTER/'
description = """FIRESTARTER: A Processor Stress Test Utility.
FIRESTARTER maximizes the energy consumption of 64-Bit x86 processors by
generating heavy load on the execution units as well as transferring data
between the cores and multiple levels of the memory hierarchy."""

toolchain = {'name': 'gcccuda', 'version': '2020a'}
toolchainopts = {'pic': True}

source_urls = ['https://github.com/tud-zih-energy/FIRESTARTER/releases/download/v2.0/']
sources = ['FIRESTARTER_%(version)s.tar.gz']
checksums = ['a3b09ac4ec29c3d24750bf161c58abe6b9c2f86d56f046d2657be72daf63b673']
start_dir = 'sources'

# Iterations don't work otherwise
unpack_options = ' && mkdir easybuild_obj'

separate_build_dir = True

builddependencies = [
('binutils', '2.34'),
('CMake', '3.16.4'),
]

# All configopts, including default values
configopts = '-DFIRESTARTER_BUILD_TYPE=FIRESTARTER_CUDA'
configopts += ' -DFIRESTARTER_LINK_STATIC=ON'
configopts += ' -DFIRESTARTER_BUILD_HWLOC=ON'
configopts += ' -DFIRESTARTER_THREAD_AFFINITY=ON'

files_to_copy = [(['FIRESTARTER'], 'bin')]

sanity_check_commands = ['bin/FIRESTARTER -t 1']
sanity_check_paths = {
'files': ['bin/FIRESTARTER'],
'dirs': ['bin'],
}

moduleclass = 'tools'
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
easyblock = 'CMakeMakeCp'

name = 'FIRESTARTER'
version = '2.0'

homepage = 'https://github.com/tud-zih-energy/FIRESTARTER/'
description = """FIRESTARTER: A Processor Stress Test Utility.
FIRESTARTER maximizes the energy consumption of 64-Bit x86 processors by
generating heavy load on the execution units as well as transferring data
between the cores and multiple levels of the memory hierarchy."""

toolchain = {'name': 'gcccuda', 'version': '2020b'}
toolchainopts = {'pic': True}

source_urls = ['https://github.com/tud-zih-energy/FIRESTARTER/releases/download/v2.0/']
sources = ['FIRESTARTER_%(version)s.tar.gz']
checksums = ['a3b09ac4ec29c3d24750bf161c58abe6b9c2f86d56f046d2657be72daf63b673']
start_dir = 'sources'

# Iterations don't work otherwise
unpack_options = ' && mkdir easybuild_obj'

separate_build_dir = True

builddependencies = [
('binutils', '2.35'),
('CMake', '3.18.4'),
]

# All configopts, including default values
configopts = '-DFIRESTARTER_BUILD_TYPE=FIRESTARTER_CUDA'
configopts += ' -DFIRESTARTER_LINK_STATIC=ON'
configopts += ' -DFIRESTARTER_BUILD_HWLOC=ON'
configopts += ' -DFIRESTARTER_THREAD_AFFINITY=ON'

files_to_copy = [(['FIRESTARTER'], 'bin')]

sanity_check_commands = ['bin/FIRESTARTER -t 1']
sanity_check_paths = {
'files': ['bin/FIRESTARTER'],
'dirs': ['bin'],
}

moduleclass = 'tools'