From owner-freebsd-ports@FreeBSD.ORG Wed Feb 19 08:42:31 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5DE58A92; Wed, 19 Feb 2014 08:42:31 +0000 (UTC) Received: from mail.vx.sk (mail.vx.sk [176.9.45.25]) by mx1.freebsd.org (Postfix) with ESMTP id 19DDE1A2D; Wed, 19 Feb 2014 08:42:30 +0000 (UTC) Received: from mail.vx.sk (localhost [127.0.0.1]) by mail.vx.sk (Postfix) with ESMTP id 080F0E395; Wed, 19 Feb 2014 09:42:24 +0100 (CET) X-Virus-Scanned: amavisd-new at mail.vx.sk Received: from mail.vx.sk by mail.vx.sk (amavisd-new, unix socket) with LMTP id RnreKFHN76nd; Wed, 19 Feb 2014 09:42:23 +0100 (CET) Received: from [192.168.2.103] (dslb-094-223-160-133.pools.arcor-ip.net [94.223.160.133]) by mail.vx.sk (Postfix) with ESMTPSA id 86024E38E; Wed, 19 Feb 2014 09:42:23 +0100 (CET) Message-ID: <53046E6F.2020607@FreeBSD.org> Date: Wed, 19 Feb 2014 09:42:23 +0100 From: Martin Matuska User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Andrey Chernov , Volodymyr Kostyrko , Alexander , freebsd-ports@freebsd.org Subject: Re: cpuminer mines only on one core regardless of "--threads" option References: <399751389704518@web9j.yandex.ru> <52D541E7.3040305@gmail.com> <53036D2D.8040401@freebsd.org> In-Reply-To: <53036D2D.8040401@freebsd.org> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2014 08:42:31 -0000 On 2014-02-18 15:24, Andrey Chernov wrote: > On 14.01.2014 17:55, Volodymyr Kostyrko wrote: >> 14.01.2014 15:01, Alexander: >>> on Freebsd 9.2 x64 on 5 different PCs I installed net-p2p/cpuminer >>> from ports and by "pkg install" - result is the same - minerd mines >>> only on one core regardless of "--threads" option. > The patch to solve this problem attached. > Patch committed. It would be cool if cpuminer was compilable with clang, too.