Skip to content

Commit 2f85db9

Browse files
author
Ralph Castain
committed
Always register the nspace for jobs
Signed-off-by: Ralph Castain <[email protected]>
1 parent 7241043 commit 2f85db9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

orte/orted/pmix/pmix_server_register_fns.c

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* All rights reserved.
1414
* Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
1515
* Copyright (c) 2011 Oak Ridge National Labs. All rights reserved.
16-
* Copyright (c) 2013-2017 Intel, Inc. All rights reserved.
16+
* Copyright (c) 2013-2018 Intel, Inc. All rights reserved.
1717
* Copyright (c) 2014 Mellanox Technologies, Inc.
1818
* All rights reserved.
1919
* Copyright (c) 2014-2016 Research Organization for Information Science
@@ -77,12 +77,6 @@ int orte_pmix_server_register_nspace(orte_job_t *jdata, bool force)
7777
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),
7878
ORTE_JOBID_PRINT(jdata->jobid));
7979

80-
/* if this job has no local procs, then no need to register
81-
* it unless the job info is needed by connecting jobs */
82-
if (!force && 0 == jdata->num_local_procs) {
83-
return ORTE_SUCCESS;
84-
}
85-
8680
/* setup the info list */
8781
info = OBJ_NEW(opal_list_t);
8882
uid = geteuid();

0 commit comments

Comments
 (0)