Hi Lorenzo,
This is indeed strange. Can you please give more details so we could reproduce
the problem? For example, does the problem exist with the old connectivityMap
multipleRuns application we have in Castalia?
What do you exactly mean by "manually executing each run"?
Do you have separate omnetpp.ini files that each have only one run
in them (or manybe even no run section at all)?
Do you use the same omnetpp.ini file with the multiple runs and
then use the -r switch when executing to specify a particular run?
One major point to notice is that if you are NOT using any runs for
manually running one simulation, then maybe some parameter are not
set as you expect them. If you are defining a parameter twice then only
the first value is taken into account. For example, you may have a parameter
defined in an ini file you include in your omnetpp (e.g. an ini file that
governs the MAC or channel params) and then you define it again manually
in your omnetpp ini. The first value (usually the one you have not defined)
will be in effect. This is the way omnet works. Just something to keep an