swarm-support
[Top][All Lists]
Advanced

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

Re: Lisp Serialization: GZ support?


From: Marcus G. Daniels
Subject: Re: Lisp Serialization: GZ support?
Date: 18 Mar 2002 10:03:16 -0700
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.7

PJ> The hang-ups I've got with hdf5 output are
PJ> 1. Can't save dynamically allocated arrays of ints and doubles

Along the same lines of naming variables in a [obj lispOutDeep:
stream] methods, the method that you'd send to the hdf5Obj in a [obj
hdf5OutDeep: hdf5Obj] is -storeAsDataset:typeName:type:rank:dims:ptr:.

The first argument would be the ivar name, the second can be NULL,
the third would be fcall_type_double (in the case of a double floating
point variable), the fourth the number of dimensions in the array, the
fifth the size of each dimension, and the last the pointer to the
dynamically allocated array.

                  ==================================
   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]