Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
b787e9ec
Commit
b787e9ec
authored
Dec 06, 2012
by
William Gropp
Browse files
[svn-r10710] Added tests for MPI-3 predefined datatypes in C
parent
ff4886b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/mpi/datatype/typename.c
View file @
b787e9ec
...
...
@@ -114,6 +114,12 @@ static mpi_names_t mpi_names[] = {
#if MTEST_HAVE_MIN_MPI_VERSION(2,2)
/* added in MPI-2.2 */
{
MPI_C_LONG_DOUBLE_COMPLEX
,
"MPI_C_LONG_DOUBLE_COMPLEX"
},
#endif
#if MTEST_HAVE_MIN_MPI_VERSION(3,0)
/* added in MPI 3 */
{
MPI_COUNT
,
"MPI_COUNT"
},
{
MPI_AINT
,
"MPI_AINT"
},
{
MPI_OFFSET
,
"MPI_OFFSET"
},
#endif
{
0
,
(
char
*
)
0
},
/* Sentinal used to indicate the last element */
};
...
...
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