Hi, I install petsc and make test, but there are some errors. I cannot find the solution in the troubleshooting.
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 Graphics example src/snes/examples/tutorials/ex19 run successfully with 1 MPI process --------------Error detected during compile or link!----------------------- See http://www.mcs.anl.gov/petsc/petsc-2/documentation/troubleshooting.html mpif77 -c -Wall -Wno-unused-variable -g -I/home/scratch/yixun/petsc-3.0.0-p3/linux-gnu-c-debug/include -I/home/scratch/yixun/petsc-3.0.0-p3/include -I/usr/include -o ex5f.o ex5f.F Warning: Nonconforming tab character in column 1 of line 899 Warning: Nonconforming tab character in column 1 of line 2818 Warning: Nonconforming tab character in column 1 of line 4373 Warning: Nonconforming tab character in column 1 of line 5927 Warning: Nonconforming tab character in column 1 of line 7520 mpif77 -Wall -Wno-unused-variable -g -o ex5f ex5f.o -Wl,-rpath,/home/scratch/yixun/petsc-3.0.0-p3/linux-gnu-c-debug/lib -L/home/scratch/yixun/petsc-3.0.0-p3/linux-gnu-c-debug/lib -lpetscsnes -lpetscksp -lpetscdm -lpetscmat -lpetscvec -lpetsc -lX11 -llapack -lblas -lm -L/usr/lib64 -L/usr/lib64/gcc/x86_64-suse-linux/4.2.1 -L/lib64 -L/usr/x86_64-suse-linux/lib -ldl -llammpio -llamf77mpi -lmpi -llam -lutil -lgcc_s -lpthread -lgfortranbegin -lgfortran -lm -lm -ldl -llammpio -llamf77mpi -lmpi -llam -lutil -lgcc_s -lpthread -ldl /bin/rm -f ex5f.o Fortran example src/snes/examples/tutorials/ex5f run successfully with 1 MPI process Completed test examples Thanks.
