mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
Merge branch 'it4i-barbora'
This commit is contained in:
commit
9363c40629
33
j/JUBE/JUBE-2.6.1.eb
Normal file
33
j/JUBE/JUBE-2.6.1.eb
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
easyblock = "VersionIndependentPythonPackage"
|
||||||
|
|
||||||
|
name = "JUBE"
|
||||||
|
version = "2.6.1"
|
||||||
|
|
||||||
|
homepage = "https://www.fz-juelich.de/jsc/jube"
|
||||||
|
description = """The JUBE benchmarking environment provides a script based
|
||||||
|
framework to easily create benchmark sets, run those sets on different
|
||||||
|
computer systems and evaluate the results.
|
||||||
|
"""
|
||||||
|
|
||||||
|
toolchain = SYSTEM
|
||||||
|
|
||||||
|
source_urls = ['https://apps.fz-juelich.de/jsc/jube/jube2/download.php?file=']
|
||||||
|
sources = [SOURCE_TAR_GZ]
|
||||||
|
checksums = ['348ebeb4db0ea56889a5d13bf49e394fccc0992f620e8c0c61c40185db13ad64']
|
||||||
|
|
||||||
|
options = {'modulename': 'jube2'}
|
||||||
|
|
||||||
|
sanity_check_paths = {
|
||||||
|
'files': ['bin/jube'],
|
||||||
|
'dirs': [],
|
||||||
|
}
|
||||||
|
|
||||||
|
sanity_check_commands = ['jube --version']
|
||||||
|
|
||||||
|
modextrapaths = {
|
||||||
|
'JUBE_INCLUDE_PATH': 'share/jube/platform/slurm'
|
||||||
|
}
|
||||||
|
|
||||||
|
modluafooter = 'execute {cmd=\'eval "$(jube complete)"\',modeA={"load"}}'
|
||||||
|
|
||||||
|
moduleclass = 'tools'
|
Loading…
x
Reference in New Issue
Block a user