We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf8c3a commit f7a2c6dCopy full SHA for f7a2c6d
ompi/mpi/c/ompi_abi_fortran.c
@@ -1,4 +1,3 @@
1
-/* THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT BY HAND. */
2
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
3
/*
4
* 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)
163
162
#else
164
cptr = false_str;
165
#endif
166
- ret = opal_info_set(&newinfo->super, "mpi_logical16_supported", "false");
+ ret = opal_info_set(&newinfo->super, "mpi_logical16_supported", cptr);
167
if (OPAL_SUCCESS != ret) {
168
goto err_cleanup;
169
}
0 commit comments