Peter Hill

Results 527 comments of Peter Hill

> You missed on reference ;-) Now it helped a lot. Thanks, not sure why I missed those! :+1: > I have looked at https://github.com/aras-p/ClangBuildAnalyzer and -ftime-trace and did some...

It would be really good if this included the tests as well. Can they be written without using `realy`?

@johnomotani Good point, I'm having a BOUT++ day, so I'll add that to the manual this afternoon. @jonycastagna Just to be clear, the full steps, starting from a clean checkout:...

Some instructions here: https://bout-dev--2564.org.readthedocs.build/en/2564/user_docs/installing.html#cmake and further details in the physics model section: https://bout-dev--2564.org.readthedocs.build/en/2564/user_docs/physics_models.html#building-physics-models

Good point, probably all caps is more consistent. Might be nice to do the same for netcdf as well. #2380 is definitely a nice idea too

This should be fairly easy I think. In #2210 I change the command line parsing to convert `-d` into `datadir=` and so on, and the same machinery could be used...

Need work/in progress: - boutcore tests need boutcore building -- needs some work - test-compile-examples/-petsc need CMakeLists.txt adding for example -- halfway there with this, need to finish off and...

Crossed off test-compile-examples and test-compile-examples-petsc; done in #2021 by using `-DBOUT_BUILD_EXAMPLES=on` to build everything. I think test-region-iterator can possibly go -- I'm not sure what it gives us over the...

`test-code-style` replaced with running clang-tidy. Might need to tone it down a bit, it's much noisier than I was hoping

> What header should this go into? Make mesh.hxx more expensive? Maybe `physicsmodel.hxx`? Are we likely to use it much in the library? Quick search looks like it won't be...