Skip to content

Commit 9dec0eb

Browse files
committed
broker: fix inaccurate comment
Problem: a comment says the broker's taskmap comes from the enclosing instance, but for size=1, it's hard wired, and for other sizes, it is placed in PMI by the launcher, which might not be Flux. Drop the misleading claim.
1 parent 1fe5f5e commit 9dec0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/broker/boot_pmi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ static int fetch_taskmap (struct upmi *upmi,
133133
return 0;
134134
}
135135

136-
/* Set broker.mapping attribute from enclosing instance taskmap.
136+
/* Set broker.mapping attribute.
137137
* It is not an error if the map is NULL.
138138
*/
139139
static int set_broker_mapping_attr (attr_t *attrs, struct taskmap *map)

0 commit comments

Comments
 (0)