We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The testsuite of HDF5-External-Filter-Plugins fails on Linux SPARC with:
3: Test command: /<<PKGBUILDDIR>>/obj-sparc64-linux-gnu/BZIP2/test/read_ui8_test 3: Working Directory: /<<PKGBUILDDIR>>/obj-sparc64-linux-gnu/BZIP2/test 3: Environment variables: 3: HDF5_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-sparc64-linux-gnu/plugins 3: Test timeout computed to be: 1500 1/3 Test #1: HDF5:external_filters:LZ4 ..............Bus error***Exception: 0.04 sec
This indicates that the code contains unaligned access which can degrade performance on various non-x86 targets.
Full log in: https://buildd.debian.org/status/fetch.php?pkg=hdf5-filter-plugin&arch=sparc64&ver=0.0%7Egit20221111.49e3b65-4&stamp=1708142362&raw=0
Access to SPARC machines can be obtained through the GCC Compile Farm: https://gcc.gnu.org/wiki/CompileFarm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The testsuite of HDF5-External-Filter-Plugins fails on Linux SPARC with:
This indicates that the code contains unaligned access which can degrade performance on various non-x86 targets.
Full log in: https://buildd.debian.org/status/fetch.php?pkg=hdf5-filter-plugin&arch=sparc64&ver=0.0%7Egit20221111.49e3b65-4&stamp=1708142362&raw=0
Access to SPARC machines can be obtained through the GCC Compile Farm: https://gcc.gnu.org/wiki/CompileFarm
The text was updated successfully, but these errors were encountered: