On Jan 17, 2009, at 5:51 AM, [email protected] wrote: > BTW, if www.sagenb.org runs on a single PC with a quadcore, the > question still remains, is Sage multicore aware without dSage or are > you using dSage here?
Some of the underlaying components, like ATLAS, can be compiled to be multicore aware, but for the most part one uses DSage or pyprocessing to take advantage of this. There have been several threads on this in sage-devel and sage-support. The notebook itself, however, starts a separate sage instance per worksheet, so it can easily take advantage of multiple cores. I think the VMWare player only will give you two cores, no matter how many physical cores it has. - Robert --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en -~----------~----~----~----~------~----~------~--~---
