Re: [petsc-users] About Configuring PETSc

2019-03-22 Thread Maahi Talukder via petsc-users
: > Thank you so much for your reply. That clear things up! > > On Thu, Mar 21, 2019 at 10:43 PM Balay, Satish wrote: > >> On Thu, 21 Mar 2019, Maahi Talukder via petsc-users wrote: >> >> > Thank you for your reply. >> > >> > So do I need to set the va

[petsc-users] Parallelization of the code

2019-02-12 Thread Maahi Talukder via petsc-users
Dear All, I am tying to solve a linear system using ksp solvers. I have managed to solve the system with a sequential code. The part of my sequential code that deals with creating Matrix and setting values is as the following - call MatCreate(PETSC_COMM_WORLD,Mp,ierr) call

Re: [petsc-users] PETSc turtorial example generating unexpected result

2019-01-15 Thread Maahi Talukder via petsc-users
; I suspect you printed these numbers after this statement. > > On Mon, Jan 14, 2019 at 8:10 PM Maahi Talukder via petsc-users < > petsc-users@mcs.anl.gov> wrote: > >> Hello all, >> >> I complied and run the example *ex2f.F90* located in >> */home/maahi