[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to run simulation many times
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