1
1

Merge pull request #3331 from artpol84/orte_cleanup/master

orte/pmix: Do not set orted exit status to one from proc abort
Этот коммит содержится в:
Ralph Castain 2017-04-13 15:14:14 -07:00 коммит произвёл GitHub
родитель 004d655e38 4af7a0827f
Коммит fbf714d326

Просмотреть файл

@ -14,7 +14,7 @@
* Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2011 Oak Ridge National Labs. All rights reserved.
* Copyright (c) 2013-2017 Intel, Inc. All rights reserved.
* Copyright (c) 2014 Mellanox Technologies, Inc.
* Copyright (c) 2014-2017 Mellanox Technologies, Inc.
* All rights reserved.
* Copyright (c) 2014 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
@ -190,8 +190,6 @@ static void _client_abort(int sd, short args, void *cbdata)
ORTE_ACTIVATE_PROC_STATE(&p->name, ORTE_PROC_STATE_CALLED_ABORT);
}
ORTE_UPDATE_EXIT_STATUS(cd->status);
/* release the caller */
if (NULL != cd->cbfunc) {
cd->cbfunc(OPAL_SUCCESS, cd->cbdata);