a library from LLNL for reading and writing scientific data to binary, disk files
Questions tagged [silo]
4 questions
2
votes
2 answers
Compound datatypes with h5py: datatype inside an attribute
I'm using Silo with HDF5, and I'm having trouble accessing some of the metadata with h5py. It spits out some rather unusual HDF5 structuring, where it puts a DATATYPE inside a DATATYPE. Here's an excerpt of the output from h5dump:
DATATYPE "sigma_t"…

Seth Johnson
- 14,762
- 6
- 59
- 85
1
vote
0 answers
What is "silo dependency"?
When I learn about RabbitMQ's history, I noticed this statement in one of their articles:
... the reduction of change and maintenance costs through the separation of integration concerns, removal of silo dependency, and freedom from language and…

DGideas
- 57
- 2
- 6
0
votes
1 answer
g++ static linking problems with silo library
I have some sample code that uses the silo library:
#include
#include
int main(int argc, char *argv[])
{
DBfile *dbfile = NULL;
/* Open the Silo file */
dbfile = DBCreate("basic.silo" , DB_CLOBBER,…

RNs_Ghost
- 1,687
- 5
- 25
- 39
-1
votes
3 answers
Multiple products supported by small development team
I manage a team with seven developers with more than ten products and 20 integrations between products. I took over the team a year ago, and we have worked hard to spread knowledge across the team. A year ago, every developer was basically a silo…

Henrik Riis
- 9
- 1