Luca Pinello
2014-12-29 00:10:43 UTC
I have a huge matrix stored in a carray with Float32 :
/matrix_computed (CArray(1236248, 1236248), shuffle, blosc(1)) ''
Often when I try to load submatrix using the slicing notation (for example m[5000:10000,5000:10000]) I get the following error andeverything freeze:
*Could not wait on barrier (init)*
I suspect this is due to the BLOSC threading implementation since when
using max_blosc_threads=1 the problem doesn't occur.
Is this a known bug?
Thanks!
Luca
/matrix_computed (CArray(1236248, 1236248), shuffle, blosc(1)) ''
Often when I try to load submatrix using the slicing notation (for example m[5000:10000,5000:10000]) I get the following error andeverything freeze:
*Could not wait on barrier (init)*
I suspect this is due to the BLOSC threading implementation since when
using max_blosc_threads=1 the problem doesn't occur.
Is this a known bug?
Thanks!
Luca
--
You received this message because you are subscribed to the Google Groups "pytables-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pytables-users+***@googlegroups.com.
To post to this group, send an email to pytables-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "pytables-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pytables-users+***@googlegroups.com.
To post to this group, send an email to pytables-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.