From owner-freebsd-ports@FreeBSD.ORG Tue Jan 14 13:02:01 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9DC74DCF for ; Tue, 14 Jan 2014 13:02:01 +0000 (UTC) Received: from forward13.mail.yandex.net (forward13.mail.yandex.net [IPv6:2a02:6b8:0:801::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4FAF61291 for ; Tue, 14 Jan 2014 13:02:01 +0000 (UTC) Received: from web9j.yandex.ru (web9j.yandex.ru [5.45.198.50]) by forward13.mail.yandex.net (Yandex) with ESMTP id E6D2E141D5F for ; Tue, 14 Jan 2014 17:01:58 +0400 (MSK) Received: from 127.0.0.1 (localhost [127.0.0.1]) by web9j.yandex.ru (Yandex) with ESMTP id 9F0DC46A01C6; Tue, 14 Jan 2014 17:01:58 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1389704518; bh=h/oW6DLk990wsP0+ZkaoWRbl4hMlTI5HECBjsq+3NiI=; h=From:To:Subject:Date; b=I1lPMUq+8hvga5RNXfMiFlfRb6wnzMLkQb9meruGCfq5p1/ACMMqF60xVdDTnxsE8 yx5EgOKQ2GRtNh01SMaeqcE/aywEGrUIronaXD7LWdtz9QUA6vPV9O2LHrZzYKNr/t TAPJOQg15xwFIf183y5NpoRZM4KVmrqJM4XXyfTc= Received: from mail.rztdon.ru (mail.rztdon.ru [194.84.139.226]) by web9j.yandex.ru with HTTP; Tue, 14 Jan 2014 17:01:58 +0400 From: Alexander To: freebsd-ports@freebsd.org Subject: cpuminer mines only on one core regardless of "--threads" option MIME-Version: 1.0 Message-Id: <399751389704518@web9j.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Tue, 14 Jan 2014 17:01:58 +0400 Content-Transfer-Encoding: 7bit Content-Type: text/plain 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: Tue, 14 Jan 2014 13:02:01 -0000 Hello! 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. If I start with "--threads" < 1 for example "--threads=3" - minerd start 3 threads BUT in ONE core - so in "top" it looks like 100% on 4-core CPU (but it must be about 300%). Without "--threads" option minerd determines 4-core CPU and start 4 threads in ONE core (4 x 2,5 khash/s, but with "--threads=1" speed is 1 x 10 khash/s, so with "--threads=4" it must be 4 x 10 khash/s) On Linux and Windows on my other PCs all works as expected.