Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
8790bf36
Commit
8790bf36
authored
Nov 11, 2014
by
Norio Yamaguchi
Browse files
Fix compile error
parent
47cb41d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpid/ch3/channels/nemesis/netmod/ib/ib_poll.c
View file @
8790bf36
...
...
@@ -33,7 +33,7 @@ static int entered_drain_scq = 0;
mpi_errno = MPID_nem_ib_poll_eager(&MPID_nem_ib_ringbuf[n]);
/*FIXME: perform send_progress for all sendqs */
\
MPIU_ERR_CHKANDJUMP(mpi_errno, mpi_errno, MPI_ERR_OTHER, "**MPID_nem_ib_poll_eager"); \
} \
} while (0)
} while (0)
; \
}
#if 0
int n; \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment