[petsc-dev] snes/ex56 target is gone

Satish Balay balay at mcs.anl.gov
Tue Jun 27 18:43:58 CDT 2017


On Tue, 27 Jun 2017, Matthew Knepley wrote:

> On Tue, Jun 27, 2017 at 6:24 PM, Matthew Knepley <knepley at gmail.com> wrote:
> 
> > On Tue, Jun 27, 2017 at 6:22 PM, Mark Adams <mfadams at lbl.gov> 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 at asterix /home/balay/petsc (master=)
$ make -f gmakefile echo_test search=sys%ex1
sys_tutorials-runex1 sys_tests-runex1
balay at 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 at 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 at asterix /home/balay/petsc (master=)

Satish



More information about the petsc-dev mailing list