Skip to content

Commit fbf714d

Browse files
author
Ralph Castain
authored
Merge pull request #3331 from artpol84/orte_cleanup/master
orte/pmix: Do not set orted exit status to one from proc abort
2 parents 004d655 + 4af7a08 commit fbf714d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

orte/orted/pmix/pmix_server_gen.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
1515
* Copyright (c) 2011 Oak Ridge National Labs. All rights reserved.
1616
* Copyright (c) 2013-2017 Intel, Inc. All rights reserved.
17-
* Copyright (c) 2014 Mellanox Technologies, Inc.
17+
* Copyright (c) 2014-2017 Mellanox Technologies, Inc.
1818
* All rights reserved.
1919
* Copyright (c) 2014 Research Organization for Information Science
2020
* and Technology (RIST). All rights reserved.
@@ -190,8 +190,6 @@ static void _client_abort(int sd, short args, void *cbdata)
190190
ORTE_ACTIVATE_PROC_STATE(&p->name, ORTE_PROC_STATE_CALLED_ABORT);
191191
}
192192

193-
ORTE_UPDATE_EXIT_STATUS(cd->status);
194-
195193
/* release the caller */
196194
if (NULL != cd->cbfunc) {
197195
cd->cbfunc(OPAL_SUCCESS, cd->cbdata);

0 commit comments

Comments
 (0)