X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=cqmy+iXvZ8mISQOQ3NlTzBQ162s44PSBlgj/RbkXsQS KLVKsQv9BlkYRW1nk2/cI/gkcDx1/VwTz7CmKNhHpRKVU1oz1ZmI29GsR6Mq0aJg qhuFwMHD8tsniWm3OM+GnnfdbanhdjZd8qqiUAVWwxCi+sga6HBRWCpKQrS33MNs = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=Zrbs6Vuz45xkBLfRh1+tB2Ozt1A=; b=TqBNgY1DwQQNoxG/W npG4ILbmv6W8gYE1u3qWAJdWOPdnhyrlfGNU8HL1fdOqOgE59qUrvHBxGdf7RxJ2 xHlXsEen/Njkbkq9chjceU2kGDTcKxvLS/+U43vr8CYTrUJ6xcA92tz8qNDkoCmd yuWuVHxwsAyQshONlS/pH3LcMI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-la0-f41.google.com X-Received: by 10.152.7.7 with SMTP id f7mr36070412laa.57.1413914619496; Tue, 21 Oct 2014 11:03:39 -0700 (PDT) Message-ID: <54469FEF.5060008@gmail.com> Date: Tue, 21 Oct 2014 20:03:27 +0200 From: Marco Atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Tester for openblas needed References: <54450C0A DOT 6050705 AT gmail DOT com> <54451D4C DOT 5080604 AT gmail DOT com> <54458524 DOT 8010603 AT gmail DOT com> <5445F384 DOT 705 AT gmail DOT com> <544649E9 DOT 80808 AT gmail DOT com> <87iojdpdev DOT fsf AT Rainer DOT invalid> In-Reply-To: <87iojdpdev.fsf@Rainer.invalid> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 10/21/2014 6:59 PM, Achim Gratz wrote: > Marco Atzeri writes: >> Use "make NUM_THREADS=n " to support n threads. " > > Wait, what? > >> So how many THREADS would you like to see ? > > It should determine the number of cores at runtime as well as the level > of SSE/AVX support: i686 starts with the PentiumPro, which didn't have > SSE. Fixing this at compile time is nice for local builds, but no good > for packages. Hi Achim, feel free to require the feature upstream. https://github.com/xianyi/OpenBLAS/issues Building with NUM_THREADS=n should provide in the mean time the maximum available. The variable OPENBLAS_NUM_THREADS=m should allow to less than the maximum. > Regards, > Achim. building rev -2 with NUM_THREADS=16 Marco -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple