PetscOptionsInsertFile: combine Bcasts for alias and values
This is an attempt to work around a BG/Q bug in which some sequences of collectives deadlock. This packs the options aliases and values i
PetscOptionsInsertFile: combine Bcasts for alias and values
This is an attempt to work around a BG/Q bug in which some sequences of collectives deadlock. This packs the options aliases and values into a packed buffer that can be communicated with a single MPI_Bcast.
Suggested-by: Vitali Morozov <morozov@anl.gov>
show more ...
|