File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -448,9 +448,10 @@ static json_t *flux_shell_get_info_object (flux_shell_t *shell)
448448 return o ;
449449
450450 if (!(o = json_pack_ex (& err , 0 ,
451- "{ s:I s:i s:i s:i s:s s:O s:O s:{ s:i }}" ,
451+ "{ s:I s:i s:i s:i s:i s: s s:O s:O s:{ s:i }}" ,
452452 "jobid" , shell -> info -> jobid ,
453453 "rank" , shell -> info -> shell_rank ,
454+ "instance_owner" , (int ) shell -> broker_owner ,
454455 "size" , shell -> info -> shell_size ,
455456 "ntasks" , shell -> info -> total_ntasks ,
456457 "service" , shell_svc_name (shell -> svc ),
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ const struct taskmap *flux_shell_get_taskmap (flux_shell_t *shell);
105105/* Return shell info as a JSON string.
106106 * {
107107 * "jobid":I,
108+ * "instance_owner":i,
108109 * "rank":i,
109110 * "size":i,
110111 * "ntasks";i,
You can’t perform that action at this time.
0 commit comments