Ritvik Rao
Ritvik Rao
I would suggest you try using the build script to install charm++, as opposed to directly using cmake, and see if that resolves your issue.
> Can you explain the bug and the fix here? Also update the name of the PR This is a bug with the system of tracking which futures are borrowed...
Todo: implement new scheme for future bookkeeping: Each entry will have a future ID as the key, and each entry will have a single borrow count, and a list of...
> I will approve it soon, since we need it merged but: (a) we should write the performance test I indicated. Although admittedly is tedious to run the test since...
I moved the CI test into the main CI file. However, i tried using ruff on my local machine and I think it's too aggressive; it checks for things like...
I already have done that, it only checks for Black-based formatting. The way the super linter works is that there a bunch of "VALIDATE_" environment variables that check for things,...
Ruff format is a bit different than black, and checks for both will have different results. Which one is best?