Fix size mismatch that was causing assertion failures when compiled
with -O3 (i.e., memory overwrites into memory that it shouldn't have). This commit was SVN r2865.
Этот коммит содержится в:
родитель
57ca18ce88
Коммит
e1ee08e632
@ -87,7 +87,7 @@ int gpr_proxy_put(ompi_registry_mode_t mode, char *segment,
|
||||
char **tokptr;
|
||||
int recv_tag, i, ret;
|
||||
int32_t num_tokens, object_size;
|
||||
int16_t response;
|
||||
int32_t response;
|
||||
|
||||
if (mca_gpr_proxy_debug) {
|
||||
ompi_output(0, "gpr_proxy_put: entered for segment %s 1st token %s", segment, *tokens);
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user