1
1
openmpi/ompi/communicator
Jeff Squyres d520c24f3a predefined MPI object padding: set to fixed number of bytes (#3634)
Convert the predefined MPI object padding to a fixed number of bytes
(vs. a multiple of sizeof(void*)) so that the padding is the same size
between 32 and 64 bit builds.  I.e., we won't have a situation where
we've run out of padding in 32 bit builds but still have more space
available in 64 bit builds.

Fixes #3610

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2017-06-01 15:28:23 -04:00
..
comm_cid.c ompi/comm: Improve MPI_Comm_create algorithm 2017-04-21 08:33:29 +07:00
comm_helpers.c Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
comm_helpers.h Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
comm_init.c fixes for Dave's get/set info code 2017-05-17 01:12:49 -04:00
comm_request.c communicator: Fix uninitialized variable 2017-01-24 16:46:13 -06:00
comm_request.h Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
comm.c fixes for Dave's get/set info code 2017-05-17 01:12:49 -04:00
communicator.h predefined MPI object padding: set to fixed number of bytes (#3634) 2017-06-01 15:28:23 -04:00
Makefile.am Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00