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

Fix MPI Sim Layer simulation stats (Imported #82) #82

Closed nmcglo closed 5 years ago

nmcglo commented 8 years ago

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


Some of the stats for MPI Sim layer (communication and total runtime) need to be fixed (sometimes the comm. and total runtime ends up being less than the send time). These stats are not being used in the torus/dragonfly runs right now but they can mislead an outside user.

nmcglo commented 8 years ago

Jonathan Jenkins:

Status changed to closed

nmcglo commented 8 years ago

Jonathan Jenkins:

The stats (specifically comm. time stat) has been fixed.