[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems with validating the ns simulator
Recompile all files in ns and see if you still have the same problem.
Nader
>>> "kthanasi" == kthanasi <[email protected]> writes:
kthanasi> Dear all,
kthanasi> I just built the ns simulator on Digital Unix 4.0D. The
kthanasi> build went fine and I actually got an executable that seems
kthanasi> to run just fine. However it does not pass the validate
kthanasi> test. I get the errors contained in the addendum
kthanasi> consistently:
kthanasi> Even with these warnings the simulator does produce an
kthanasi> output. However it is significantly different from the
kthanasi> reference output provided with the simulator source. Any
kthanasi> ideas as to why all this is happening are greatly
kthanasi> appreciated.
kthanasi> Thank you Leonidas
kthanasi> --------------------------Cut
kthanasi> Here------------------------------ Running test tahoe1
kthanasi> warning: no class variable Agent/Null::sport_
kthanasi> see tcl-object.tcl in tclcl for info about this warning.
kthanasi> warning: no class variable Agent/Null::dport_
kthanasi> warning: no class variable DelayLink::off_prune_
kthanasi> see tcl-object.tcl in tclcl for info about this warning.
kthanasi> warning: no class variable DelayLink::off_CtrMcast_
kthanasi> warning: no class variable DelayLink::off_prune_
kthanasi> see tcl-object.tcl in tclcl for info about this warning.
kthanasi> warning: no class variable DelayLink::off_CtrMcast_
kthanasi> warning: no class variable DelayLink::off_prune_
kthanasi> see tcl-object.tcl in tclcl for info about this warning.
kthanasi> warning: no class variable DelayLink::off_CtrMcast_
kthanasi> warning: no class variable DelayLink::off_prune_
kthanasi> see tcl-object.tcl in tclcl for info about this warning.
kthanasi> warning: no class variable DelayLink::off_CtrMcast_
kthanasi> warning: no class variable DelayLink::off_prune_
kthanasi> see tcl-object.tcl in tclcl for info about this warning.
kthanasi> warning: no class variable DelayLink::off_CtrMcast_
kthanasi> warning: no class variable DelayLink::off_prune_
kthanasi> see tcl-object.tcl in tclcl for info about this warning.
kthanasi> warning: no class variable DelayLink::off_CtrMcast_
kthanasi> warning: no class variable Agent/TCP::sport_
kthanasi> see tcl-object.tcl in tclcl for info about this warning.
kthanasi> warning: no class variable Agent/TCP::dport_
kthanasi> warning: no class variable Agent/TCPSink::sport_
kthanasi> see tcl-object.tcl in tclcl for info about this warning.
kthanasi> warning: no class variable Agent/TCPSink::dport_
kthanasi> 0/cwnd=1.0000/ssthresh=50/ack=-1
kthanasi> 1/cwnd=16.0000/ssthresh=50/ack=14
kthanasi> 2/cwnd=4.0000/ssthresh=13/ack=41
kthanasi> 3/cwnd=14.2510/ssthresh=13/ack=72
kthanasi> 4/cwnd=18.2027/ssthresh=13/ack=136 output trace is in
kthanasi> temp.rands Test output differs from reference output
kthanasi> Diagnose with: diff test-output/tahoe1.test
kthanasi> test-output/tahoe1 Differences due to floating-point
kthanasi> formatting are not significant. next?
kthanasi> --------------------------------End
kthanasi> Here---------------------------