r45618 - in /packages/openblas/branches/experimental/debian: changelog rules
sebastien at users.alioth.debian.org
sebastien at users.alioth.debian.org
Sat Mar 2 17:22:07 UTC 2013
Author: sebastien
Date: Sat Mar 2 17:22:06 2013
New Revision: 45618
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45618
Log:
Increase the maximum number of threads to 64
Modified:
packages/openblas/branches/experimental/debian/changelog
packages/openblas/branches/experimental/debian/rules
Modified: packages/openblas/branches/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/openblas/branches/experimental/debian/changelog?rev=45618&op=diff
==============================================================================
--- packages/openblas/branches/experimental/debian/changelog (original)
+++ packages/openblas/branches/experimental/debian/changelog Sat Mar 2 17:22:06 2013
@@ -1,3 +1,11 @@
+openblas (0.2.6-1~exp2) UNRELEASED; urgency=low
+
+ * Increase the maximum number of threads to 64 when building the generic
+ package. At runtime, OpenBLAS will not use more threads than there are
+ available cores. (LP: #817212)
+
+ -- Sébastien Villemot <sebastien at debian.org> Sat, 02 Mar 2013 17:46:01 +0100
+
openblas (0.2.6-1~exp1) experimental; urgency=low
* New upstream release
Modified: packages/openblas/branches/experimental/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/openblas/branches/experimental/debian/rules?rev=45618&op=diff
==============================================================================
--- packages/openblas/branches/experimental/debian/rules (original)
+++ packages/openblas/branches/experimental/debian/rules Sat Mar 2 17:22:06 2013
@@ -23,7 +23,7 @@
build-stamp:
if test "$(TARGET)" = ""; then \
echo "Support multiple architectures"; \
- $(MAKE) $(COMMON_MAKE_OPTIONS) $(DYNAMIC_ARCH_ARG) $(TARGET_GENERIC_ARG) $(DEBUG_ARG) NUM_THREADS=2; \
+ $(MAKE) $(COMMON_MAKE_OPTIONS) $(DYNAMIC_ARCH_ARG) $(TARGET_GENERIC_ARG) $(DEBUG_ARG) NUM_THREADS=64; \
fi
if test "$(TARGET)" = "custom"; then \
More information about the debian-science-commits
mailing list