Alister Maguire

Results 95 issues of Alister Maguire

On Debian Linux x86, the HDF5 Largefile test fails: 51. testsuite.at:276: testing largefile ..../testsuite.at:278: test "$STARGS" != DB_HDF5 && exit 77 || $VALGRIND largefilestderr:stdout:Creating file: 'largefile.silo'Iterations 0000 to 0099 of...

Randy Settgast requested this. We can shoehorn data into Silo by writing each of N related quadrature dofs (degrees of freedom) out using DBPutXxxvar. But, that creates problems downstream in...

The output below is from some example data from Katie Lewis. One file has 32 bit ints. The other 64 bit. It reports that the global_mesh_data arrays have different member...

Ubuntu uses /bin/dash in place of /bin/sh. But, most /bin/sh are really /bin/bash. Most of silo's tests that use scripts work fine on /bin/bash but may contain bashisms and other...

Brian Rujiuz and Matt O'Brian requested this. Currently, Silo places an upper limit on maximum number of concurrently opened files. That number is 256 and it is set at compile...

This is for two users; Al Nichols and Randy Settgast. It has to do with material (region) specific variables. That is, variables in Silo that exist on only some materials....

A user has Silo data in which he'd like to maintain multiple different indexing schemes; global nodes, domainlocal, material/chunklocal. These can be handled in Silo as mesh variables like any...

Informed from Silo's blockbased VFD that met with great success on Dawn, develop the equivalent, HDF5built-in VFD for HDF5. Some of the things silo's blockbased VFD does is to get...

HDF5 has an external test suite for testing HDF5 against various external software products. We'd like to get Silo added to HDF5's external test suite. Where are results from these...

We're including 'silo_exports.h' in score.h, a PDBLite source. I don't think we should do that. But, I think I am hung up on the name of the include file having...