MPI_Pack and large counts
17 Oct
2013
17 Oct
'13
8:58 a.m.
The definition for MPI_Pack looks like this: int MPI_Pack(const void* inbuf, int incount, MPI_Datatype datatype, void *outbuf, int outsize, int *position, MPI_Comm comm) What happens if incount and datatype describe something larger than an int? Looks to me like 'outsize' and 'posistion' will overflow, but I'm hoping that I'm just missing something. Likewise, MPI_Unpack: int MPI_Unpack(const void* inbuf, int insize, int *position, void *outbuf, int outcount, MPI_Datatype datatype, MPI_Comm comm) ==rob -- Rob Latham Mathematics and Computer Science Division Argonne National Lab, IL USA
4662
Age (days ago)
4662
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rob Latham