Skip to content

Commit 4feee66

Browse files
committed
Correct PMIX_MAPBY flag to :DISPLAY in MPI_SPAWN and friends
Signed-off-by: Aurelien Bouteiller <bouteill@icl.utk.edu>
1 parent 8e00f1d commit 4feee66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ompi/dpm/dpm.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
44
* University Research and Technology
55
* Corporation. All rights reserved.
6-
* Copyright (c) 2004-2020 The University of Tennessee and The University
6+
* Copyright (c) 2004-2021 The University of Tennessee and The University
77
* of Tennessee Research Foundation. All rights
88
* reserved.
99
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
@@ -1207,7 +1207,7 @@ int ompi_dpm_spawn(int count, const char *array_of_commands[],
12071207
/* check for 'display_map' - a job-level key */
12081208
ompi_info_get_bool(array_of_info[i], "display_map", &local_spawn, &flag);
12091209
if ( flag ) {
1210-
rc = dpm_convert(&job_info, "display_map", PMIX_MAPBY, NULL, "DISPLAYMAP", true);
1210+
rc = dpm_convert(&job_info, "display_map", PMIX_MAPBY, NULL, "DISPLAY", true);
12111211
if (OMPI_SUCCESS != rc) {
12121212
OPAL_LIST_DESTRUCT(&job_info);
12131213
OPAL_LIST_DESTRUCT(&app_info);

0 commit comments

Comments
 (0)