Re: [petsc-dev] [petsc-checkbuilds] PETSc blame digest (next) 2016-06-24
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? 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] 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_a...] /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_a...] /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_a...] /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_a...] /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_a...] /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_a...] /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_a...] /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_a...] /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].
participants (1)
-
Satish Balay