Skip to content

Commit 40fffb9

Browse files
committed
logical16 patch
missed something Signed-off-by: Howard Pritchard <[email protected]>
1 parent 14beec1 commit 40fffb9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ompi/mpi/c/abi_converters.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -372,14 +372,11 @@ __opal_attribute_always_inline__ static inline MPI_Datatype ompi_convert_abi_dat
372372
#else
373373
return MPI_DATATYPE_NULL;
374374
#endif
375-
#if 0
376-
/* TODO: need to add in a LOGICAL16 test */
377375
} else if (MPI_LOGICAL16_ABI_INTERNAL == datatype) {
378376
#if OMPI_HAVE_FORTRAN_LOGICAL16
379377
return MPI_LOGICAL16;
380378
#else
381379
return MPI_DATATYPE_NULL;
382-
#endif
383380
#endif
384381
} else if (MPI_INTEGER1_ABI_INTERNAL == datatype) {
385382
#if OMPI_HAVE_FORTRAN_INTEGER1
@@ -584,13 +581,10 @@ __opal_attribute_always_inline__ static inline MPI_Datatype_ABI_INTERNAL ompi_co
584581
} else if (MPI_LOGICAL8 == datatype) {
585582
return MPI_LOGICAL8_ABI_INTERNAL;
586583
#endif
587-
#if 0
588-
/* TODO: need to add in a LOGICAL16 test */
589584
#if OMPI_HAVE_FORTRAN_LOGICAL16
590585
} else if (MPI_LOGICAL16 == datatype) {
591586
return MPI_LOGICAL16_ABI_INTERNAL;
592587
#endif
593-
#endif
594588
#if OMPI_HAVE_FORTRAN_INTEGER1
595589
} else if (MPI_INTEGER1 == datatype) {
596590
return MPI_INTEGER1_ABI_INTERNAL;

0 commit comments

Comments
 (0)