"README.md" did not exist on "888f5c2a75af4ddd87b1d5882c7d7eccf775821b"
Take into account csds_init for the time in engine_init
All threads resolved!
All threads resolved!
Currently, the time spent within csds_init
is accounted twice. Once within the previous function and once in engine_init
. Here I am changing a bit the API in order to return the time already accounted for in engine_init
.
Merge request reports
Activity
changed milestone to %Continuous Simulation Data Stream
added bug label
added 1 commit
- 1e262969 - Avoid counting twice the time spent in csds_init
- Resolved by Loic Hausammann
You are correct, but in fact we set it twice. https://gitlab.cosma.dur.ac.uk/swift/swiftsim/-/blob/master/examples/main.c#L133
Do you wish to remove the one in
engine_config.c
?mentioned in commit bb063b90
Please register or sign in to reply