Testing the installation: ValueError: numpy.dtype size changed #3879
Unanswered
siegLoesch
asked this question in
Firedrake support
Replies: 1 comment 1 reply
-
How old is your system PETSc? I've seen this error before and I think that it is caused by the recent-ish numpy v1->v2 change. If you use an updated PETSc then things may work. As an aside, using a generic system PETSc is not really recommended for a few reasons:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was installing firedrake with the using my system version of PETSc and openmpi using the following options:
firedrake-install --mpiexec=/opt/ompi/bin/mpiexec --mpicc=/opt/ompi/bin/mpicc --mpicxx=/opt/ompi/bin/mpicxx --mpif90=/opt/ompi/bin/mpif90 --honour-petsc-dir --verbose
The installation went fine but got an error after the installation test with:
pytest tests/regression/ -k "poisson_strong or stokes_mini or dg_advection"
Appreciate any help
Siegfried
firedrake-install.log
Beta Was this translation helpful? Give feedback.
All reactions