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
5aec4be1
Commit
5aec4be1
authored
Nov 05, 2009
by
Pavan Balaji
Browse files
[svn-r5717] Missed state declarations in the async code causing rlog builds to
fail.
parent
5da3d1ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpi/init/async.c
View file @
5aec4be1
...
...
@@ -75,6 +75,7 @@ int MPIR_Init_async_thread(void)
{
int
mpi_errno
=
MPI_SUCCESS
;
MPIU_THREADPRIV_DECL
;
MPID_MPI_STATE_DECL
(
MPID_STATE_MPIR_INIT_ASYNC_THREAD
);
MPID_MPI_FUNC_ENTER
(
MPID_STATE_MPIR_INIT_ASYNC_THREAD
);
...
...
@@ -107,6 +108,7 @@ int MPIR_Finalize_async_thread(void)
{
int
mpi_errno
=
MPI_SUCCESS
;
MPIU_THREADPRIV_DECL
;
MPID_MPI_STATE_DECL
(
MPID_STATE_MPIR_FINALIZE_ASYNC_THREAD
);
MPID_MPI_FUNC_ENTER
(
MPID_STATE_MPIR_FINALIZE_ASYNC_THREAD
);
...
...
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