<div dir="ltr">Oh right I noticed the stuff at the bottom. It was nice being able to tell people to just copy the source file and makefile and run it...</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 27, 2017 at 7:43 PM, Satish Balay <span dir="ltr"><<a href="mailto:balay@mcs.anl.gov" target="_blank">balay@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"><span class="">On Tue, 27 Jun 2017, Matthew Knepley wrote:<br>
<br>
> On Tue, Jun 27, 2017 at 6:24 PM, Matthew Knepley <<a href="mailto:knepley@gmail.com">knepley@gmail.com</a>> wrote:<br>
><br>
> > On Tue, Jun 27, 2017 at 6:22 PM, Mark Adams <<a href="mailto:mfadams@lbl.gov">mfadams@lbl.gov</a>> wrote:<br>
> ><br>
> >> I looks like the target (runex56) for snes/ex56.c is not in the makefile.<br>
> >> Anyone know why that happened?<br>
> >><br>
> ><br>
> > I took it out and converted all tests to the new format.<br>
> ><br>
><br>
> cd $PETSC_DIR<br>
> make -f ./gmakefile test pysearch="snes_tutorials-<wbr>runex56*"<br>
<br>
</span>Or use echo_test to print the targets and then run the tests.<br>
<br>
balay@asterix /home/balay/petsc (master=)<br>
$ make -f gmakefile echo_test search=sys%ex1<br>
sys_tutorials-runex1 sys_tests-runex1<br>
balay@asterix /home/balay/petsc (master=)<br>
$ make -f gmakefile echo_test search=snes% searchin=ex56<br>
snes_tutorials-runex56_hypre snes_tutorials-runex56_ml snes_tutorials-runex56_0<br>
balay@asterix /home/balay/petsc (master=)<br>
$ make -f gmakefile snes_tutorials-runex56_0<br>
Use "/usr/bin/gmake V=1" to see verbose compile lines, "/usr/bin/gmake V=0" to suppress.<br>
     CLINKER arch-linux2-c-debug/tests/src/<wbr>snes/examples/tutorials/ex56<br>
        TEST snes_tutorials-runex56_0<br>
ok snes_tutorials-ex56_0<br>
ok diff-snes_tutorials-ex56_0<br>
balay@asterix /home/balay/petsc (master=)<br>
<span class="HOEnZb"><font color="#888888"><br>
Satish<br>
</font></span></blockquote></div><br></div>