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: Passing gsl data structures via MPI


Hi,

I think there are no library function which will do what you are
trying.

gsl_matrix/gsl_vector are structures so if you are using MPICH then
you may have to write MPI_Pack and MPI_Unpack routines which wil allow
you to send data to other processes. 

Have a look at matix/* and block/* files in gsl source.

========
Krishna





> Subject: Passing gsl data structures via MPI
> Date: Wed, 13 Aug 2003 10:25:21 +0300
> From: Tuomo Keskitalo <Tuomo.Keskitalo@hut.fi>
> To: gsl-discuss@sources.redhat.com
> 
> Hello all,
> 
> what is the preferred way to pass gsl data structures
> (e.g. gsl_matrix) via MPI-1 (e.g. MPICH or LAM) to other processes?
> If I've understood it correctly, some kind of data type conversion is
> needed.. Is there any freely available library functions out there
> for this?


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