Skip to content

Commit

Permalink
adding easyconfigs: pmt-1.2.0-GCCcore-12.3.0-CUDA-12.1.1.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamic committed Jan 31, 2024
1 parent 8c601d7 commit 1f73421
Showing 1 changed file with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
easyblock = 'CMakeMake'

name = 'pmt'
version = '1.2.0'
versionsuffix = '-CUDA-%(cudaver)s'

homepage = 'https://git.astron.nl/RD/pmt'
description = """PMT is a high-level software library capable of
collecting power consumption measurements on various hardware."""

toolchain = {'name': 'GCCcore', 'version': '12.3.0'}

builddependencies = [
('CMake', '3.26.3'),
('binutils', '2.40'),
]

dependencies = [
('CUDA', '12.1.1', '', SYSTEM)
]


source_urls = ['https://git.astron.nl/RD/pmt/-/archive/%(version)s']
sources = ['pmt-%(version)s.tar.gz']
checksums = ['98faf305c60cc4d39d3b8ada1dcb7c87c49bf6f01a3cd2800b413d21d5df1a38']

configopts = '-DBUILD_NVML_PMT=1'

sanity_check_paths = {
'files': ["bin/Rapl-test"],
'files': ["bin/NVML-test"],
'dirs': ["lib", "include"],
}

moduleclass = 'lib'

0 comments on commit 1f73421

Please sign in to comment.