-
Notifications
You must be signed in to change notification settings - Fork 772
Closed
Labels
Milestone
Description
Hi EasyBuilders,
We have problems with a core-dump inside our GPAW code, from within FlexiBLAS:
[i019:08729] [ 3] /home/modules/software/FlexiBLAS/3.2.0-GCC-11.3.0/lib/libflexiblas.so.3(flexiblas_real_cblas_zdotu_sub+0x66)[0x2ba851906406]
We can reproduce the bug with this four-line code snippet (pure numpy code) on most (but not all) our machines:
import numpy as np
U = np.ones((28, 28), complex)
u = np.ones((28, 2, 27, 27, 70), complex)
a = np.dot(U, np.swapaxes(u, 0, 3))We see the problem with SciPy-bundle/2021.10-foss-2021b and SciPy-bundle/2022.05-foss-2022a , but not with the corresponding intel-toolchain packages. Nor do we see the problem with SciPy-bundle/2020.11-foss-2020b which does not use FlexiBlas (I think...).
CC: @jjmortensen