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...

On Tue, Jun 27, 2017 at 7:43 PM, Satish Balay <[email protected]> wrote:

> On Tue, 27 Jun 2017, Matthew Knepley wrote:
>
> > On Tue, Jun 27, 2017 at 6:24 PM, Matthew Knepley <[email protected]>
> wrote:
> >
> > > On Tue, Jun 27, 2017 at 6:22 PM, Mark Adams <[email protected]> wrote:
> > >
> > >> I looks like the target (runex56) for snes/ex56.c is not in the
> makefile.
> > >> Anyone know why that happened?
> > >>
> > >
> > > I took it out and converted all tests to the new format.
> > >
> >
> > cd $PETSC_DIR
> > make -f ./gmakefile test pysearch="snes_tutorials-runex56*"
>
> Or use echo_test to print the targets and then run the tests.
>
> balay@asterix /home/balay/petsc (master=)
> $ make -f gmakefile echo_test search=sys%ex1
> sys_tutorials-runex1 sys_tests-runex1
> balay@asterix /home/balay/petsc (master=)
> $ make -f gmakefile echo_test search=snes% searchin=ex56
> snes_tutorials-runex56_hypre snes_tutorials-runex56_ml
> snes_tutorials-runex56_0
> balay@asterix /home/balay/petsc (master=)
> $ make -f gmakefile snes_tutorials-runex56_0
> Use "/usr/bin/gmake V=1" to see verbose compile lines, "/usr/bin/gmake
> V=0" to suppress.
>      CLINKER arch-linux2-c-debug/tests/src/snes/examples/tutorials/ex56
>         TEST snes_tutorials-runex56_0
> ok snes_tutorials-ex56_0
> ok diff-snes_tutorials-ex56_0
> balay@asterix /home/balay/petsc (master=)
>
> Satish
>

Reply via email to