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

Initial events from an LP cannot be sent to other LPs (Imported #94) #94

Closed nmcglo closed 5 years ago

nmcglo commented 8 years ago

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


You should only schedule events to the current LP when inside the primordial LP init event. This restriction should be documented (if not already). The code could also check for it with an error message or assertion.

nmcglo commented 8 years ago

Jonathan Jenkins:

Fixed in baseline ROSS with the "pre_run_f" function type.

nmcglo commented 8 years ago

Jonathan Jenkins:

Status changed to closed