parcio / julea

A Flexible Storage Framework for HPC
GNU Lesser General Public License v3.0
32 stars 30 forks source link

adding benchmark executable for installing. #159

Closed kiraduwe closed 1 year ago

kiraduwe commented 1 year ago

I found no way to run the benchmark using the release-build. Adding the executable on installation fixed this.

For the release build, the backends cannot be found/are not checked the same way as with the debug build. So installation is required to find any backend (which in turn requires the prefix). However, the benchmark executable is not built then which means the benchmark script does not work.

michaelkuhn commented 1 year ago

Merged in 56f614d3ee7868c359bcd44c3a92bbf350052e67. Thanks! (I also went ahead and also added julea-test for installation.)