| 33c49614 | 24-Jul-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Ignore potential overlapping when rootdata=leafdata=NULL
This case happens with ex62_fetidp_3d_tet – snes.tutorials ex62_fetidp_3d_hex – snes.tutorials ex59_bddc_fetidp_ml_eqlimit_2 – ksp.ksp.tutori
Ignore potential overlapping when rootdata=leafdata=NULL
This case happens with ex62_fetidp_3d_tet – snes.tutorials ex62_fetidp_3d_hex – snes.tutorials ex59_bddc_fetidp_ml_eqlimit_2 – ksp.ksp.tutorials ex59_bddc_fetidp_ml_eqlimit_1 – ksp.ksp.tutorials
show more ...
|
| 9d1c8add | 23-Jul-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
SF: Partially fix a bug when overlapped SF communications have same rootdata or leafdata on some ranks
Now we use two keys (rootdata, leafdata) to identify a pending communication. But that is still
SF: Partially fix a bug when overlapped SF communications have same rootdata or leafdata on some ranks
Now we use two keys (rootdata, leafdata) to identify a pending communication. But that is still not enough for cases where communications have same rootdata and leafdata on some ranks. Currently We error out on these cases. See src/vec/is/sf/examples/tutorials/ex2.c for various cases we can handle and we can not handle.
show more ...
|