Re: [Numpy-discussion] Numpy multiple instances

2013-01-28 Thread santhu kumar
Please ignore the previous message. I have done some testing and found it to be running on a client node instead of the master node. The problem might be because node2, does not have numpy installed. Thanks. ___ NumPy-Discussion mailing list NumPy-Discus

[Numpy-discussion] Numpy multiple instances

2013-01-28 Thread santhu kumar
Hello, I have embedded python/numpy scripts in an application that runs in parallel. But the python code is always invoked on the master node. So it could be assumed that at some point, there could be multiple instances of script being invoked and run. I have commented out import numpy part to se