On 21.11.2012 15:55, Nathaniel Smith wrote: > I think the point is that it's easy for programmers to decide to avoid > GCD if they want to use multiprocessing. But it's not so easy for them > to decide to avoid BLAS.
Actually the answer from Apple was that no API except POSIX is supported on both sides of a fork without calling exec. That certainly affects more than the GCD. Sturla _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
