File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 7
7
* Copyright (c) 2010-2012 Cisco Systems, Inc. All rights reserved.
8
8
* Copyright (c) 2013 Los Alamos National Security, LLC. All rights
9
9
* reserved.
10
- * Copyright (c) 2015-2016 Research Organization for Information Science
10
+ * Copyright (c) 2015-2017 Research Organization for Information Science
11
11
* and Technology (RIST). All rights reserved.
12
12
* Copyright (c) 2016 FUJITSU LIMITED. All rights reserved.
13
13
* $COPYRIGHT$
@@ -432,6 +432,8 @@ extern const ompi_datatype_t* ompi_datatype_basicDatatypes[OMPI_DATATYPE_MPI_MAX
432
432
OMPI_DATATYPE_INIT_PREDEFINED_BASIC_TYPE( NAME, NAME, FLAGS )
433
433
#define OMPI_DATATYPE_INIT_UNAVAILABLE ( NAME , FLAGS ) \
434
434
OMPI_DATATYPE_INIT_PREDEFINED_BASIC_TYPE( UNAVAILABLE, NAME, FLAGS )
435
+ #define OMPI_DATATYPE_INIT_UNAVAILABLE_BASIC_TYPE (TYPE , NAME , FLAGS ) \
436
+ OMPI_DATATYPE_INIT_PREDEFINED_BASIC_TYPE( UNAVAILABLE, NAME, FLAGS )
435
437
436
438
/*
437
439
* Initilization for these types is deferred until runtime.
You can’t perform that action at this time.
0 commit comments