orte/nidmap: do not use compressed when uninitialized
Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
Этот коммит содержится в:
родитель
1ee6c185f7
Коммит
78152aec85
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Intel, Inc. All rights reserved.
|
* Copyright (c) 2016-2019 Intel, Inc. All rights reserved.
|
||||||
* Copyright (c) 2018 Research Organization for Information Science
|
* Copyright (c) 2018-2019 Research Organization for Information Science
|
||||||
* and Technology (RIST). All rights reserved.
|
* and Technology (RIST). All rights reserved.
|
||||||
* $COPYRIGHT$
|
* $COPYRIGHT$
|
||||||
*
|
*
|
||||||
* Additional copyrights may follow
|
* Additional copyrights may follow
|
||||||
@ -602,9 +602,9 @@ int orte_util_pass_node_info(opal_buffer_t *buffer)
|
|||||||
/* add the object */
|
/* add the object */
|
||||||
boptr = &bo;
|
boptr = &bo;
|
||||||
rc = opal_dss.pack(buffer, &boptr, 1, OPAL_BYTE_OBJECT);
|
rc = opal_dss.pack(buffer, &boptr, 1, OPAL_BYTE_OBJECT);
|
||||||
}
|
if (compressed) {
|
||||||
if (compressed) {
|
free(bo.bytes);
|
||||||
free(bo.bytes);
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* if we have uniform #slots, then just flag it - no
|
/* if we have uniform #slots, then just flag it - no
|
||||||
@ -646,9 +646,9 @@ int orte_util_pass_node_info(opal_buffer_t *buffer)
|
|||||||
/* add the object */
|
/* add the object */
|
||||||
boptr = &bo;
|
boptr = &bo;
|
||||||
rc = opal_dss.pack(buffer, &boptr, 1, OPAL_BYTE_OBJECT);
|
rc = opal_dss.pack(buffer, &boptr, 1, OPAL_BYTE_OBJECT);
|
||||||
}
|
if (compressed) {
|
||||||
if (compressed) {
|
free(bo.bytes);
|
||||||
free(bo.bytes);
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* if we have uniform flags, then just flag it - no
|
/* if we have uniform flags, then just flag it - no
|
||||||
@ -694,9 +694,9 @@ int orte_util_pass_node_info(opal_buffer_t *buffer)
|
|||||||
/* add the object */
|
/* add the object */
|
||||||
boptr = &bo;
|
boptr = &bo;
|
||||||
rc = opal_dss.pack(buffer, &boptr, 1, OPAL_BYTE_OBJECT);
|
rc = opal_dss.pack(buffer, &boptr, 1, OPAL_BYTE_OBJECT);
|
||||||
}
|
if (compressed) {
|
||||||
if (compressed) {
|
free(bo.bytes);
|
||||||
free(bo.bytes);
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user