Millian Poquet

Results 9 comments of Millian Poquet

CMake is likely responsible for the absolute paths. I had similar problems with absolute paths in gcov information due to CMake.

I also feel like a compilation warning would be better than an error. clang does not support `warning` attributes as of 7.1.0, but it has a `diagnose_if` one. This code...

Hi! Thanks for this project, it looks great! I share @martinetd opinion: I would like to difftastic for my daily `git diff`s and the main feature that is missing for...

Yes, [hosts in the future batprotocol](https://framagit.org/batsim/batprotocol/-/blob/c5bef6b0b61d9db46c5729d26fe2ed63a832abbd/batprotocol.fbs#L637) will have these attributes :).

I agree that it would be a good addition. Opened [#126](https://gitlab.inria.fr/batsim/batsim/-/issues/126) to track it.

Hi! Thanks but the resulting example is invalid (quoting jq: `parse error: Expected another key-value pair at line 24, column 4`). Can you fix it?

Commit 11df8f4 adds wattmin information from SimGrid as a temporary fix. Using the current power computed by SimGrid should be better, but it does not seem possible with current forked...

Retrieving such information from SimGrid is not as easy as it seems. Batsim is most of the time called at the end of a job, so the involved hosts are...

This could be achieved by using DMTCP on a simulation instance manager (e.g., [robin](https://gitlab.inria.fr/batsim/batexpe)). It may work directly or DMTCP plugins might be needed. Such plugins allow to define how...