JUBE icon indicating copy to clipboard operation
JUBE copied to clipboard

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. It is actively developed by...

Results 7 JUBE issues
Sort by recently updated
recently updated
newest added

Currently, JUBE only allows parameters with the `mode` set to `python` to be simple expressions, which is quite restrictive. This PR adds the possibility for any arbitrary python code to...

Hello, Currently, it seems to me that the dependencies we can express in the JUBE input can only be a tree. For instance, my input could look like this :...

Hello, My current input looks like this : ```yaml parameterset: - name: build_parameters parameter: - {name: COMPILER, export: true, _: "gcc:13.2.0,llvm:17.0.6"} - {name: BUILD_FLAG, export: true, _: "default"} - {name:...

enhancement

Hello, I have some scripts that need to know their location to execute properly. The JUBE launcher allows to copy some files to a generated fodler hierarchy. However, when you...

enhancement

jube continue seems to check done/error files in all work package directories while processing one work package (according to strace). This results in at least 2n^2 file accesses when only...

Hello I am trying to define an experiment using JUBE, where I test a different amount of nodes: `1,2,4,8,16 ` I would also like to test a different combination of...

Is there any way to set an attribute with a variable? Something like this: ``` test-name1 test-name2 ```