[petsc-users] Problems with last PETSC-3.2 release on Windows

Matthew Knepley knepley at gmail.com
Thu Sep 15 07:54:55 CDT 2011


On Thu, Sep 15, 2011 at 2:49 AM, Alexander Grayver
<agrayver at gfz-potsdam.de>wrote:

> Hello,
>
> I hope you are having nice day!
>
> I have been using petsc-3.1-p7 under windows for 6 months and now decided
> to get new version. I used my old configure line which was successful for
> petsc-3.1:
>
> ./config/configure.py --PETSC_DIR=/cygdrive/d/dev/**petsc-3.2-p1
> --with-petsc-arch=cygwin-cxx-**debug-fortran --with-fortran-interfaces=1
> --with-cc='win32fe cl' --with-fc='win32fe ifort'  --with-cxx='win32fe cl'
> --with-windows-graphics=0 --download-f-blas-lapack=1 --with-precision=double
> --with-scalar-type=complex --with-clanguage=cxx
> --with-mpi-include="/cygdrive/**d/Dev/HPC_2008_SDK/Include"
> --with-mpi-lib=["/cygdrive/d/**Dev/HPC_2008_SDK/Lib/amd64/**
> msmpi.lib","/cygdrive/d/Dev/**HPC_2008_SDK/Lib/amd64/**msmpifec.lib"]
> --useThreads=0
>
> But unfortunately it doesn't work properly anymore, even though my
> development environment has not been changed. The error is:
>
> ****************************************************************
> *******************
>         UNABLE to CONFIGURE with GIVEN OPTIONS    (see configure.log for
> details):
> ------------------------------**------------------------------**
> -------------------
> Cannot determine Fortran module include flag
>
> Please find configure.log attached.
>

The problem here is that your Fortran compiler reports that is supports F90,
but cannot
locate modules using an include path. This will make parts of the PETSc
build fail. Do you
know what flag it uses? I try -I, -p, and -M.

  Thanks,

     Matt


> Regards,
> Alexander

-- 
What most experimenters take for granted before they begin their experiments
is infinitely more interesting than any results to which their experiments
lead.
-- Norbert Wiener
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20110915/6615d0ea/attachment.htm>


More information about the petsc-users mailing list