Re: [ns] Multiple simulations in NS

2006-05-15 Thread Sameer Qazi
Another way is through 'for' loop, but make sure you break up this code (the one to be repeated) as one (or multiple) subroutines ('procs in tcl') written outside the 'for' loop. The code can then be repeatedly called at specific time intervals using $ns at <"subroutine" or "proc"> from a 'for'

[ns] X11 libraries incompatibility of ns2-64bit platform

2005-12-27 Thread Sameer Qazi
While installing ns-allinone-2.29 on AMD-64 platform, can't get it to link to X11 libararies even though it finds-->libX11.a and libX11.so on my machine. Heres the error--> ** /usr/bin/ld: skipping incompatible /usr/X11R6/lib/libX11.so

[ns] Installation on AMD-64 with Fedore Core-4!

2005-12-24 Thread Sameer Qazi
Hi, I've tried everything to install ns-2 on an AMD-64 Opteron based server --(running Fedora Core 4) ->including using the all-in-one and build-from-individual-sources but all in vain. OTCL configuration fails even when I specify TCL path using the --with-tcl=/path to tcl/ option. While, goin