bug-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gsl] ode solver function in multiple mpi environment


From: Brian Gough
Subject: Re: [Bug-gsl] ode solver function in multiple mpi environment
Date: Mon, 30 Oct 2006 15:18:12 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060815 SeaMonkey/1.0.4

address@hidden wrote:
My mpi program works fine using IMSL C library. But after I use gsl instead of IMSL, my mpi program has different results using different number of CPUs. These two programs are same except using different ode solver library function call(one is IMSL, the other is gsl). Do you think it is possible ode solver function in gsl may not be correct in the multiple mpi environment? Thanks.

Hello,
In GSL the ode solvers must be allocated on a per-thread basis, their memory should not be shared. If you think there is a bug please can you send a small example program which demonstrates it. If you still have a problem try the mailing list address@hidden

--
best regards,

Brian Gough
(GSL Maintainer)

Network Theory Ltd,
Publishing the GSL Manual - http://www.network-theory.co.uk/gsl/manual/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]