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

Change parameters of models during runtime (Imported #162) #162

Closed nmcglo closed 4 years ago

nmcglo commented 6 years ago

Original Issue Author: Kenenbek Arzymatov Original Issue ID: 162 Original Issue URL: https://xgitlab.cels.anl.gov/codes/codes/issues/162


It is not bug, just a question.

Is it possible to change (tune) parameters while simulation is working? For example, there are write_overheads:

lsm
{
 write_overheads = ( "29.67","29.67","29.67","29.67");
}

Can user access these parameters and set new values because storage degradation can happen?

nmcglo commented 6 years ago

Kenenbek Arzymatov:

changed the description

nmcglo commented 4 years ago

This is almost certainly a no. A feature like this is not currently planned. Closing for now.