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

Database tag is missing in schema files #1

Closed Gusser93 closed 11 months ago

Gusser93 commented 2 years ago

When using the new database tag, I noticed that the scheme files (the .dtd in my case) are missing the database tag. I am using the scheme files from commit ed2017c.

thobreuer commented 1 year ago

Thanks for the hint. We will add it in the next JUBE version. But since the key-tag is already used in a different context and dtd cannot deal with multiple definitions of the same tag name (as far as I know), there won't be a perfect solution. A schema file for yaml inputs is currently in preparation.

thobreuer commented 11 months ago

Thanks for reporting. Fixed in https://github.com/FZJ-JSC/JUBE/commit/fdc2c1171e3a6a658a435fa276520b526ea969f1 as part of REL-2.6.0.