Hi all,<br><br>I have configured petsc-3.1-p8 with the following options on my Mac OS X 10.6.8 (primarily to support complex variables):<br><br>./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++<br>
<br>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&#39;d appreciate if someone could help me with this error.<br><br>Regards,<br>
K. Lee.<br>
<br><br>$ make PETSC_DIR=/Users/aeronova/Development/local/lib64/petsc/petsc-3.1-p8 test<br>Running test examples to verify correct installation<br>C/C++ example src/snes/examples/tutorials/ex19 run successfully with 1 MPI process<br>
C/C++ example src/snes/examples/tutorials/ex19 run successfully with 2 MPI processes<br>--------------Error detected during compile or link!-----------------------<br>See <a href="http://www.mcs.anl.gov/petsc/petsc-2/documentation/troubleshooting.html">http://www.mcs.anl.gov/petsc/petsc-2/documentation/troubleshooting.html</a><br>
/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<br>
Warning (115): Line 92 of ex5f.F is being truncated<br>Warning (115): Line 113 of ex5f.F is being truncated<br>Warning (115): Line 114 of ex5f.F is being truncated<br>Warning (115): Line 113 of ex5f.F is being truncated<br>
Warning (115): Line 114 of ex5f.F is being truncated<br>Warning (115): Line 125 of ex5f.F is being truncated<br>Warning (115): Line 126 of ex5f.F is being truncated<br>Warning (115): Line 127 of ex5f.F is being truncated<br>
Warning (115): Line 128 of ex5f.F is being truncated<br>Warning (115): Line 125 of ex5f.F is being truncated<br>Warning (115): Line 126 of ex5f.F is being truncated<br>Warning (115): Line 127 of ex5f.F is being truncated<br>
Warning (115): Line 128 of ex5f.F is being truncated<br>Warning (115): Line 130 of ex5f.F is being truncated<br>Warning (115): Line 132 of ex5f.F is being truncated<br>Warning (115): Line 188 of ex5f.F is being truncated<br>
Warning (115): Line 344 of ex5f.F is being truncated<br>Warning (115): Line 348 of ex5f.F is being truncated<br>Warning (115): Line 412 of ex5f.F is being truncated<br>Warning (115): Line 417 of ex5f.F is being truncated<br>
Warning (115): Line 517 of ex5f.F is being truncated<br>Warning (115): Line 522 of ex5f.F is being truncated<br>Warning (115): Line 528 of ex5f.F is being truncated<br>Warning (115): Line 537 of ex5f.F is being truncated<br>
/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 <br>
/bin/rm -f ex5f.o<br>Fortran example src/snes/examples/tutorials/ex5f run successfully with 1 MPI process<br>Completed test examples<br><br>