Tariq
Tariq

Reputation: 101

Advice in Time simulation

I just created VANET simulation with AODV protocol .. Then running it using omnet++ and sumo ..please your advice for :-

1- Which button it better to use ( run button , or fast button ) 

2- When I using the run button, my simulation take along time upto 12 hour with sample number of car .. So if the number of car increase  it will take more long time, So how can increase the speed of simulation to get less run time ..

Thanks in advance

Upvotes: 0

Views: 99

Answers (1)

floxyz
floxyz

Reputation: 686

For running simulations (for collecting results and after verifying that your model works as intended) I recommend two things:

  • Run your simulation in release mode. This means compiling the code with the flag MODE=release. More details can be found in the OMNeT++ user manual.
  • Run your simulations on the command line - do not use any OMNeT++ GUI. If you want to collect results this is by far the fastest way as you do not care about the GUI. How to use the command line is explained in the dedicated OMNeT++ user manual section.

Upvotes: 2

Related Questions