From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15345 invoked by alias); 13 Dec 2012 02:29:12 -0000 Received: (qmail 15335 invoked by uid 22791); 13 Dec 2012 02:29:11 -0000 X-SWARE-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-we0-f169.google.com (HELO mail-we0-f169.google.com) (74.125.82.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 13 Dec 2012 02:29:09 +0000 Received: by mail-we0-f169.google.com with SMTP id t49so661432wey.0 for ; Wed, 12 Dec 2012 18:29:07 -0800 (PST) Received: by 10.194.88.98 with SMTP id bf2mr5265697wjb.49.1355365747666; Wed, 12 Dec 2012 18:29:07 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.90.231 with HTTP; Wed, 12 Dec 2012 18:28:47 -0800 (PST) In-Reply-To: <50C914C4.2060102@calculquebec.ca> References: <50C791BB.4060303@calculquebec.ca> <50C8F364.2010109@calculquebec.ca> <50C914C4.2060102@calculquebec.ca> From: Rhys Ulerich Date: Thu, 13 Dec 2012 02:29:00 -0000 Message-ID: Subject: Re: Adding OpenMP support for some of the GSL functions To: Maxime Boissonneault Cc: gsl-discuss@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact gsl-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sourceware.org X-SW-Source: 2012-q4/txt/msg00009.txt.bz2 > I am not sure if you mean parallelizing the for loop in this code, but this > would not work, as each iteration is not independent from the next one. > Differential equation solving is intrinsically serial. True, solving one differential equation is serial. I'd thought you were performing a parameter sweep. - Rhys