Skip to content

Commit f7a2c6d

Browse files
committed
a logical16 fix
Thanks to dalcinl for finding. Signed-off-by: Howard Pritchard <[email protected]>
1 parent 6bf8c3a commit f7a2c6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ompi/mpi/c/ompi_abi_fortran.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT BY HAND. */
21
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
32
/*
43
* Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana
@@ -163,7 +162,7 @@ int ompi_abi_get_fortran_info(ompi_info_t **info)
163162
#else
164163
cptr = false_str;
165164
#endif
166-
ret = opal_info_set(&newinfo->super, "mpi_logical16_supported", "false");
165+
ret = opal_info_set(&newinfo->super, "mpi_logical16_supported", cptr);
167166
if (OPAL_SUCCESS != ret) {
168167
goto err_cleanup;
169168
}

0 commit comments

Comments
 (0)