On Friday, 24 June 2016, Satish Balay <[email protected]> wrote: > for (p=0; p<n_bbox_recv; p++) { > printf("[rank %d]: box from %d : > range[%+1.4e,%+1.4e]x[%+1.4e,%+1.4e]\n",rank,recv_bbox[p].owner_rank, > > > recv_bbox[p].min[0],recv_bbox[p].max[0],recv_bbox[p].min[1],recv_bbox[p].max[1]); > } > > > Is this printf for debugging purposes - and perhaps should be removed?
Yeah - absolutely. I've been moving house(s) the last days and have been unable to clean up all the annoying business like this. Matt unexpectedly / abruptly merged my stuff without warning me :D I'll take care of it tonight. Cheers, Dave > > Satish > > On Fri, 24 Jun 2016, PETSc checkBuilds wrote: > > > > > > > Dear PETSc developer, > > > > This email contains listings of contributions attributed to you by > > `git blame` that caused compiler errors or warnings in PETSc automated > > testing. Follow the links to see the full log files. Please attempt to > fix > > the issues promptly or let us know at [email protected] > <javascript:;> if you are unable > > to resolve the issues. > > > > Thanks, > > The PETSc development team > > > > ---- > > > > warnings attributed to commit > https://bitbucket.org/petsc/petsc/commits/b16650c > > DMSwarm collect: > > > > src/dm/impls/swarm/swarm_migrate.c:481 > > [ > http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2016/06/24/build_next_arch-linux-opt-cxx-quad_grind.log > ] > > > /sandbox/petsc/petsc.clone-3/src/dm/impls/swarm/swarm_migrate.c:481:91: > warning: format '%e' expects argument of type 'double', but argument 7 has > type 'PetscReal {aka __float128}' [-Wformat=] > > [ > http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2016/06/24/build_next_arch-linux-dbg-quad_churn.log > ] > > > /sandbox/petsc/petsc.clone-3/src/dm/impls/swarm/swarm_migrate.c:481:12: > warning: format '%e' expects argument of type 'double', but argument 5 has > type 'PetscReal' [-Wformat=] > > [ > http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2016/06/24/build_next_arch-linux-opt-cxx-quad_grind.log > ] > > > /sandbox/petsc/petsc.clone-3/src/dm/impls/swarm/swarm_migrate.c:481:91: > warning: format '%e' expects argument of type 'double', but argument 5 has > type 'PetscReal {aka __float128}' [-Wformat=] > > [ > http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2016/06/24/build_next_arch-linux-opt-cxx-quad_grind.log > ] > > > /sandbox/petsc/petsc.clone-3/src/dm/impls/swarm/swarm_migrate.c:481:91: > warning: format '%e' expects argument of type 'double', but argument 4 has > type 'PetscReal {aka __float128}' [-Wformat=] > > [ > http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2016/06/24/build_next_arch-linux-dbg-quad_churn.log > ] > > > /sandbox/petsc/petsc.clone-3/src/dm/impls/swarm/swarm_migrate.c:481:12: > warning: format '%e' expects argument of type 'double', but argument 7 has > type 'PetscReal' [-Wformat=] > > [ > http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2016/06/24/build_next_arch-linux-opt-cxx-quad_grind.log > ] > > > /sandbox/petsc/petsc.clone-3/src/dm/impls/swarm/swarm_migrate.c:481:91: > warning: format '%e' expects argument of type 'double', but argument 6 has > type 'PetscReal {aka __float128}' [-Wformat=] > > [ > http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2016/06/24/build_next_arch-linux-dbg-quad_churn.log > ] > > > /sandbox/petsc/petsc.clone-3/src/dm/impls/swarm/swarm_migrate.c:481:12: > warning: format '%e' expects argument of type 'double', but argument 4 has > type 'PetscReal' [-Wformat=] > > [ > http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2016/06/24/build_next_arch-linux-dbg-quad_churn.log > ] > > > /sandbox/petsc/petsc.clone-3/src/dm/impls/swarm/swarm_migrate.c:481:12: > warning: format '%e' expects argument of type 'double', but argument 6 has > type 'PetscReal' [-Wformat=] > > > > ---- > > To opt-out from receiving these messages - send a request to > [email protected] <javascript:;>. > > > >
