[Mpi-comments] RMA llist bug

Jim Dinan dinan at mcs.anl.gov
Mon Aug 27 16:34:31 CDT 2012


There is a bug on pg. 485, line 38:

my_elems = realloc(my_elems, my_elems_size);

Should be:

my_elems = realloc(my_elems, my_elems_size*sizeof(void*));

  ~Jim.



More information about the mpi-comments mailing list