Roscoe A. Bartlett

Results 1115 comments of Roscoe A. Bartlett

> @csteimer, perhaps it is best then to remove the `static_assert()` calls and improve the runtime error message when someone tries to print a Teuchos::ParameterList where one or more of...

> Not sure what is the best path forward. Any recommendations? @rppawlo, if magistrate is using modern CMake, you could wrap it as a TriBITS package and build it after...

@fryeguy52, with this PR, how many Trilinos packages can you get to build and install independently? NOTE: I have a blocklog item to add an option to `tribits_ctest_driver()` package-by-package mode...

@ppraegla, you might just consider using the `Teuchos::FancyOStream` class as that can ensure that output only gets printed from proc 0. See: https://trilinos.github.io/docs/teuchos/classTeuchos_1_1basic__FancyOStream.html#details https://trilinos.github.io/docs/teuchos/classTeuchos_1_1basic__FancyOStream__buf.html#a25ec06139d190ace75b189677dd4efaa The magic is shown in: https://trilinos.github.io/docs/teuchos/Teuchos__FancyOStream_8hpp_source.html#l00995...

> I was just confused because the [`TimeMonitor::report` docs](https://docs.trilinos.org/latest-release/packages/teuchos/doc/html/classTeuchos_1_1TimeMonitor.html#a794bfee7c48341bdcd6c2e9e0dd91695) explicitly said to use the `std::ostream only on rank 0 The documentation needs to be improved.