Re: [petsc-users] Code break when PETSc not debugging

2018-08-14 Thread Manuel Valera
Thanks, i was able to find the bug and correct it, it is working now, I was calling a wrong DM for some DA, Regards, On Tue, Aug 14, 2018 at 2:13 PM, Jed Brown wrote: > Manuel Valera writes: > > > Thanks Jed, > > > > I got the attached, it looks is coming from one of my routines > > CorrectU4

Re: [petsc-users] Code break when PETSc not debugging

2018-08-14 Thread Jed Brown
Manuel Valera writes: > Thanks Jed, > > I got the attached, it looks is coming from one of my routines > CorrectU4Pressure.F90, what other information can i get from this log? If you compile with debug info (COPTFLAGS=-g FOPTFLAGS=-g) you'll be able to see the source line that's causing this err

Re: [petsc-users] Code break when PETSc not debugging

2018-08-14 Thread Manuel Valera
Thanks Jed, I got the attached, it looks is coming from one of my routines CorrectU4Pressure.F90, what other information can i get from this log? Thanks, On Tue, Aug 14, 2018 at 12:57 PM, Jed Brown wrote: > Manuel Valera writes: > > > Hello everyone, > > > > I am working on running part of my

Re: [petsc-users] Code break when PETSc not debugging

2018-08-14 Thread Jed Brown
Manuel Valera writes: > Hello everyone, > > I am working on running part of my code in a GPU, recently i was able to > run the whole model using one P100 GPU and one processor with good timing > but using --with-debugging=1 as configure argument, > > With this in mind i compiled PETSc in a separ

[petsc-users] Code break when PETSc not debugging

2018-08-14 Thread Manuel Valera
Hello everyone, I am working on running part of my code in a GPU, recently i was able to run the whole model using one P100 GPU and one processor with good timing but using --with-debugging=1 as configure argument, With this in mind i compiled PETSc in a separate folder with the same exact flags