File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2
2
* Copyright (c) 2013-2018 Intel, Inc. All rights reserved
3
3
* Copyright (c) 2017 Los Alamos National Security, LLC. All rights
4
4
* reserved.
5
+ * Copyright (c) 2019 Triad National Security, LLC. All rights
6
+ * reserved.
5
7
*
6
8
* Copyright (c) 2018 Amazon.com, Inc. or its affiliates. All Rights reserved.
7
9
* $COPYRIGHT$
@@ -562,7 +564,7 @@ ompi_mtl_ofi_isend_generic(struct mca_mtl_base_module_t *mtl,
562
564
sep_peer_fiaddr = fi_rx_addr (endpoint -> peer_fiaddr , ctxt_id , ompi_mtl_ofi .rx_ctx_bits );
563
565
564
566
ompi_ret = ompi_mtl_datatype_pack (convertor , & start , & length , & free_after );
565
- if (OMPI_UNLIKELY (OMPI_SUCCESS != ompi_ret )) return ompi_ret ;
567
+ if (OPAL_UNLIKELY (OMPI_SUCCESS != ompi_ret )) return ompi_ret ;
566
568
567
569
ofi_req -> buffer = (free_after ) ? start : NULL ;
568
570
ofi_req -> length = length ;
You can’t perform that action at this time.
0 commit comments