Re: Comparisons of computation timing

2011-09-16 Thread Nizamov Shawkat
> About the codes: Basically it simply solves some non-linear equations > using "fsolve" along with some other calculations. > Looks like you are using some third party libraries like numpy/scipy. Do these libraries have the same version on both platforms? What about python interpreter versions -

Re: Comparisons of computation timing

2011-09-16 Thread Steven D'Aprano
Akand Islam wrote: > I have run my codes (written in Python) in my Notebook (3 GB Ram, Dual- > core CPU T4500 @ 2.3 GHz) and in my lab machine (11.57 GB Ram, i7-920 > CPU @ 2.67 GHz). However, I have found execution time in Notebook > 250.3 seconds, and in Lab machine 333.2 seconds. How is it poss

Comparisons of computation timing

2011-09-15 Thread Akand Islam
I have run my codes (written in Python) in my Notebook (3 GB Ram, Dual- core CPU T4500 @ 2.3 GHz) and in my lab machine (11.57 GB Ram, i7-920 CPU @ 2.67 GHz). However, I have found execution time in Notebook 250.3 seconds, and in Lab machine 333.2 seconds. How is it possible? Good configuration mac