[petsc-users] SNESSetConvergenceTest

Jed Brown jed at jedbrown.org
Tue Feb 25 21:00:36 CST 2014


Dharmendar Reddy <dharmareddy84 at gmail.com> writes:
> solver.F90 is a standalone test case. Which fortran compiler are you
> using ? The code requires Fortran 2003 complaint compiler. I use ifort
> 13.1.0. It may require gfortran > 4.7.

gfortran-4.8.2

/opt/mpich/bin/mpif90 -std=f2003 Solver.F90 -I$PETSC_DIR/include -I$PETSC_DIR/$PETSC_ARCH/include -L$PETSC_DIR/$PETSC_ARCH/lib -Wl,-rpath=$PETSC_DIR/$PETSC_ARCH/lib -lpetscts -lpetscsnes -lpetscksp -lpetscdm -lpetscmat -lpetscvec -lpetscsys
Solver.F90:4.32:

  integer,parameter :: DP=REAL64 !kind(1.0D0)
                                1
Error: Symbol 'real64' at (1) has no IMPLICIT type
Solver.F90:5.32:

  integer,parameter :: SP=REAL32 !kind(1.0E0)
                                1
Error: Symbol 'real32' at (1) has no IMPLICIT type
Solver.F90:6.28:

  integer,parameter :: WP=DP
                            1
Error: Symbol 'dp' at (1) has no IMPLICIT type
Solver.F90:10.6:

  use precision_m
      1
Fatal Error: Can't open module file 'precision_m.mod' for reading at (1): No such file or directory
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20140225/a773e9e9/attachment.pgp>


More information about the petsc-users mailing list