Error in tests after install #2495
-
I am attempting an installation of firedrake on an HPC system running the RHEL7 operating system. python firedrake-install --disable-ssh --no-package-manager -v --honour-petsc-dir --mpicc=mpicc --mpicxx=mpic++ --mpif90=mpif90 --mpiexec=mpiexec --venv-name=0.13.0 --pip-install="tk mpi4py scipy" After the installation, as suggested in the installation documentation, I ran the test: A lot of errors are printed, but it seems like the main error is: I would usually associate this sort of error with a version mismatch. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
|
Beta Was this translation helpful? Give feedback.
petsc4py
is now included in thePETSc
source tree, so they are always compatible.DMPlexReorderSetDefault()
was introduced in PETSc recently, so I think you need to update your PETSc.