Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
RAMET Pierre
guix-hpc
Commits
b5c0f907
Commit
b5c0f907
authored
Jun 16, 2021
by
MARAIT Gilles
Browse files
Add more recent jube
parent
46362b2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
inria/hiepacs.scm
View file @
b5c0f907
...
...
@@ -1162,3 +1162,31 @@ to/from all other processes.")
large scale eigenvalue problems."
)
(
license
(
license:non-copyleft
"file://COPYING"
"See COPYING in the distribution."
))))
;; Technically this is just jube version 2.4.1
;; supporting yaml (in addition of xml) for bench files from version 2.4.0
(
define-public
jube-with-yaml
(
package
;; This is a command-line tool, so no "python-" prefix.
(
name
"jube-with-yaml"
)
(
version
"2.4.1"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
string-append
"http://apps.fz-juelich.de/jsc/jube/jube2/download.php?version="
version
))
(
sha256
(
base32
"05lhpq3mxm3z9k35bxvvbi2r5r5r0n39jdi839rcvirrsczs7m6m"
))
(
file-name
(
string-append
"jube-"
version
".tar.gz"
))))
(
build-system
python-build-system
)
(
home-page
"https://apps.fz-juelich.de/jsc/jube/jube2/docu/index.html"
)
(
synopsis
"Benchmarking environment"
)
(
description
"JUBE helps perform and analyze benchmarks in a systematic way. For each
benchmarked application, benchmark data is stored in a format that allows JUBE
to deduct the desired information. This data can be parsed by automatic pre-
and post-processing scripts that draw information and store it more densely
for manual interpretation."
)
(
propagated-inputs
`
((
"python-pyyaml"
,
python-pyyaml
)))
(
license
license:gpl3+
)))
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