Hello, I want to ask a question about the installation of dolfinx.
I installed fenicsx in a HPC machine using spack as introduced here, and I used the version 0.7.2. But when I tried to compile the codes in the CPP interface, it shows the following error:
/sw/EasyBuild/rackham/software/PETSc/3.11.1-intel-2019a/include/petscsys.h:149:6: error: error “PETSc was configured with I_MPI but now appears to be compiling using a non-I_MPI mpi.h”
149 | # error “PETSc was configured with I_MPI but now appears to be compiling using a non-I_MPI mpi.h”
does any one have any suggestions for this issue? Thanks in advance!