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 8906f8c + 33361aa commit 096da7bCopy full SHA for 096da7b
ompi/mca/pml/ucx/pml_ucx_datatype.c
@@ -1,5 +1,7 @@
1
/*
2
* Copyright (C) Mellanox Technologies Ltd. 2001-2011. ALL RIGHTS RESERVED.
3
+ * Copyright (c) 2019 Research Organization for Information Science
4
+ * and Technology (RIST). All rights reserved.
5
* $COPYRIGHT$
6
*
7
* Additional copyrights may follow
@@ -155,7 +157,6 @@ ucp_datatype_t mca_pml_ucx_init_datatype(ompi_datatype_t *datatype)
155
157
(lb == 0))
156
158
{
159
ompi_datatype_type_size(datatype, &size);
- PML_UCX_ASSERT(size > 0);
160
datatype->pml_data = ucp_dt_make_contig(size);
161
return datatype->pml_data;
162
}
0 commit comments