https://bitbucket.org/petsc/petsc-dev/commits/160bd758915b935d438182c2f407757baf57ec38
On Sun, Dec 9, 2012 at 8:12 PM, Barry Smith <bsmith at mcs.anl.gov> wrote: > > Since this example requires exodusii this example should not be listed > in the makefile under TESTEXAMPLES_C or friends, it should be listed under > TESTEXAMPLES_EXODUSII and then it will only get triggered when exodusii is > installed. Please fix whoever listed this wrong. > > Thanks > Barry > > > /Users/barrysmith/Src/petsc-dev/arch-gnu/bin/mpicc -o ex11.o -c -fPIC > -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -g3 > -fno-inline -O0 -fopenmp -I/Users/barrysmith/Src/petsc-dev/include > -I/Users/barrysmith/Src/petsc-dev/arch-gnu/include > -I/usr/local/include/libAfterImage/ -I/opt/X11/include > -I/Users/barrysmith/Src/ams-dev/include -I/opt/local/include > -D__INSDIR__=src/ts/examples/tutorials/ ex11.c > ex11.c:11:2: error: #error This example requires ExodusII support. > Reconfigure using --download-exodusii > ex11.c: In function ?main?: > ex11.c:2191: warning: implicit declaration of function ?ex_open? > ex11.c:2191: error: ?EX_READ? undeclared (first use in this function) > ex11.c:2191: error: (Each undeclared identifier is reported only once > ex11.c:2191: error: for each function it appears in.) > ex11.c:2195: warning: implicit declaration of function ?ex_close? > make[7]: [ex11.o] Error 1 (ignored) > /Users/barrysmith/Src/petsc-dev/arch-gnu/bin/mpicc -fopenmp > -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 -fPIC -Wall > -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -g3 -fno-inline > -O0 -fopenmp -o ex11 ex11.o > -L/Users/barrysmith/Src/petsc-dev/arch-gnu/lib > -L/Users/barrysmith/Src/petsc-dev/arch-gnu/lib -lpetsc -lcmumps -ldmumps > -lsmumps -lzmumps -lmumps_common -lpord -lscalapack -lblacs -lHYPRE > -L/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1/x86_64 > -L/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1/x86_64 > -L/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1 > -L/usr/llvm-gcc-4.2/lib/gcc > -L/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1 > -L/usr/llvm-gcc-4.2/lib > -L/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2/lib > -lmpichcxx -lstdc++ -lml -lmpichcxx -lstdc++ -lsuperlu_4.3 > -lsuperlu_dist_3.2 -llapack -lblas > -L/usr/local/include/libAfterImage/../../lib -lAfterImage -ltriangle > -L/opt/X11/lib -lX11 -L/Users/barrysmith/Src/ams-dev/lib -lamspub > -lparmetis -lmetis -lfftw3_mpi -lfftw3 -lptesmumps -lptscotch -lptscotcherr > -lpthread -lyaml -lmpichf90 -lgfortran > -L/usr/local/lib/gcc/x86_64-apple-darwin10.7.0/4.6.0 -L/usr/local/lib > -lgfortran -lgcc_ext.10.5 -lquadmath -lm -lm -lmpichcxx -lstdc++ -lm -lz > -lz -ldl -lpmpich -lmpich -lopa -lmpl -lSystem -ldl > i686-apple-darwin11-llvm-gcc-4.2: ex11.o: No such file or directory > make[7]: [ex11] Error 1 (ignored) > /bin/rm -f ex11.o > 1,6d0 > < timestep 0: time 0, solution norm 1.9391 > < timestep 1: time 0.01, solution norm 1.16241 > < timestep 2: time 0.02, solution norm 0.828933 > < timestep 3: time 0.03, solution norm 0.648333 > < timestep 4: time 0.04, solution norm 0.528016 > < timestep 5: time 0.05, solution norm 0.437213 > /Users/barrysmith/Src/petsc-dev/src/ts/examples/tutorials > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20121213/53e8554e/attachment.html>
