Hi,

Has anyone had experience running matplotlib in conjunction with 
mpi4py/mpich2 on Windows?

The following program hangs (python 2.4), even when running  with 
mpiexec -n 1 python <test.py>:

import pylab
from mpi4py import MPI

pylab.plot([1,2,3])
pylab.show()

but runs once the line pylab.show() is commented out. I haven't seen 
that behavior on Linux or Mac OS X. Thanks in advance for your help.

--Alex


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to