Re: [petsc-users] petsc4py error code 86 from ViewerHDF5().create

2024-03-13 Thread Barry Smith
> On Mar 12, 2024, at 11: 54 PM, adigitoleo (Leon) wrote: > >> You need to ./configure PETSc for HDF5 using >> >>> --with-fortran-bindings=0 --with-mpi-dir=/usr --download-hdf5 >> ZjQcmQRYFpfptBannerStart This Message Is From an External Sender This

Re: [petsc-users] petsc4py error code 86 from ViewerHDF5().create

2024-03-12 Thread adigitoleo (Leon)
> You need to ./configure PETSc for HDF5 using > > > --with-fortran-bindings=0 --with-mpi-dir=/usr --download-hdf5 > Thanks, this has worked. I assumed PETSc would just pick up the HDF5 library I already had on my system but ZjQcmQRYFpfptBannerStart This Message Is

Re: [petsc-users] petsc4py error code 86 from ViewerHDF5().create

2024-03-12 Thread Barry Smith
You need to ./configure PETSc for HDF5 using > --with-fortran-bindings=0 --with-mpi-dir=/usr --download-hdf5 It may need additional options, if it does then rerun the ./configure with the additional options it lists. > On Mar 12, 2024, at 8:19 PM, adigitoleo (Leon) wrote: > > This

[petsc-users] petsc4py error code 86 from ViewerHDF5().create

2024-03-12 Thread adigitoleo (Leon)
Hello, I'm new to the list and have a limited knowledge of PETSc so far, but I'm trying to use a software (underworld3) that relies on petsc4py. I have built PETSc with the following configure options: --with-fortran-bindings=0 --with-mpi-dir=/usr ZjQcmQRYFpfptBannerStart