lbann
lbann copied to clipboard
`lbann_comm` has const correctness issues
Apparently there are counters that lbann_comm maintains. These are not marked mutable (like they should be) so it looks like collectives, etc, are non-const functions (they are logically const). This should be cleaned up.