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
05a4e566
Commit
05a4e566
authored
Nov 05, 2009
by
Pavan Balaji
Browse files
[svn-r5697] Add a FIXME to correct the critical section code as per Bill's
recommendation.
parent
cf72e81e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpi/init/async.c
View file @
05a4e566
...
...
@@ -25,6 +25,8 @@ static void progress_fn(void * data)
/* Explicitly add CS_ENTER/EXIT since this thread is created from
* within an internal function and will call NMPI functions
* directly. */
/* FIXME: The CS_ENTER/EXIT code should be abstracted out
* correctly, instead of relying on the #if protection here. */
#if MPIU_THREAD_GRANULARITY == MPIU_THREAD_GRANULARITY_GLOBAL
MPID_CS_ENTER
();
#endif
...
...
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