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
0855991f
Commit
0855991f
authored
Jul 30, 2010
by
Darius Buntinas
Browse files
[svn-r6968] fixed more duplicate symbols in async.c
parent
fd25cb4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpi/init/async.c
View file @
0855991f
...
...
@@ -8,6 +8,8 @@
#include "mpi_init.h"
#include "mpiu_thread.h"
#ifndef MPICH_MPI_FROM_PMPI
static
MPI_Comm
progress_comm
;
static
MPIU_Thread_id_t
progress_thread_id
;
static
MPIU_Thread_mutex_t
progress_mutex
;
...
...
@@ -151,3 +153,5 @@ int MPIR_Finalize_async_thread(void)
#endif
/* MPICH_THREAD_LEVEL >= MPI_THREAD_SERIALIZED */
return
mpi_errno
;
}
#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