Replies: 1 comment 6 replies
-
|
I can go around it by adding |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I got the following error when I tried to install silo with spack
H5FDsilo.c:531:5: error: incompatible function pointer types initializing 'haddr_t (*)(const H5FD_t *, H5FD_mem_t)' (aka 'unsigned long (*)(const struct H5FD_t *, enum H5F_mem_t)') with an expression of type 'haddr_t (const H5FD_t *)' (aka 'unsigned long (const struct H5FD_t *)') [-Wincompatible-function-pointer-types]the command I used is
spack install silo +hdf5 %[email protected]Beta Was this translation helpful? Give feedback.
All reactions