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

MPI Replay: Establish a configuration workflow with and without QoS #219

Open nmcglo opened 3 years ago

nmcglo commented 3 years ago

Branch: Develop

Currently the mpi replay workload configuration file requires four items per workload (line). Previously this had been 2.

Can we come up with a way to allow for both 2 and 4 item configuration files?

Also, what should the s->qos_level be if QoS is not enabled, because using -1 for this instantiation will break the "single job no config file needed" way of executing codes. I've currently set it to 0 to work around this but that may not be a long term solution.