how to run simulation many times

John Heidemann johnh@ISI.EDU
Mon, 13 Sep 1999 15:14:30 -0700


On Sun, 12 Sep 1999 10:20:30 PDT, Kathleen walace wrote: 
>Hi NS experts
>
>How do I run my simulations more than once. If I put the same script in
>a while loop, it does not work.

Some things should only be done once (like [new Simulator]).
Either rearrange your script to move those things out of the while
loop, or run your simulation multiple times with a second tcl program
or shell script.

   -John Heidemann