1
1

Increase communicator padding to accomodate ppc larger lock structures.

This commit was SVN r20728.
Этот коммит содержится в:
Terry Dontje 2009-03-04 19:54:58 +00:00
родитель 9dea63d63a
Коммит 9215100ac4

Просмотреть файл

@ -220,7 +220,7 @@ typedef struct ompi_communicator_t ompi_communicator_t;
* This is done so we don't end up needing a structure that is
* incredibly larger than necessary because of the bitness.
*/
#define PREDEFINED_COMMUNICATOR_PAD (sizeof(void*) * 96)
#define PREDEFINED_COMMUNICATOR_PAD (sizeof(void*) * 128)
struct ompi_predefined_communicator_t {
struct ompi_communicator_t comm;