Responsible: C. Dobler, IVT
Analysis of performance and structure of (non parallel) QueueSim shows:
The parallel QueueSim is based on the existing QueueSim and can be used by just adding a new parameter to a scenario configuration file (see below).
First performance measurements show promising results.
Working paper will be published in Q2 2010.

The config option presumably is:
<module name="qsim"> ... <param name="numberOfThreads" value="5"/> </module>
Any number of threads larger than one triggers the use of the parallel version. (??)