codes-org / codes

The Co-Design of Exascale Storage Architectures (CODES) simulation framework builds upon the ROSS parallel discrete event simulation engine to provide high-performance simulation utilities and models for building scalable distributed systems simulations
Other
40 stars 16 forks source link

Dfp fpar #178

Closed yao-kang closed 4 years ago

yao-kang commented 4 years ago

Added FPAR to dragonfly-plus model

nmcglo commented 4 years ago

FYI: I haven't forgotten about this - just have a bit of backlog. Will address it following my refactoring merge at the end of this month.

nmcglo commented 4 years ago

I am merging this now. @yao-kang, I made some alterations. Most are pretty self explanatory and minor - the only one that might make a difference to you is commit 7f65fd8. It undoes the change that made it so that routers/terminals wouldn't output data for ports that didn't have any traffic on them.

I'm also not a huge fan of splitting the link stat file into two as that's another pre-processing type operation, but I let it go since that will be covered when I tackle #182