petsc-3.1 is more than two years old. The latest release is 3.2. These are warnings in fortran. You can ignore. Hong
On Fri, Oct 28, 2011 at 5:46 AM, Kyunghoon Lee <aeronova.mailing at gmail.com> wrote: > Hi all, > > I have configured petsc-3.1-p8 with the following options on my Mac OS X > 10.6.8 (primarily to support complex variables): > > ./configure > --prefix=/Users/aeronova/Development/local/lib64/petsc/petsc-3.1-p8 > --download-mpich=1 --download-blacs=1 --download-parmetis=1 > --download-scalapack=1 --download-mumps=1 --download-umfpack=1 > --with-scalar-type=complex --with-clanguage=C++ > > At the test stage, I got the following error --- it seems to have something > to do with FORTRAN, although I do not need FORTRAN support.? I'd appreciate > if someone could help me with this error. > > Regards, > K. Lee. > > > $ make PETSC_DIR=/Users/aeronova/Development/local/lib64/petsc/petsc-3.1-p8 > test > Running test examples to verify correct installation > C/C++ example src/snes/examples/tutorials/ex19 run successfully with 1 MPI > process > C/C++ example src/snes/examples/tutorials/ex19 run successfully with 2 MPI > processes > --------------Error detected during compile or link!----------------------- > See http://www.mcs.anl.gov/petsc/petsc-2/documentation/troubleshooting.html > /Users/aeronova/Development/local/lib64/petsc/petsc-3.1-p8/bin/mpif90 -c > -Wall -Wno-unused-variable -g > -I/Users/aeronova/Development/local/lib64/petsc/petsc-3.1-p8/include > -I/Users/aeronova/Development/local/lib64/petsc/petsc-3.1-p8/include > -I/Users/aeronova/Development/local/lib64/petsc/petsc-3.1-p8/include > -I/Users/aeronova/Development/local/lib64/petsc/petsc-3.1-p8/include > -I/Users/aeronova/Development/local/lib64/petsc/petsc-3.1-p8/include??? -o > ex5f.o ex5f.F > Warning (115): Line 92 of ex5f.F is being truncated > Warning (115): Line 113 of ex5f.F is being truncated > Warning (115): Line 114 of ex5f.F is being truncated > Warning (115): Line 113 of ex5f.F is being truncated > Warning (115): Line 114 of ex5f.F is being truncated > Warning (115): Line 125 of ex5f.F is being truncated > Warning (115): Line 126 of ex5f.F is being truncated > Warning (115): Line 127 of ex5f.F is being truncated > Warning (115): Line 128 of ex5f.F is being truncated > Warning (115): Line 125 of ex5f.F is being truncated > Warning (115): Line 126 of ex5f.F is being truncated > Warning (115): Line 127 of ex5f.F is being truncated > Warning (115): Line 128 of ex5f.F is being truncated > Warning (115): Line 130 of ex5f.F is being truncated > Warning (115): Line 132 of ex5f.F is being truncated > Warning (115): Line 188 of ex5f.F is being truncated > Warning (115): Line 344 of ex5f.F is being truncated > Warning (115): Line 348 of ex5f.F is being truncated > Warning (115): Line 412 of ex5f.F is being truncated > Warning (115): Line 417 of ex5f.F is being truncated > Warning (115): Line 517 of ex5f.F is being truncated > Warning (115): Line 522 of ex5f.F is being truncated > Warning (115): Line 528 of ex5f.F is being truncated > Warning (115): Line 537 of ex5f.F is being truncated > /Users/aeronova/Development/local/lib64/petsc/petsc-3.1-p8/bin/mpif90 > -Wl,-multiply_defined,suppress -Wl,-multiply_defined -Wl,suppress > -Wl,-commons,use_dylibs -Wl,-search_paths_first > -Wl,-multiply_defined,suppress -Wl,-multiply_defined -Wl,suppress > -Wl,-commons,use_dylibs -Wl,-search_paths_first?? -Wall -Wno-unused-variable > -g? -o ex5f ex5f.o > -L/Users/aeronova/Development/local/lib64/petsc/petsc-3.1-p8/lib > -L/Users/aeronova/Development/local/lib64/petsc/petsc-3.1-p8/lib -lpetsc > -L/usr/X11R6/lib -lX11 > -L/Users/aeronova/Development/local/lib64/petsc/petsc-3.1-p8/lib -lcmumps > -ldmumps -lsmumps -lzmumps -lmumps_common -lpord -lscalapack -lblacs > -lparmetis -lmetis -lumfpack -lamd -llapack -lblas > -L/Users/aeronova/Development/local/lib64/petsc/petsc-3.1-p8/lib > -L/usr/lib/gcc/i686-apple-darwin10/4.2.1/x86_64 > -L/usr/lib/i686-apple-darwin10/4.2.1 > -L/usr/lib/gcc/i686-apple-darwin10/4.2.1 -ldl -lpmpich -lmpich -lSystem > -lmpichf90 -lf95 -lm -L/opt/local/lib/g95/x86_64-apple-darwin10/4.2.4 > -L/usr/lib/gcc -lm -lmpichcxx -lstdc++ -lmpichcxx -lstdc++ -ldl -lpmpich > -lmpich -lSystem -ldl > /bin/rm -f ex5f.o > Fortran example src/snes/examples/tutorials/ex5f run successfully with 1 MPI > process > Completed test examples > >
