Return-Path: Delivered-To: apmail-spamassassin-commits-archive@www.apache.org Received: (qmail 31335 invoked from network); 3 Mar 2011 04:57:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Mar 2011 04:57:58 -0000 Received: (qmail 86863 invoked by uid 500); 3 Mar 2011 04:57:56 -0000 Delivered-To: apmail-spamassassin-commits-archive@spamassassin.apache.org Received: (qmail 86836 invoked by uid 500); 3 Mar 2011 04:57:55 -0000 Mailing-List: contact commits-help@spamassassin.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "SpamAssassin Dev" List-Id: Delivered-To: mailing list commits@spamassassin.apache.org Received: (qmail 86768 invoked by uid 99); 3 Mar 2011 04:57:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Mar 2011 04:57:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Mar 2011 04:57:53 +0000 Received: from eosnew.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 2D1BDD2; Thu, 3 Mar 2011 04:57:18 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Thu, 03 Mar 2011 04:57:17 -0000 Message-ID: <20110303045717.33766.91311@eosnew.apache.org> Subject: =?utf-8?q?=5BSpamassassin_Wiki=5D_Update_of_=22RunningGa=22_by_Darxus?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" = for change notification. The "RunningGa" page has been changed by Darxus. The comment on this change is: mpirun. http://wiki.apache.org/spamassassin/RunningGa?action=3Ddiff&rev1=3D5&rev2= =3D6 -------------------------------------------------- time: cannot run ./garescorer: No such file or directory }}} = + To take advantage of multiple CPU cores, use pgapack-mpi (which appears t= o be [[https://bugs.launchpad.net/ubuntu/+source/pgapack/+bug/728217|broken= on ubuntu]]), and run it as: + {{{ + mpirun -np 4 ./garescorer -b 10 -e 5500 -t 5.0 + }}} + Replace "4" with your number of CPU cores. Although it looks like this c= auses redundant processing instead of distributed load. +=20