[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: .info files




PETSc binary viewers put some additional information into .info files like matrix block size; it is harmless
but if you really don't like it you can use -viewer_binary_skip_info or PetscViewerBinarySkipInfo()
note you need to call PetscViewerBinarySkipInfo() before PetscViewerFileSetName(). In other words you
cannot use PetscViewerBinaryOpen() directly.


   Barry

On Mar 7, 2008, at 12:21 PM, Gideon Simpson wrote:

When I dump some matrices and vectors to binary, I seem to be generating some empty files with .info extensions. What's the deal with tehse?

-gideon