Relative Content

Tag Archive for simgrid

How to speed up the simulation in the case of massive data transmission?

When I run a lot of actors on every host to achieve massive data transmission, it costs more the six hours on 6000000 cores.
Each actor need to create streams and send to a specified host or actor and all of them compete for real computing resources (single core).
How can I make the most of real computing resources (physical multi-core)?

How to start Simgrid parallel mode?

When I ran several actors in a host with multi-cores, I found that it takes a lot of time, because the simulation almost ran on a physical core. So I want to run the code in parallel.