swarm-support
[Top][All Lists]
Advanced

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

Re: swarm rpm for RH7.1


From: Marcus G. Daniels
Subject: Re: swarm rpm for RH7.1
Date: 13 Jun 2001 17:32:34 -0600
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.7

>>>>> "MA" == Myriam Abramson <address@hidden> writes:

MA> What does hdf5 do?

The HDF5 support in Swarm is a way to load and save the state of a
simulation.  It can efficiently preserve a hierarchy of agents, and
can be used to store data streams from agents to disk.  HDF5 is library
independent of Swarm that works with other packages, such a statistical
software like R (http://www.r-project.org).  It has benefits over text files
such as:

  1) random access to data

  2) Data streams can be compressed incrementally. 

  3) precise typing -- the exact floating point representation is tagged in
     a HDF5 file.  E.g. if you read and write the textual representation of
     a number, you can get slightly different results across machines

  4) Fast loading and saving of data in native form.  On a system where
     you create and consume the files, there are no conversions needed,
     you just read in the binary data.
     Conversions are done on demand when there are endian differences.   

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]