Increase communicator padding to accomodate ppc larger lock structures.
This commit was SVN r20728.
Этот коммит содержится в:
родитель
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;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user