From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,511d9a7626ec9335 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!q40g2000prh.googlegroups.com!not-for-mail From: Shark8 Newsgroups: comp.lang.ada Subject: Re: ANNOUNCE: Magpie 0.10 Utilities for multi-core execution Date: Fri, 28 Jan 2011 18:25:19 -0800 (PST) Organization: http://groups.google.com Message-ID: <42787132-70a9-4629-b5dc-af580896e3b1@q40g2000prh.googlegroups.com> References: NNTP-Posting-Host: 174.28.173.2 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1296267923 26379 127.0.0.1 (29 Jan 2011 02:25:23 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 29 Jan 2011 02:25:23 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q40g2000prh.googlegroups.com; posting-host=174.28.173.2; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 ( .NET CLR 3.5.30729; .NET4.0E),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:16786 Date: 2011-01-28T18:25:19-08:00 List-Id: On Jan 28, 5:49=A0pm, Brad Moore wrote: > On 26/01/2011 6:12 PM, Marc A. Criley wrote: > > > > > Hot on the heels of Brad Moore's Paraffin, and inspired by his article > > in Ada Letters (http://portal.acm.org/citation.cfm?id=3D1879078, > > membership required), comes the initial release of Magpie: > > > Magpie is a collection of generic procedures that distributes subranges > > of iterative application-defined processing across the processors of a > > multi-core CPU to achieve true concurrency and therefore increased > > application performance. > > > Magpie supports work sharing and work seeking processing for the GNAT > > compiler on Linux platforms. The platform restriction is due to > > processor-affinity not being a standard Ada feature until Ada 2012, so > > in the interim a GNAT-specific pragma is utilized (more info in the > > README). > > > Magpie is available for download at: > > >http://sourceforge.net/projects/magpie-mc > > > Break into groups, execute, and rejoin with your consensus. > > > Marc A. Criley > > McKae Technologies > > And thanks to Marc as he was the one who encouraged me to release the > paraffin code. > > Brad Brad, Marc, What is the difference between Magpie and Paraffin?