Unipisa / Simu5G

Simu5G - 5G NR and LTE/LTE-A user-plane simulation model for OMNeT++ & INET
https://simu5g.org
Other
141 stars 80 forks source link

Parallel simulation #186

Closed WilliamNapolitano closed 8 months ago

WilliamNapolitano commented 9 months ago

I'm trying to run a simulation in parallel using the Simu5G framework. Does anyone know of a script that can guide me on how to do this and what parameters need to be set?

giovanninardini commented 9 months ago

Hello,

if you mean running one simulation using multiple CPU cores, that is not possible.

If you mean running multiple simulation instances, each of them using a different CPU, you can take a look at the opp_runall command provided by OMNeT++: https://doc.omnetpp.org/omnetpp/manual/#sec:run-sim:batches-using-opp-runall