Silo
Silo copied to clipboard
Mesh and Field I/O Library and Scientific Database
This adds the quadratic elements ids for Silo. Next step shall be to make them properly readable in VisIt Silo plugin. Further step shall be to take a decision about...
Hi, I am doing something crazy and compiling silo with the latest GCC 14, however, neither silo 4.10.2 nor 4.11 was compiled. I tried many different hdf5 versions but not...
In the python interface, `DBGetToc()` returns a `toc` object that that object is useless except to print. A program needs to be able to iterate over it, introspect it, etc.
With GCC 14, which makes implicit function declarations an error by default: ``` TestReadMask.c: In function ‘ElapsedTime’: TestReadMask.c:746:15: error: implicit declaration of function ‘difftime’ [-Wimplicit-function-declaration] 746 | ms = (int)difftime(end_time.tv_sec,...
Hello, Thank you for providing the Silo library. I have issue to build the release 4.11 of Silo with hdf5 capabilities when hdf5 is built in Debug mode using CMake:...
The header 'regex.h' doesn't exist on Windows (at least with MSVC). I can comment out the inclusion of the header and the file compiles on Windows with MSVC. Is the...
Overwrites of objects in Silo files have always been a bit iffy/kludgey. On the PDB driver, they work as long as what is overwritten as no bigger than what is...
I tested this in a hacked version of Silo but discovered that if we use COMPACT storage mode for a lot of the smaller datasets a silo application generates, we...
cqid: VisIt00008819cqsubmitter: Mark Millercqsubmitdate: 12/01/08 We need to make sure Silo will handle DB_INTEGER data that is 64 bit integers. More precisely, if sizeof(int) returns 8, we need to make...
HDF5 library maintains caching layer above the VFDs. If the VFD is a memory based file, caching is a useless waste of memory. Silo lib should be sure to turn...