INCF / MUSIC

MUSIC, the MUltiSimulation Coordinator
GNU General Public License v3.0
37 stars 37 forks source link

MUSIC runs into an endless loop if running just one process #54

Open weidel-p opened 6 years ago

weidel-p commented 6 years ago

As mentioned in https://github.com/nest/nest-simulator/issues/958 MUSIC does not finish it's simulation if there is only one process defined in the MUSIC configuration file. Apparently, the function pushForward in the scheduler runs into an endless loop in this case.

This is not a major error as there is no reason to run music with only one process, but I guess it would be nice to fix it anyways.