The event “ProsumerNetExtraLarge.schedulerModule (MosaikSchedulerModule, id=3)”, after proceeding right with its time for a long period of the simulation, suddenly skips a huge amount of time making the whole simulation to just stop! I use cosima: https://github.com/OFFIS-DAI/cosima/tree/master
Event #393411 t=3.654 0% completed (0% total) ProsumerNetExtraLarge.schedulerModule (MosaikSchedulerModule, id=3)
… then basically right after (I expect it to be around 3.7, but..):
2024-09-18 20:04:31:974196 | DEBUG | OMNeT++: MosaikSchedulerModule: received until event. sim time is: 999999.999
** Event #395303 t=999999.999 10% completed (10% total) ProsumerNetExtraLarge.schedulerModule (MosaikSchedulerModule, id=3)
The code responsible of the “received until event” is here:https://github.com/OFFIS-DAI/cosima/blob/master/cosima_omnetpp_project/modules/CosimaSchedulerModule.cc
The code responsible for the socket handling is instead here: https://github.com/OFFIS-DAI/cosima/blob/master/cosima_omnetpp_project/modules/AgentAppTcp.cc
Lorenzo Foschi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2