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.
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
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!!
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
But i am unable to export the value. Am i missing something?? Thanks!!