On Oct 5, 2010, at 11:12 AM, Jed Brown wrote: > On Tue, Oct 5, 2010 at 18:08, Matthew Knepley <knepley at gmail.com> wrote: > > It does not do Fortran modules correctly because right now I cannot handle > that level > of wrongness. > > Can I provide a Fortran compiler (needed to build third-party packages), but > disable building of Fortran modules? > > Jed
I don't immedately see that. It looks like (using the regular make system) that Fortran modules are built if PETSC_USING_F90 is set and that is set whenever BuildSystem decides that it is using a Fortran 90 compiler. Do you want a configure flag to turn off building them? If so is there a particular reason (including they are too hard to build?)? Barry
