Commit 75ea1df
committed
group: defer the insertion of ompi_group_all_failed_procs to group_table
The two pre-defined groups: group_null and group_empty must be the
0th and 1st group in the group_table, for MPI_Group_f2c to be able
to convert fortran group index to c_group.
However, prior to this patch ompi_group_all_failed_procs was inserted
to group table as the 0th group, which broke MPI_Group_f2c.
This patch moved the insertion of ompi_group_all_failed_procs to
after group_null and group_empty.
Signed-off-by: Wei Zhang <wzam@amazon.com>1 parent 5435430 commit 75ea1df
1 file changed
+11
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | 422 | | |
433 | 423 | | |
434 | 424 | | |
| |||
445 | 435 | | |
446 | 436 | | |
447 | 437 | | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
448 | 449 | | |
449 | 450 | | |
450 | 451 | | |
| |||
0 commit comments