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

Make a jobmap a requirement #218

Open nmcglo opened 3 years ago

nmcglo commented 3 years ago

Branch: Develop

model-net.c currently checks to see if there exists a jobmap set by the congestion controller for encoding the application into the modelnet message.

But congestion control isn't always on, this would be a useful property for future features, make a way for creating an identity jobmap (single job) if there does not exist one.