Todd Munson wrote: > > If we can do qd_real, we could also try using the arprec package and get > arbitrary precision math. I might be interested in that as well...
That will not work and really can't be made to work because each term takes a different amount of space. The implementation holds a double* so memcpy only gives a shallow copy and the pointer is worthless after it's sent to a different process. It would be a lot of work to pack and unpack every value (and change the size of the buffers dynamically). Jed -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 261 bytes Desc: OpenPGP digital signature URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20091104/daa035e4/attachment.pgp>
