Re: [petsc-dev] Dependence of build on test target broken

2019-07-13 Thread Jed Brown via petsc-dev
"Smith, Barry F. via petsc-dev" writes: > Satish, > > I am confused. I checked out the commit just before this commit and do > > $ touch src/mat/interface/matrix.c > $ make -j 12 -f gmakefile.test test globsearch="snes*tests*ex1*" Use "-f gmakefile" if you want to include library build

Re: [petsc-dev] Dependence of build on test target broken

2019-07-13 Thread Smith, Barry F. via petsc-dev
Satish, I am confused. I checked out the commit just before this commit and do $ touch src/mat/interface/matrix.c $ make -j 12 -f gmakefile.test test globsearch="snes*tests*ex1*" Use "/usr/bin/make V=1" to see verbose compile lines, "/usr/bin/make V=0" to suppress. CC

Re: [petsc-dev] Dependence of build on test target broken

2019-07-11 Thread Balay, Satish via petsc-dev
BTW: I think this commit also triggers the following error - but I haven't yet debugged this.. http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2019/07/10/examples_master_arch-osx-10.6-cxx-pkgs-opt_ipro.log Satish On Thu, 11 Jul 2019, Balay, Satish via petsc-dev wrote: > On Thu, 11 Jul

Re: [petsc-dev] Dependence of build on test target broken

2019-07-11 Thread Balay, Satish via petsc-dev
On Thu, 11 Jul 2019, Balay, Satish via petsc-dev wrote: > On Thu, 11 Jul 2019, Matthew Knepley via petsc-dev wrote: > > > After my latest pull of master, making the 'test' target no longer rebuilds > > the library. I have tested this on a few arches, and rebuilt. This is > > pretty inconvenient,

Re: [petsc-dev] Dependence of build on test target broken

2019-07-11 Thread Balay, Satish via petsc-dev
On Thu, 11 Jul 2019, Matthew Knepley via petsc-dev wrote: > After my latest pull of master, making the 'test' target no longer rebuilds > the library. I have tested this on a few arches, and rebuilt. This is > pretty inconvenient, but I do not know how to fix it. git bisect gives the following.