On Tue, Feb 12, 2013 at 11:36 AM, Jed Brown <jedbrown at mcs.anl.gov> wrote:
> On Tue, Feb 12, 2013 at 10:31 AM, Matthew Knepley <knepley at > mcs.anl.gov>wrote: > >> On Tue, Feb 12, 2013 at 11:28 AM, Matthew Knepley <knepley at >> gmail.com>wrote: >> >>> src/sys/logging/stagelog.c??? >>> >>> This is the same name modulo capitalization as >>> >>> src/sys/logging/utils/stageLog.c >>> >> > I'll move it, but can we also downcase those file names? Aren't all source > files supposed to be lowercase? > Yes, we should have remembered to do it when we moved them but I was not paying attention. Matt > $ git ls-files 'src/*.[ch]' |grep [A-Z] > > src/benchmarks/Index.c > src/benchmarks/MPI_Wtime.c > src/benchmarks/PLogEvent.c > src/benchmarks/PetscGetCPUTime.c > src/benchmarks/PetscGetTime.c > src/benchmarks/PetscMalloc.c > src/benchmarks/PetscMemcmp.c > src/benchmarks/PetscMemcpy.c > src/benchmarks/PetscMemzero.c > src/benchmarks/PetscTime.c > src/benchmarks/PetscVecNorm.c > src/benchmarks/streams/BasicVersion.c > src/benchmarks/streams/BasicVersionNoMPI.c > src/benchmarks/streams/OpenMPVersion.c > src/benchmarks/streams/PthreadVersion.c > src/benchmarks/streams/SSEVersion.c > src/dm/impls/da/utils/binaryMatlab.c > src/dm/impls/mesh/examples/tests/TestMeshExodus.c > src/dm/impls/mesh/examples/tutorials/Coarsener.h > src/dm/impls/mesh/examples/tutorials/Hierarchy.h > src/ksp/ksp/examples/tutorials/ex43-solCx.h > src/ksp/ksp/impls/gmres/agmres/agmresDeflation.c > src/ksp/ksp/impls/gmres/agmres/agmresLeja.c > src/ksp/ksp/impls/python/pythonK.c > src/ksp/pc/impls/python/pythonP.c > src/snes/examples/tutorials/ex633D_DB.c > src/snes/examples/tutorials/ex653D.c > src/sys/logging/utils/classLog.c > src/sys/logging/utils/eventLog.c > src/sys/logging/utils/stageLog.c > src/sys/shell/examples/tests/testcomponentsI.c > src/sys/shell/examples/tests/testcomponentsII.c > > > >> >>> Matt >>> >>> -- >>> What most experimenters take for granted before they begin their >>> experiments is infinitely more interesting than any results to which their >>> experiments lead. >>> -- Norbert Wiener >>> >>> -- >>> What most experimenters take for granted before they begin their >>> experiments is infinitely more interesting than any results to which their >>> experiments lead. >>> -- Norbert Wiener >>> >> > -- What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead. -- Norbert Wiener -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20130212/5946056e/attachment.html>
