Skip to content

Commit 4bc08d6

Browse files
author
rhc54
authored
Merge pull request #1849 from rhc54/topic/session
Shorten the session directory name as some OS's are now providing unu…
2 parents b712296 + ee56d9d commit 4bc08d6

File tree

22 files changed

+36
-55
lines changed

22 files changed

+36
-55
lines changed

ompi/mca/mtl/psm2/mtl_psm2_types.h

100755100644
File mode changed.

ompi/mpi/fortran/use-mpi-f08-desc/ISO_Fortran_binding.h

100755100644
File mode changed.

opal/mca/pmix/ext20/pmix_ext20.c

100755100644
File mode changed.

opal/mca/pmix/ext20/pmix_ext20_server_north.c

100755100644
File mode changed.

opal/mca/pmix/pmix2x/pmix/src/server/pmix_server_listener.c

100755100644
File mode changed.

opal/mca/pmix/pmix2x/pmix/src/tool/pmix_tool.c

100755100644
File mode changed.

opal/mca/pmix/pmix2x/pmix2x.c

100755100644
File mode changed.

opal/mca/pmix/pmix2x/pmix2x_server_north.c

100755100644
File mode changed.

opal/mca/pmix/pmix_server.h

100755100644
File mode changed.

orte/mca/ess/base/ess_base_std_app.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ int orte_ess_base_app_setup(bool db_restrict_local)
138138
orte_process_info.nodename));
139139
if (ORTE_SUCCESS != (ret = orte_session_dir(true,
140140
orte_process_info.tmpdir_base,
141-
orte_process_info.nodename, NULL,
141+
orte_process_info.nodename,
142142
ORTE_PROC_MY_NAME))) {
143143
ORTE_ERROR_LOG(ret);
144144
error = "orte_session_dir";

0 commit comments

Comments
 (0)