Re: [petsc-users] HDF5 time step count

2024-05-09 Thread Adrian Croucher
hi Matt, On 10/05/24 12:15 am, Matthew Knepley wrote: I just tried to test it, but there doesn't seem to be a Fortran interface for DMGetOutputSequenceLength(). Pushed. Thanks. I tried it out and the error below was raised, looks like it's when it tries to destroy the viewer. It

Re: [petsc-users] Help with Integrating PETSc into Fortran Groundwater Flow Simulation Code

2024-05-09 Thread Shatanawi, Sawsan Muhammad via petsc-users
Hello everyone, Thank you for your responses and feedback, I checked PFLOTRAN and found that it is a model to simulate groundwater flow, contaminant transport, and other subsurface processes. my goal is not to simulate the groundwater flow, my goal is to develop a code from scratch to simulate

Re: [petsc-users] HDF5 time step count

2024-05-09 Thread Matthew Knepley
On Wed, May 8, 2024 at 10:46 PM Adrian Croucher wrote: > hi Matt, > On 9/05/24 3:00 am, Matthew Knepley wrote: > > Sorry about the delay. I had lost track of this. Can you look at branch > > knepley/feature-hdf5-seq-len > > I have not made a test yet, but if this works for you, I will make a

Re: [petsc-users] About PC hpddm

2024-05-09 Thread Ng, Cho-Kuen via petsc-users
Satish, That works. I see that libhpddm_petsc.so is in the spack view lib. Will test how to use it. Thanks, Cho From: Satish Balay Sent: Wednesday, May 8, 2024 11:49 PM To: Ng, Cho-Kuen Cc: Pierre Jolivet ; petsc-users@mcs.anl.gov Subject: Re: [petsc-users]

Re: [petsc-users] About PC hpddm

2024-05-09 Thread Satish Balay via petsc-users
Try: spack install slepc+hpddm ^petsc+hpddm Satish On Thu, 9 May 2024, Ng, Cho-Kuen via petsc-users wrote: > Pierre, > > petec and slepc libraries are found in the spack directory, but > libhpddm_petsc is not. So it is not built during the spack install process. > > ... ... >

Re: [petsc-users] About PC hpddm

2024-05-09 Thread Ng, Cho-Kuen via petsc-users
Pierre, petec and slepc libraries are found in the spack directory, but libhpddm_petsc is not. So it is not built during the spack install process. ... ... ./opt/spack/linux-sles15-zen3/gcc-12.3.0/petsc-3.21.0-tdljbqbgvde4zv6jr6tf7bbpae3rfkyg/lib/libpetsc.so

Re: [petsc-users] About PC hpddm

2024-05-09 Thread Pierre Jolivet
> On 9 May 2024, at 6:31 AM, Ng, Cho-Kuen via petsc-users > wrote: > > This Message Is From an External Sender > This message came from outside your organization. > I used spack to install petsc with hpddm as follows. > > o spack install petsc+hpddm > o spack install slepc ^petsc+hpddm > >