I am running some data intensive program using Numpy. Interestingly, I found the runtime performance of the program differs drastically on my laptop (400%CPU ubuntu) and our server (100% centos) using exactly the same code. The hardware on our server is actually better than my machine.
The server is much slower. How can make the server use 400% CPU? Can anyone provide some ideas on this?
I checked the server's running tasks. There is only a hadoop process which only uses 100%CPU. And it is 32 cores....