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 13bbc39 commit 88e26c6Copy full SHA for 88e26c6
oshmem/mca/spml/ucx/spml_ucx.c
@@ -1,7 +1,7 @@
1
/*
2
* Copyright (c) 2013 Mellanox Technologies, Inc.
3
* All rights reserved.
4
- * Copyright (c) 2014-2016 Research Organization for Information Science
+ * Copyright (c) 2014-2018 Research Organization for Information Science
5
* and Technology (RIST). All rights reserved.
6
* Copyright (c) 2016 ARM, Inc. All rights reserved.
7
* $COPYRIGHT$
@@ -319,8 +319,6 @@ int mca_spml_ucx_add_procs(ompi_proc_t** procs, size_t nprocs)
319
free(wk_rsizes);
320
if (wk_roffs)
321
free(wk_roffs);
322
- if (mca_spml_ucx.ucp_peers)
323
- free(mca_spml_ucx.ucp_peers);
324
error:
325
rc = OSHMEM_ERR_OUT_OF_RESOURCE;
326
SPML_ERROR("add procs FAILED rc=%d", rc);
0 commit comments