From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add Julia. Date: Sun, 29 Mar 2015 15:21:50 +0200 Message-ID: <87619k0wi9.fsf@gnu.org> References: <87384vqtwh.fsf@netris.org> <87pp7yphom.fsf@netris.org> <87d23xoxp2.fsf@netris.org> <87twx7okgn.fsf@netris.org> <87619nqx5f.fsf@mango.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcDA5-0000HJ-So for guix-devel@gnu.org; Sun, 29 Mar 2015 09:21:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YcDA2-0004ga-NU for guix-devel@gnu.org; Sun, 29 Mar 2015 09:21:57 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54088) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcDA2-0004gW-JJ for guix-devel@gnu.org; Sun, 29 Mar 2015 09:21:54 -0400 In-Reply-To: <87619nqx5f.fsf@mango.localdomain> (Ricardo Wurmus's message of "Thu, 26 Mar 2015 22:14:20 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: guix-devel Ricardo Wurmus skribis: > Mark H Weaver writes: > >> When reading this the first time, somehow I managed to miss the fact >> that users will have to set OPENBLAS_CORETYPE to their CPU type. Does >> that mean that openblas is unable to detect the CPU type automatically? >> What does it do if OPENBLAS_CORETYPE is unset? >> >> Will we have to set it during the build of packages that use openblas, >> such as Julia? > > It appears that this is not necessary. I downloaded the OpenBLAS > substitute from hydra and built Julia locally on my notebook. Julia > runs without problems. It appears that OpenBLAS does detect the CPU > type automatically. That=E2=80=99s good news. > (There is a problem with our Julia package, which made me build Julia > myself. Also seems to be related to CPU tuning. Passing a make-flag to > force a generic build should fix this.) OK. Ludo=E2=80=99.