My fault. Will fix. > On Apr 6, 2016, at 9:00 AM, PETSc checkBuilds <[email protected]> > 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/943ccf5 > Vec IO: support large file sizes using local displacement > > src/vec/vec/impls/mpi/pdvec.c:424 > > [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2016/04/06/build_next_arch-viennacl_es.log] > /scratch/petsc/petsc.clone-4/src/vec/vec/impls/mpi/pdvec.c:424:10: > warning: 'n' may be used uninitialized in this function [-Wuninitialized] > > [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2016/04/06/build_next_arch-linux-pkgs-valgrind_grind.log] > /sandbox/petsc/petsc.clone/src/vec/vec/impls/mpi/pdvec.c:424:10: > warning: 'n' may be used uninitialized in this function > [-Wmaybe-uninitialized] > > [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2016/04/06/build_next_arch-mswin_ps3.log] > C:\cygwin\home\sbalay\PETSC~1.CLO\src\vec\vec\impls\mpi\pdvec.c(424) : > warning C4700: local variable 'n' used without having been initialized > > src/vec/vec/impls/mpi/pdvec.c:429 > > [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2016/04/06/build_next_arch-linux-pkgs-latest_cg.log] > /sandbox/petsc/petsc.clone-4/src/vec/vec/impls/mpi/pdvec.c:429:10: > warning: 'n' may be used uninitialized in this function > [-Wmaybe-uninitialized] > > ---- > To opt-out from receiving these messages - send a request to > [email protected].
