Skip to content

Commit dcf9cca

Browse files
committed
ompi/datatype: add the OMPI_DATATYPE_INIT_UNAVAILABLE_BASIC_TYPE macro
Signed-off-by: Gilles Gouaillardet <[email protected]>
1 parent 872cf44 commit dcf9cca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ompi/datatype/ompi_datatype_internal.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Copyright (c) 2010-2012 Cisco Systems, Inc. All rights reserved.
88
* Copyright (c) 2013 Los Alamos National Security, LLC. All rights
99
* reserved.
10-
* Copyright (c) 2015-2016 Research Organization for Information Science
10+
* Copyright (c) 2015-2017 Research Organization for Information Science
1111
* and Technology (RIST). All rights reserved.
1212
* Copyright (c) 2016 FUJITSU LIMITED. All rights reserved.
1313
* $COPYRIGHT$
@@ -432,6 +432,8 @@ extern const ompi_datatype_t* ompi_datatype_basicDatatypes[OMPI_DATATYPE_MPI_MAX
432432
OMPI_DATATYPE_INIT_PREDEFINED_BASIC_TYPE( NAME, NAME, FLAGS )
433433
#define OMPI_DATATYPE_INIT_UNAVAILABLE( NAME, FLAGS ) \
434434
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 )
435437

436438
/*
437439
* Initilization for these types is deferred until runtime.

0 commit comments

Comments
 (0)