NS-2 TCL error while simulation
I am stucked in a problem. i-e after running the ns on a my mrmc.tcl script file, i get the following error:
linux-p84p:/usr/local/src/ns-2.34/MRMC-Protocol # ns mrmc.tcl
Wireless Mesh Network in Chain Topologies - 4 Nodes, 3 Channels,
2 Interfaces
num_nodes is set 12
(_o3 cmd line 1)
invoked from within
"_o3 cmd change-numifs 3"
invoked from within
"catch "$self cmd $args" ret"
invoked from within
"if [catch "$self cmd $args" ret] {
set cls [$self info class]
global errorInfo
set savedInfo $errorInfo
error "error when calling class $cls: $args" $..."
(procedure "_o3" line 2)
(SplitObject unknown line 2)
invoked from within
"$ns_ change-numifs $val(nc)"
(file "mrmc.tcl" line 74)
Any one have got the similar problem??
|