> I'm interested. But in the practical application I've in mind, the data isn't
> there it is generated on the fly by sage itself. The problem it to gather
> information (eg: the size) on huge sets from combinatorics. Those sets are
> generated by a choice tree. The exploration of the various branches can
> obviously be made in parallel.

This would be a great use case, where you could shove the generated
data off to a distributed file system and do your calculations on it
via whatever parallelized work you wanted.

In this way the distributed fs becomes "just a disk" that is of
arbitrary size.

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to