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

Unify LP names in MPI replay and synthetic workload (Imported #171) #171

Closed nmcglo closed 5 years ago

nmcglo commented 5 years ago

Original Issue Author: Misbah Mubarak Original Issue ID: 171 Original Issue URL: https://xgitlab.cels.anl.gov/codes/codes/issues/171


Currently, the MPI simulation layer (and model-net-mpi-.conf files) use "nw-lp" as a LP name for a MPI process whereas the synthetic workload generator code and config files ("model-net-synthetic-.conf") expect "server" as a LP name for the MPI process. We need to unify the LP name for both model-net-mpi-replay and synthetic workload generators so that the same configuration files can be used for both piece of codes.

nmcglo commented 5 years ago

Neil McGlohon:

closed

nmcglo commented 5 years ago

Neil McGlohon:

Addressed in !85