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
fd25cb4b
Commit
fd25cb4b
authored
Jul 30, 2010
by
Darius Buntinas
Browse files
[svn-r6967] fixed duplicate symbol error on mac for MPIR_Cancel_impl
parent
1103343a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpi/pt2pt/cancel.c
View file @
fd25cb4b
...
...
@@ -23,7 +23,6 @@
#undef MPI_Cancel
#define MPI_Cancel PMPI_Cancel
#endif
#undef FUNCNAME
#define FUNCNAME MPIR_Cancel_impl
...
...
@@ -102,6 +101,7 @@ int MPIR_Cancel_impl(MPID_Request *request_ptr)
goto
fn_exit
;
}
#endif
#undef FUNCNAME
...
...
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