Query regarding structure of dynamic array derived datatype
19 Mar
2013
19 Mar
'13
6:12 a.m.
Hi, I have a struct as - struct A { int size; int *lptr; }; And then I have array of such structure, I want to only send dynamic array present in each of the structs to other process. One of the options is to do it with MPI_Pack but then I have read it is not so good from performance point of view. What can be the other opt -- Regards, -- Mahesh Doijade MTech - II (CSE) , Walchand College of Engineering, Sangli
4872
Age (days ago)
4872
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mahesh Doijade