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 codes workloads multi-app capable (Imported #52) #52

Closed nmcglo closed 5 years ago

nmcglo commented 8 years ago

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


The current API doesn't allow for multiple workloads to run side-by-side. We need to change the API itself to incorporate an app-id+rank-id namespace, update the implementations, and propagate the API changes to the various sims using it.

nmcglo commented 8 years ago

Jonathan Jenkins:

Status changed to closed

nmcglo commented 8 years ago

Jonathan Jenkins:

Done