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
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