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

Remove redundant num_routers from dragonfly config (Imported #66) #66

Closed nmcglo closed 4 years ago

nmcglo commented 8 years ago

Original Issue Author: Jonathan Jenkins Original Issue ID: 66 Original Issue URL: https://xgitlab.cels.anl.gov/codes/codes/issues/66


The number of routers in a group can be computed with the help of the repetitions parameter. num_routers should not be specified in the parameters.

nmcglo commented 4 years ago

While it's redundant and could be derived from existing parameters in the configuration file. I think there is value for the user to be able to look at two different configuration files and know how many routers there are per group instantaneously. This is a won't-fix for now.