This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Parallel computing abilitites in GSL?


Wartan Hachaturow writes:
 > Well, actually the idea wasn't to create an underlying parallel level,
 > that would lead to a redisign of GSL (though that might be cool), but
 > to create ready-to-be-paralleled versions of some algoritms, and include
 > them into the distribution, similar to the way GSL makes error-reporting
 > versions of functions.

If anyone wants to write some parallel code they could use the same
API as the corresponding GSL routine. It could then be dropped in to
an application without changes by the user. This would be the best way
to do it, as with BLAS.  I'd certainly be happy to make it available
in the gsl ftp area if anyone did that.

Brian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]