1 | initial version |
Right now https://cloud.sagemath.com provides a single computer with 8 cores. From within a worksheet, you can use the @parallel decorator to run 8 computations at once (type parallel? for docs).
Depending on what you're simulating, you might benefit a lot from writing Cython code (included in cloud.sagemath), using numpy/scipy (which is in Sage), etc.