Re: [petsc-users] Issues Compiling petsc4py with Cython

2024-06-26 Thread Stefano Zampini
> It was a version incompatibility issue, resolved by configuring it with petsc. Note that "configuring with PETSc" is not a standard Python installation procedure. You should be able to install it in your virtual environment by just doing $ ... activate venv $ cd src/binding/petsc4py $ PETS

Re: [petsc-users] Issues Compiling petsc4py with Cython

2024-06-26 Thread maitri ksh
It was a version incompatibility issue, resolved by configuring it with petsc. Thank you stefano & satish. On Wed, Jun 26, 2024 at 12:34 AM Satish Balay wrote: > Best to get latest petsc and build petsc4py along with petsc: > > For example: > > balay@petsc-gpu-02:/scratch/balay$ wget -q > https:

Re: [petsc-users] Issues Compiling petsc4py with Cython

2024-06-25 Thread Satish Balay
Best to get latest petsc and build petsc4py along with petsc: For example: balay@ petsc-gpu-02: /scratch/balay$ wget -q https: //urldefense. us/v3/__https: //web. cels. anl. gov/projects/petsc/download/release-snapshots/petsc-3. 21. 2. tar. gz__;!!G_uCfscf7eWS!cU65HojMoX4qnDw9h2E_i8frWwq0jfbCE

Re: [petsc-users] Issues Compiling petsc4py with Cython

2024-06-25 Thread Stefano Zampini
Which version of petsc4py is it? Il giorno mar 25 giu 2024 alle ore 20:35 maitri ksh ha scritto: > I am currently working on integrating petsc4py, but I am encountering > persistent compilation issues related to Cython. Below are the details of > my setup and the errors I am facing. I would grea

[petsc-users] Issues Compiling petsc4py with Cython

2024-06-25 Thread maitri ksh
I am currently working on integrating petsc4py, but I am encountering persistent compilation issues related to Cython. Below are the details of my setup and the errors I am facing. I would greatly appreciate any assistance or guidance on how to resolve these issues. System Configuration: - *PET