| d000d369 | 06-Dec-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Vec: document when InsertMode cannot change between reassemblies
When using VEC_SUBSET_OFF_PROC_ENTRIES, the header is currently not re-communicated. If the receiving process did not set any values
Vec: document when InsertMode cannot change between reassemblies
When using VEC_SUBSET_OFF_PROC_ENTRIES, the header is currently not re-communicated. If the receiving process did not set any values itself, it would have no way to determine which InsertMode should be used. The restriction can be lifted by sending the InsertMode at the start of each integer message, but that would require out-of-place message packing.
show more ...
|
| ee5fc33b | 04-Dec-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
VecAssembly BTS: enable by default, use -vec_assembly_bts 0 to disable
Note that -vec_assembly_bts can only be disabled if VecSetFromOptions is called, which it often is not. Hopefully the old stas
VecAssembly BTS: enable by default, use -vec_assembly_bts 0 to disable
Note that -vec_assembly_bts can only be disabled if VecSetFromOptions is called, which it often is not. Hopefully the old stash communication routines can be deleted soon, and then all the options go away.
show more ...
|