[petsc-users] MatMumpsSetIcntl from Fortran

2011-12-02 Thread agray...@gfz-potsdam.de
save my time :-) >> Appreciate. >> >> Hong >>> >>> Regards, >>> Alexander >>> >>> >>> - Reply message - >>> From: "Hong Zhang" >>> To: "PETSc users list" >>> Subject: [

[petsc-users] MatMumpsSetIcntl from Fortran

2011-12-02 Thread Hong Zhang
> Am I right that mumps in dev version uses latest parmetis (which means it > was patched)? Yes. Hong > > > Regards, > Alexander > > - Reply message - > From: "Hong Zhang" > To: "PETSc users list" > Subject: [petsc-users] MatMumpsS

[petsc-users] MatMumpsSetIcntl from Fortran

2011-12-01 Thread Hong Zhang
mplement lines 150-171 from it on FORTRAN you will >>> see >>> the problem I reported. >>> If you need particularly my FORTRAN code I can send it tomorrow. >> >> This would save my time :-) >> Appreciate. >> >> Hong >>> >>> Rega

[petsc-users] MatMumpsSetIcntl from Fortran

2011-12-01 Thread Alexander Grayver
gt; the problem I reported. >> If you need particularly my FORTRAN code I can send it tomorrow. > This would save my time :-) > Appreciate. > > Hong >> Regards, >> Alexander >> >> >> - Reply message - >> From: "Hong Zhang" >&

[petsc-users] MatMumpsSetIcntl from Fortran

2011-11-30 Thread agray...@gfz-potsdam.de
- Reply message - From: "Hong Zhang" To: "PETSc users list" Subject: [petsc-users] MatMumpsSetIcntl from Fortran Date: Wed, Nov 30, 2011 9:37 pm Alexander : > > I just rewrote code concerning mumps from this example (lines 150-170): > http://www.mcs.anl.gov/petsc/p

[petsc-users] MatMumpsSetIcntl from Fortran

2011-11-30 Thread Alexander Grayver
Hi Hong, Thank you for quick reply. I just rewrote code concerning mumps from this example (lines 150-170): http://www.mcs.anl.gov/petsc/petsc-dev/src/ksp/ksp/examples/tutorials/ex52.c.html Regards, Alexander On 30.11.2011 17:40, Hong Zhang wrote: > Alexander: > >> Has anybody tried to use MatM

[petsc-users] MatMumpsSetIcntl from Fortran

2011-11-30 Thread Alexander Grayver
Hi PETSc team, Has anybody tried to use MatMumpsSetIcntl from Fortran? Because when I try to call it I fall into infinite recursion in function: PetscErrorCode MatMumpsSetIcntl(Mat F,PetscInt icntl,PetscInt ival) { PetscErrorCode ierr; PetscFunctionBegin; PetscValidLogicalCollect

[petsc-users] MatMumpsSetIcntl from Fortran

2011-11-30 Thread Hong Zhang
time :-) Appreciate. Hong > > Regards, > Alexander > > > - Reply message - > From: "Hong Zhang" > To: "PETSc users list" > Subject: [petsc-users] MatMumpsSetIcntl from Fortran > Date: Wed, Nov 30, 2011 9:37 pm > > > Alexander : >

[petsc-users] MatMumpsSetIcntl from Fortran

2011-11-30 Thread Matthew Knepley
On Wed, Nov 30, 2011 at 2:37 PM, Hong Zhang wrote: > Alexander : > > > > > I just rewrote code concerning mumps from this example (lines 150-170): > > > http://www.mcs.anl.gov/petsc/petsc-dev/src/ksp/ksp/examples/tutorials/ex52.c.html > > Where is your Fortran code? ex52.c works fine. > Its in t

[petsc-users] MatMumpsSetIcntl from Fortran

2011-11-30 Thread Hong Zhang
Alexander : > > I just rewrote code concerning mumps from this example (lines 150-170): > http://www.mcs.anl.gov/petsc/petsc-dev/src/ksp/ksp/examples/tutorials/ex52.c.html Where is your Fortran code? ex52.c works fine. Hong > > On 30.11.2011 17:40, Hong Zhang wrote: >> >> Alexander: >> >>> Has a

[petsc-users] MatMumpsSetIcntl from Fortran

2011-11-30 Thread Hong Zhang
Alexander: > Has anybody tried to use MatMumpsSetIcntl from Fortran? We are not aware of it. > Because when I try to call it I fall into infinite recursion in function: Can you give me a short Fortran code that repeats this error for investigating? Meanwhile, you can use runtime option '-mat_mum