> Do you think, one could get even better ? > And, where does the 7% slow-down (for single thread) come from ? > Is it possible to have the OpenMP option in a code, without _any_ > penalty for 1 core machines ? >
There will always be a penalty for parallel code that runs on one core. You have at least the overhead for splitting the data. Matthieu -- Information System Engineer, Ph.D. Blog: http://matt.eifelle.com LinkedIn: http://www.linkedin.com/in/matthieubrucher
_______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion