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:from:to:references:in-reply-to :subject:date:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=b5d52NXVEeASmmVt nhSu3izk2JT5I4gm+5Xq0jJYrmZkPYRD0ZsNm2gcWAV9oSjsZwSwcumM1aVw/p2k xazxtoEhS8ty6pTNCK4a/x3VIsVT0lJPiEt8gsjlGyWIn2Zibh9pl3yT9ZJien6A KbL+l+HTblmtywO1PbmaNqpp9p8= 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:from:to:references:in-reply-to :subject:date:mime-version:content-type :content-transfer-encoding; s=default; bh=Em1sg2a2AIXCq+xK8zlC7Y VIl/o=; b=UYJmDrP1pXNTARISwl6g/JeUUvRDoRTNJile7+h+JPMRAmPM59FLF8 3i1UJu1Lw631J8K0wV3eWkRO2NBdCAhdvM8ZuM5WO1H5uLOyU3ix6lxE/qKqmvdh 6nkiaJkNb3xEq8XonG1cX3dgtsbTk53MDVHxPj/xwOrmHqC2UEvaI= 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=-0.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: BAY004-OMC1S10.hotmail.com X-TMN: [MWOb6dOtmdtlxeJGGageo1qULEaKwDXW] Message-ID: From: "Tony Kelman" To: References: <54450C0A DOT 6050705 AT gmail DOT com> <54451D4C DOT 5080604 AT gmail DOT com> In-Reply-To: <54451D4C.5080604@gmail.com> Subject: Re: Tester for openblas needed Date: Mon, 20 Oct 2014 09:16:10 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=response Content-Transfer-Encoding: 7bit X-IsSubscribed: yes > look in the source package > http://matzeri.altervista.org/x86_64/openblas/ Thanks. I'm a little surprised the cygblas-0.dll (x86_64, 0.2.12-1) does not appear to be linked to libgfortran. Were you seeing your test executables using multiple cores? I think you may have to build with USE_THREAD=1 to enable threading (or USE_OPENMP=1 for openmp)? I may be doing this wrong, but I'm getting errors from your openblas build, but not the reference blas package, when I run the following: $ curl -O https://raw.githubusercontent.com/xianyi/OpenBLAS/develop/test/sblat2.f $ gfortran -o sblat2 sblat2.f -lblas $ rm -f SBLAT2.SUMM $ curl https://raw.githubusercontent.com/xianyi/OpenBLAS/develop/test/sblat2.dat | ./sblat2 This outputs messages like: ** On entry to SGEMV parameter number 1 had an illegal value and so on for the other single-precision level 2 functions in that test. This does seem to work okay on Linux or an existing i686-w64-mingw32 build. -Tony -- 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