<a href="https://bitbucket.org/petsc/petsc-dev/commits/160bd758915b935d438182c2f407757baf57ec38">https://bitbucket.org/petsc/petsc-dev/commits/160bd758915b935d438182c2f407757baf57ec38</a><br><div class="gmail_extra"><br><br>
<div class="gmail_quote">On Sun, Dec 9, 2012 at 8:12 PM, Barry Smith <span dir="ltr"><<a href="mailto:bsmith@mcs.anl.gov" target="_blank">bsmith@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
   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.<br>

<br>
   Thanks<br>
    Barry<br>
<br>
<br>
/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<br>

ex11.c:11:2: error: #error This example requires ExodusII support. Reconfigure using --download-exodusii<br>
ex11.c: In function ‘main’:<br>
ex11.c:2191: warning: implicit declaration of function ‘ex_open’<br>
ex11.c:2191: error: ‘EX_READ’ undeclared (first use in this function)<br>
ex11.c:2191: error: (Each undeclared identifier is reported only once<br>
ex11.c:2191: error: for each function it appears in.)<br>
ex11.c:2195: warning: implicit declaration of function ‘ex_close’<br>
make[7]: [ex11.o] Error 1 (ignored)<br>
/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<br>

i686-apple-darwin11-llvm-gcc-4.2: ex11.o: No such file or directory<br>
make[7]: [ex11] Error 1 (ignored)<br>
/bin/rm -f ex11.o<br>
1,6d0<br>
< timestep 0: time 0, solution norm 1.9391<br>
< timestep 1: time 0.01, solution norm 1.16241<br>
< timestep 2: time 0.02, solution norm 0.828933<br>
< timestep 3: time 0.03, solution norm 0.648333<br>
< timestep 4: time 0.04, solution norm 0.528016<br>
< timestep 5: time 0.05, solution norm 0.437213<br>
/Users/barrysmith/Src/petsc-dev/src/ts/examples/tutorials<br>
<br>
<br>
<br>
  </blockquote></div><br></div>