Peter Hill

Results 527 comments of Peter Hill

I think `fastcov` was just easier/faster to use

Todo before merge: - [x] Add deprecation notice to `./configure` - [ ] Make sure the docs all use cmake by default

Do we still want to remove LaplacePDD? We never "officially" deprecated it

Here's a couple of ideas: 1. use `Output::getInstance()->add/remove` to drop `std::cout` and add `sys.stdout` -- but that needs some way of converting `sys.stdout` to `std::ostream`, and I have no idea...

`RGN_ARITHMETIC` is nice and descriptive and not _too_ long. Maybe a function to explicitly set this particular region? I guess it would be a method on `Mesh`.

@dschwoerer A bit of background for this: this is essentially for testing the GPU branch on LLNL's machines. It won't be running automatically, but will required a member of the...

Good catch, definitely a few of those need to be installed -- the `Find*` modules, and I suspect `BOUT++functions.cmake` too. I'm fairly sure `EnableCXXWarningIfSupport` and `GetGitRevisionDescription` are only needed at...

I'm working on the `bout-config` stuff. One thing I don't like about CMake is how painful it makes it to get information out. On the plus side, once I've done...

`bout-config` and CMake files fixed in #2328

We probably need to use a fixture that makes sure to clean up the Timer singleton