FZJ-JSC / JUBE

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 the Jülich Supercomputing Centre of Forschungszentrum Jülich, Germany.
https://www.fz-juelich.de/ias/jsc/jube
GNU General Public License v3.0
34 stars 12 forks source link

Capturing the jube_variables. #14

Closed beeeback closed 3 months ago

beeeback commented 3 months ago

I am working in Jube, so an external shell has to know the values of the jube_variables, but i saw they can only be used within Jube. I also saw there exists the possibility of using the export="true". But it is not working for me when i try to export these variables outside of jube so i can use for my external script. I wanted the value of jube_benchmark_padid. I do

<parameter name="jube_id" export="true">${jube_benchmark_padid}</parameter>

But i am unable to export the value. Am i missing something?? Thanks!!

beeeback commented 3 months ago

As a workaround, i read the output of jube run from the terminal and capture the values, but it would be good to be able to export Jube variables from benchmark file to external shell. Thanks!!