Received: by 10.204.130.7 with SMTP id q7mr995360bks.2.1347821088917; Sun, 16 Sep 2012 11:44:48 -0700 (PDT) X-BeenThere: erlang-programming@googlegroups.com Received: by 10.204.153.208 with SMTP id l16ls295449bkw.4.gmail; Sun, 16 Sep 2012 11:44:48 -0700 (PDT) Received: by 10.204.129.81 with SMTP id n17mr1006348bks.3.1347821088516; Sun, 16 Sep 2012 11:44:48 -0700 (PDT) Received: by 10.204.129.81 with SMTP id n17mr1006347bks.3.1347821088503; Sun, 16 Sep 2012 11:44:48 -0700 (PDT) Return-Path: Received: from hades.cslab.ericsson.net (hades.cslab.ericsson.net. [192.121.151.104]) by gmr-mx.google.com with ESMTP id j4si648896bkj.3.2012.09.16.11.44.48; Sun, 16 Sep 2012 11:44:48 -0700 (PDT) Received-SPF: pass (google.com: domain of erlang-questions-boun...@erlang.org designates 192.121.151.104 as permitted sender) client-ip=192.121.151.104; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of erlang-questions-boun...@erlang.org designates 192.121.151.104 as permitted sender) smtp.mail=erlang-questions-boun...@erlang.org; dkim=neutral (body hash did not verify) header...@gmail.com Received: from hades.cslab.ericsson.net (hades [192.121.151.104]) by hades.cslab.ericsson.net (Postfix) with ESMTP id 236F25C0CE; Sun, 16 Sep 2012 20:44:42 +0200 (CEST) X-Original-To: erlang-questi...@erlang.org Delivered-To: erlang-questi...@erlang.org Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) by hades.cslab.ericsson.net (Postfix) with ESMTP id C004C5C001 for ; Sun, 16 Sep 2012 20:44:39 +0200 (CEST) Received: by lbbgk1 with SMTP id gk1so3657702lbb.40 for ; Sun, 16 Sep 2012 11:44:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=gliG8yZeVY/2GmxjrqcKZPSbPMTQ9ketYHbALh3yonw=; b=ZE2ft1Rclq6StYafXUQb7XL1tqkq2AAlydj6wx9kBVD3OI1YYyyqm8hRgYP975Barl 2EWZAC2WQEtIvp1Hf+lEOQlc16hyJNAPPf5jZXxuKOXiTDhNCZOUfXhoRwrV7nL5s7/1 EhlOW7Rgrp8XMnic5sIumF80NjWhYut4u0d/Juzr3Hu67K+pbcFtIdRGKxbyAZ1GU+ai QN2IlJufppdAmSrI+uDKb4r0UxS8EdQ5GMkExSri7jDQxRF1ZwUDkUX8zpo/pCL5BMEE Qd7IcXwfr8iUBsxZCBSWpTSmS6DMOajVMCVK2Gx3K3+aZWPiYEAtDD/xTyBrxQtmSHdN 1x+w== Received: by 10.152.124.76 with SMTP id mg12mr7816278lab.10.1347821079217; Sun, 16 Sep 2012 11:44:39 -0700 (PDT) Received: from cognac.mydomain.example (c-4f663204-74736162.cust.telenor.se. [79.102.50.4]) by mx.google.com with ESMTPS id y4sm2049936lbg.5.2012.09.16.11.44.36 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 16 Sep 2012 11:44:38 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1084) From: Rickard Green In-Reply-To: Date: Sun, 16 Sep 2012 20:44:35 +0200 Message-Id: References: To: Erlang-Questions Questions X-Mailer: Apple Mail (2.1084) Subject: Re: [erlang-questions] OSX: binding schedulers to processor cores doesn't work X-BeenThere: erlang-questi...@erlang.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Erlang/OTP discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: erlang-questions-boun...@erlang.org Sender: erlang-questions-boun...@erlang.org Binding of schedulers has never been supported on MacOSX. I've not put much effort into it, but when I last looked into it (a long time ago) I couldn't find any functionality in MacOSX that could be used for this. This might have changed, thought. If you want to look into it, a patch implementing this is welcome. Regards, Rickard Green, Erlang/OTP, Ericsson AB On Sep 16, 2012, at 12:00 PM, Zabrane Mickael wrote: > Hi guys, > > Trying to bind schedulers to processor cores simply fail on my MacOSX (10.7.4) using R15B01 and R15B02: > $ erl +sbt db > setting scheduler bind type 'db' failed: not supported > [...] > > All other binding options failed too. Why? > > How one can use "+sbt db", now that the call to "erlang:system_flag(scheduler_bind_type,default_bind)" is deprecated? > > Regards, > Zabrane > > _______________________________________________ > erlang-questions mailing list > erlang-questi...@erlang.org > http://erlang.org/mailman/listinfo/erlang-questions _______________________________________________ erlang-questions mailing list erlang-questi...@erlang.org http://erlang.org/mailman/listinfo/erlang-questions