PalladioSimulator / Palladio-Analyzer-Slingshot

0 stars 1 forks source link

Mulitple runs (fomerly Singleton) #6

Closed stiesssh closed 1 year ago

stiesssh commented 1 year ago

old Slingshot : i could start two simulation runs and they where 100% indepedent of each other - different drivers, different engine etc., could run in parallel.

new Slingshot : i start two simulation runs at the same time and they end up with the same driver, same engine etc. and then slingshot drops one of the simulations and only run the other :( because driver onyl initializes / starts once, i.e. if one simulation already runs, it does not start another.

stiesssh commented 1 year ago

closed by PR #8.