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
1103343a
Commit
1103343a
authored
Jul 30, 2010
by
Darius Buntinas
Browse files
[svn-r6966] fixed duplicate symbol error on mac for MPIR_type_contiguous_impl
parent
e146fc1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpi/datatype/type_contiguous.c
View file @
1103343a
...
...
@@ -22,7 +22,6 @@
#ifndef MPICH_MPI_FROM_PMPI
#undef MPI_Type_contiguous
#define MPI_Type_contiguous PMPI_Type_contiguous
#endif
#undef FUNCNAME
#define FUNCNAME MPIR_Type_contiguous_impl
...
...
@@ -63,6 +62,9 @@ int MPIR_Type_contiguous_impl(int count,
goto
fn_exit
;
}
#endif
#undef FUNCNAME
#define FUNCNAME MPI_Type_contiguous
#undef FCNAME
...
...
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