Results 8 comments of ozmorph

@zebmason Would it make sense for UK regression go last since it takes the longest? On my computer, US regression takes a couple minutes whereas UK regression takes 20-30 minutes.

@zebmason No worries! FYI for future reference, you can tell what each regression test is using by looking in the admin-params.txt file. The UK regression test includes [Wales](https://github.com/mrc-ide/covid-sim/blob/master/tests/uk-input/admin-params.txt#L30) and the...

It appears that old ABI of the libstdc++ used in the Docker CentOS 7 container doesn't allow for the C++11 function `std::string::erase(const_iterator)` to be used, which is why that CI...

> Finally it would be a good thing to explain which parameters are mandatory... I'm having a hard time figuring this one out from the code only. I attempted to...

@Feynstein I actually just submitted my PR #228 that did a lot of work on the main() CLI argument parsing. Can you send me a link to your branch so...

Thanks, I will take a look at it. If I am asked to make any changes in #228, then I will consult your code to see if there is a...

Sounds good! I like having a check as an alternative. I am surprised too that it did not affect run-time. It could also be that the paging algorithm and Windows...

@matt-gretton-dann Using the exact same compiler that GitHub actions is using, I get similar performance on my local machine as Clang 9 on WSL Ubuntu 20.04 does. This led me...