Hi, Just to verify that my understanding is correct: If I actually want to do MPI-based parallel programs from the notebook I would need to use the new ipython parallel infrastructure. One can install mpi4py into sage and run SIMD programs from the commandline as e.g. 'mpiexec -np 8 sage my_mpi_program.py' and likewise run mpiexec from the notebook using tools from the os module (os.system, etc.), but there is no framework in sage besides ipython for working directly with outside mpi tasks.
Thanks, Chris -- 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