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.
2 parents 9f4b7ba + 5f3dbdb commit 2ea5548Copy full SHA for 2ea5548
ompi/mca/mtl/ofi/mtl_ofi.h
@@ -2,6 +2,8 @@
2
* Copyright (c) 2013-2018 Intel, Inc. All rights reserved
3
* Copyright (c) 2017 Los Alamos National Security, LLC. All rights
4
* reserved.
5
+ * Copyright (c) 2019 Triad National Security, LLC. All rights
6
+ * reserved.
7
*
8
* $COPYRIGHT$
9
@@ -447,7 +449,7 @@ ompi_mtl_ofi_isend(struct mca_mtl_base_module_t *mtl,
447
449
endpoint = ompi_mtl_ofi_get_endpoint(mtl, ompi_proc);
448
450
451
ompi_ret = ompi_mtl_datatype_pack(convertor, &start, &length, &free_after);
- if (OMPI_UNLIKELY(OMPI_SUCCESS != ompi_ret)) return ompi_ret;
452
+ if (OPAL_UNLIKELY(OMPI_SUCCESS != ompi_ret)) return ompi_ret;
453
454
ofi_req->buffer = (free_after) ? start : NULL;
455
ofi_req->length = length;
0 commit comments