PETSc blame digest (next) 2017-11-30
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/0298fd7 removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran src/snes/examples/tutorials/ex19.c:159 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex19.c:159: undefined reference to `SNESSolve' src/snes/examples/tutorials/ex19.c:212 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex19.c:212: undefined reference to `DMDAGetCorners' ---- warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/17be270 *** empty log message *** src/snes/examples/tutorials/ex5f.F90:482 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex5f.F90:482: undefined reference to `matassemblyend_' src/snes/examples/tutorials/ex5f.F90:483 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex5f.F90:483: undefined reference to `matnotequal_' ---- warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/1b266c9 Updated and simplified Fortran interface src/snes/examples/tutorials/ex5f.F90:151 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex5f.F90:151: undefined reference to `dmdasnessetjacobianlocal_' src/snes/examples/tutorials/ex5f.F90:152 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex5f.F90:152: undefined reference to `snessetdm_' src/snes/examples/tutorials/ex5f.F90:172 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex5f.F90:172: undefined reference to `snesgetiterationnumber_' ---- warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/1c3fb10 added DMCreateDecomposition_DA() now snes examples tutorials ex50 runs for simple fieldsplit with same numerics as old DMMG code. src/snes/examples/tutorials/ex19.c:133 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex19.c:133: undefined reference to `DMDASetFieldName' src/snes/examples/tutorials/ex19.c:134 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex19.c:134: undefined reference to `DMDASetFieldName' ---- warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/23ee163 KSPSetOperators() no longer has the MatStructure argument. The Mat objects now track that information themselves. Use KPS/PCSetReusePreconditioner() to prevent the recomputation of the preconditioner if the operator changed in the way that SAME_PRECONDITIONER did with KSPSetOperators() tutorials/python/ex1.c:38 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/tutorials/python/ex1.c:38: undefined reference to `KSPSetOperators' ---- warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/2a7a696 MatGetVecs() and KSPGetVecs() replaced with MatCreateVecs() and KSPCreateVecs() tutorials/python/ex1.c:27 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/tutorials/python/ex1.c:27: undefined reference to `MatCreateVecs' ---- warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/3c4aec1 changed examples to pass pointer to destroy function src/snes/examples/tutorials/ex19.c:177 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex19.c:177: undefined reference to `SNESDestroy' ---- warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/564755c update DACreateGlobal/LocalVector() for DM style src/snes/examples/tutorials/ex19.c:156 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex19.c:156: undefined reference to `DMCreateGlobalVector' src/snes/examples/tutorials/ex5f.F90:127 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex5f.F90:127: undefined reference to `dmdagetinfo_' ---- warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/5edff71 Added VecLockPush/Pop() around SNES callbacks etc src/snes/examples/tutorials/ex19.c:421 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex19.c:421: undefined reference to `DMDAVecGetArrayRead' src/snes/examples/tutorials/ex19.c:635 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex19.c:635: undefined reference to `DMDAVecRestoreArrayRead' ---- warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/656b349 added counter to dm object about how it was obtained by coarsening or refining src/snes/examples/tutorials/ex5f.F90:160 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex5f.F90:160: undefined reference to `snessetfromoptions_' ---- warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/7623563 *** empty log message *** src/snes/examples/tutorials/ex5f.F90:129 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex5f.F90:129: undefined reference to `dmdagetcorners_' ---- warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/897f706 Removed DMSetFromOptions() and DMSetUp() from DMDACreateNd() src/snes/examples/tutorials/ex19.c:114 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex19.c:114: undefined reference to `DMDACreate2d' src/snes/examples/tutorials/ex19.c:115 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex19.c:115: undefined reference to `DMSetFromOptions' src/snes/examples/tutorials/ex19.c:116 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex19.c:116: undefined reference to `DMSetUp' src/snes/examples/tutorials/ex5f.F90:112 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex5f.F90:112: undefined reference to `dmsetup_' src/snes/examples/tutorials/ex5f.F90:117 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex5f.F90:117: undefined reference to `dmcreateglobalvector_' ---- warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/98272f3 added SNESView for ngs, added options database to ngs manual page, removed dead routine src/snes/examples/tutorials/ex19.c:120 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex19.c:120: undefined reference to `DMDAGetInfo' ---- warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/9a42bb2 partial conversion of DA to new DM syntax and style src/snes/examples/tutorials/ex5f.F90:462 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex5f.F90:462: undefined reference to `matsetvalueslocal1n_' ---- warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/9b514a5 upated ex19.c to use DMDASNESSetFunctionLocal() src/snes/examples/tutorials/ex19.c:148 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex19.c:148: undefined reference to `DMDASNESSetFunctionLocal' ---- warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/a217b58 removed the last of the usage of DMDASetLocalFunction() in examples src/snes/examples/tutorials/ex5f.F90:485 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex5f.F90:485: undefined reference to `matassemblyend_' src/snes/examples/tutorials/ex5f.F90:97 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex5f.F90:97: undefined reference to `snescreate_' ---- warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/a8d2bbe commited -objects_dump and updated all examples to use PetscFunctionBeginUser; src/snes/examples/tutorials/ex19.c:176 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex19.c:176: undefined reference to `DMDestroy' ---- warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/aa21920 finished transistion of DAXXX to DMDAXXXX src/snes/examples/tutorials/ex19.c:135 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex19.c:135: undefined reference to `DMDASetFieldName' src/snes/examples/tutorials/ex19.c:136 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex19.c:136: undefined reference to `DMDASetFieldName' src/snes/examples/tutorials/ex19.c:221 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex19.c:221: undefined reference to `DMDAVecGetArray' src/snes/examples/tutorials/ex19.c:239 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex19.c:239: undefined reference to `DMDAVecRestoreArray' src/snes/examples/tutorials/ex5f.F90:111 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex5f.F90:111: undefined reference to `dmsetfromoptions_' ---- warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/be95d8f introduced nonlinear solver HTML table src/snes/examples/tutorials/ex19.c:118 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex19.c:118: undefined reference to `SNESSetNGS' src/snes/examples/tutorials/ex19.c:401 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex19.c:401: undefined reference to `SNESNGSGetTolerances' src/snes/examples/tutorials/ex19.c:402 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex19.c:402: undefined reference to `SNESNGSGetSweeps' ---- warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/e0f5d30 added -da_refine allowing mimicing -dmmg_nlevels without DMMG src/snes/examples/tutorials/ex19.c:147 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex19.c:147: undefined reference to `DMSetApplicationContext' ---- warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/ef8dffc minor use of dm with snes for testing src/snes/examples/tutorials/ex19.c:117 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex19.c:117: undefined reference to `SNESSetDM' src/snes/examples/tutorials/ex19.c:149 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex19.c:149: undefined reference to `SNESSetFromOptions' src/snes/examples/tutorials/ex19.c:161 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex19.c:161: undefined reference to `SNESGetIterationNumber' ---- warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/f6dd087 Need extra layer of petscmatdefdummy module to properly define matnotequal() function src/snes/examples/tutorials/ex5f.F90:484 [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/11/30/build_next_a...] /home/sandbox/petsc/petsc.clone-3/src/snes/examples/tutorials/ex5f.F90:484: undefined reference to `matassemblybegin_' ---- To opt-out from receiving these messages - send a request to [email protected].
participants (1)
-
PETSc checkBuilds