Skip to content
Snippets Groups Projects
Commit 575e29b2 authored by Moe Jette's avatar Moe Jette
Browse files
parent ec6426fe
No related branches found
No related tags found
No related merge requests found
...@@ -791,7 +791,7 @@ static void mvapich_wait_for_abort(mvapich_state_t *st) ...@@ -791,7 +791,7 @@ static void mvapich_wait_for_abort(mvapich_state_t *st)
* read an error message. If this fails, msglen will * read an error message. If this fails, msglen will
* stay zero and no message will be printed. * stay zero and no message will be printed.
*/ */
if (ranks[1] >= 0) { if (n == sizeof (ranks)) {
dst = ranks[0]; dst = ranks[0];
src = ranks[1]; src = ranks[1];
fd_read_n (newfd, &msglen, sizeof (int)); fd_read_n (newfd, &msglen, sizeof (int));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment