Gary Mirams
Gary Mirams
Any update on this @jmosborne , did your new results make it into the central PermedCoE repo?
Keep gnuplot! Used to use that all the time when debugging numerics...
See also #249 and #257
I suspect it is because that new code was opening and closing files repeatedly for each writer, which is called once at the end of a Solve (I think?), but...
I will admit to seeing a `chaste_codegen --version` flying about more than I expected on `htop` (more than I expected because it should only really need calling once per build...
We merged in #123 so this should now be a lot faster, as discussed this morning, a new profiling test should be written to cover this case of lots of...
Immediate issue resolved, but we should keep track to make sure this doesn't happen by accident again (new ticket for this #272)
Had a quick look at this after seeing it on the board, and I think the test is sort of "best practice" in terms of testing at the lowest appropriate...
Any update @fieldofnodes ? Just doing a ticket audit...
For this to be sorted we want to give advice on how to pass command line arguments to a test executable at the time you write `ctest TestBlah....` Some stackoverflow...