F90 module for DM
Satish Balay
balay at mcs.anl.gov
Tue Jun 9 16:07:48 CDT 2009
Before you commit [to petsc-release] make sure the following builds go through without erorrs.
- regular
- with --with-fortran-datatypes=1
- with --with-fortran-interfaces=1
I'll have to check the commit to see why it was needed..
Satish
On Tue, 9 Jun 2009, Matthew Knepley wrote:
> In petscdmmod.F, I have
>
> module petscdadef
> use petscksp
> #include "finclude/petscda.h"
> #include "finclude/ftn-custom/petscdadef.h90"
> end module
>
> Why is KSP in there? This creates a circular dependence between libraries.
> Looks like
> it was introduced in 13712 (Satish). I am taking it out of mine and
> rebuilding.
>
> Matt
>
>
More information about the petsc-dev
mailing list