Accelergy-Project / timeloop-accelergy-exercises

Exercises for exploring the Fibertree, Timeloop and Accelergy tools
MIT License
85 stars 29 forks source link

Generate action_counts.yaml file #14

Closed 05Tushar closed 4 years ago

05Tushar commented 4 years ago

In the exercises for accelergy, there was an action_counts.yaml file in the input directory. You can find it here. Is there any inbuilt function or flag to get the action_counts for the best mapping obtained by running the timeloop mapper.

nellie-wu commented 4 years ago

We currently do not have the support for Timeloop to generate action counts for Accelergy. The current Timeloop-Accelergy system communicates based on the ERTs --- Accelergy generates the ERTs and sends to Timeloop for internal energy calculation for all the potential mappings. The action counts in the example are generated by other simulators (not Timeloop). You should be able to achieve the same goal by having Timeloop and Accelergy communicate via the ERTs.

05Tushar commented 4 years ago

Thank you :-)