Hi, I think this thread properly belongs to sage-support, rather than sage-edu.
On Mon, Feb 1, 2010 at 12:53 PM, <calcp...@aol.com> wrote: > Just wondering is the dSage project has been deprecated? As of Sage 4.3.1, the dsage module is no longer part of the standard spkg repository. See sage-devel [1] for the decision and vote to remove dsage. > I do see it listed here: http://www.sagemath.org/tour-research.html That research tour page has been updated accordingly. Your attention to details is greatly appreciated. > I'm curious if anyone is using SAGE for parallel processing and how? I'm a happy user of Parallel Python or pp [2]. To use pp from within Sage, you download the source tarball of pp, uncompress it, cd to its top-level directory and install pp using the command /path/to/sage-x.y.z/sage -python setup.py install This assumes that you already have a working Sage installation. The examples page [3] of the pp website has many examples on using pp. You might also want to use pp in a Python script that makes use of Sage functionalities. In that case, see this site [4] for more information. [1] http://groups.google.com/group/sage-devel/browse_thread/thread/8e36c5734cc5d8f4 [2] http://www.parallelpython.com [3] http://www.parallelpython.com/content/view/17/31 [4] http://mvngu.wordpress.com/2009/10/08/how-to-use-sage-as-a-python-library -- Regards Minh Van Nguyen -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org