Skip to content

VecLoad: automatically determine whether file was written as i32 or i64

Jed Brown requested to merge jed/vecload-i32-i64 into main

We can now read vectors written as using either 32-bit or 64-bit indices, regardless of how PETSc was built.

The test uses a simple vector output file to datafiles, one written using i32 and one written using i64.

Merge request reports