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
dbf5380b
Commit
dbf5380b
authored
Nov 08, 2009
by
Pavan Balaji
Browse files
[svn-r5743] Warning squash.
parent
86b4e122
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpi/init/async.c
View file @
dbf5380b
...
@@ -20,8 +20,8 @@ static volatile int progress_thread_done = 0;
...
@@ -20,8 +20,8 @@ static volatile int progress_thread_done = 0;
#define FCNAME MPIU_QUOTE(FUNCNAME)
#define FCNAME MPIU_QUOTE(FUNCNAME)
static
void
progress_fn
(
void
*
data
)
static
void
progress_fn
(
void
*
data
)
{
{
int
mpi_errno
=
MPI_SUCCESS
;
#if MPICH_THREAD_LEVEL >= MPI_THREAD_SERIALIZED
#if MPICH_THREAD_LEVEL >= MPI_THREAD_SERIALIZED
int
mpi_errno
=
MPI_SUCCESS
;
MPIU_THREADPRIV_DECL
;
MPIU_THREADPRIV_DECL
;
/* Explicitly add CS_ENTER/EXIT since this thread is created from
/* Explicitly add CS_ENTER/EXIT since this thread is created from
...
...
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