[Bug 817212] Re: Number of threads stuck on two

2013-05-06 Thread Launchpad Bug Tracker
This bug was fixed in the package openblas - 0.2.6-1 --- openblas (0.2.6-1) unstable; urgency=low * Upload to unstable * Update Standards-Version to 3.9.4 * Increase the maximum number of threads to 64 when building the generic package. At runtime, OpenBLAS will not use

[Bug 817212] Re: Number of threads stuck on two

2013-03-12 Thread Bug Watch Updater
** Changed in: openblas (Debian) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/817212 Title: Number of threads stuck on two To manage notifications about this bug

[Bug 817212] Re: Number of threads stuck on two

2013-03-05 Thread Thomas U.
FWIW, this bug is still present in 2.6.1. While I understand that it might be a sensible idea to define an upper bound on the number of CPUs used by default, it seems a bit restrictive to be stuck at 2 threads. Since OpenBLAS comes with kernels that are optimized to the user's machine anyhow,

[Bug 817212] Re: Number of threads stuck on two

2013-03-05 Thread Julian Taylor
it should be fixed in the next revision: http://anonscm.debian.org/viewvc/debian-science/?view=revisionrevision=45618 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/817212 Title: Number of threads

[Bug 817212] Re: Number of threads stuck on two

2012-11-15 Thread Julian Taylor
** Bug watch added: Debian Bug tracker #684338 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684338 ** Also affects: openblas (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684338 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 817212] Re: Number of threads stuck on two

2012-11-15 Thread Bug Watch Updater
** Changed in: openblas (Debian) Status: Unknown = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/817212 Title: Number of threads stuck on two To manage notifications about this bug go

[Bug 817212] Re: Number of threads stuck on two

2012-09-08 Thread Julian Taylor
during compilation the number of threads of the build machine is hardcoded into the code: gcc ... -DMAX_CPU_NUMBER=4 apparently the ubuntu build machine had two cores with these type of libraries it is always better to build them on the machine your are using them one so you get the optimal

[Bug 817212] Re: Number of threads stuck on two

2012-02-19 Thread Sylvestre Ledru
What happens if you do ? # apt-get source openblas and type # fakeroot debian/rules custom it should produce a package called: # ../libopenblas-base_*.deb -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 817212] Re: Number of threads stuck on two

2012-02-19 Thread Michael Rutter
When I build the package on my local machine, I get the correct number of threads, so that works fine. However, the binary package available in universe for Oneiric and my attempt to back port it to Natty on launchpad is limited to two threads, because that is the number of threads available on