Modules built:
antenna aodv applications
bridge buildings config-store
core csma csma-layout
dsdv dsr energy
fd-net-device flow-monitor internet
internet-apps lr-wpan lte
mesh mobility netanim
network nix-vector-routing olsr
point-to-point point-to-point-layout propagation
sixlowpan spectrum stats
test (no Python) topology-read traffic-control
uan virtual-net-device visualizer
wave wifi wimax
Modules not built (see ns-3 tutorial for explanation):
brite click dpdk-net-device
mpi openflow tap-bridge
.....[730/735] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-6GHz --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=1 --clientNss=1 --stepTime=0.1
[731/735] PASS: Example src/wifi/examples/wifi-bianchi --validate --phyMode=OfdmRate6Mbps --nMinStas=5 --nMaxStas=10 --duration=15
[732/735] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-5GHz --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=4 --clientNss=4 --stepTime=0.1
[733/735] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-5GHz --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=4 --clientNss=4 --stepTime=0.1
[734/735] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-6GHz --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=1600 --clientShortGuardInterval=1600 --serverNss=4 --clientNss=4 --stepTime=0.1
[735/735] PASS: Example src/wifi/examples/wifi-manager-example --wifiManager=MinstrelHt --standard=802.11ax-6GHz --serverChannelWidth=160 --clientChannelWidth=160 --serverShortGuardInterval=3200 --clientShortGuardInterval=3200 --serverNss=4 --clientNss=4 --stepTime=0.1
729 of 735 tests passed (729 passed, 3 skipped, 2 failed, 1 crashed, 0 valgrind errors)
List of SKIPped tests:
ns3-tcp-cwnd (requires NSC)
ns3-tcp-interoperability (requires NSC)
nsc-tcp-loss (requires NSC)
List of FAILed tests:
int64x64
tcp-rto-test
List of CRASHed tests:
src/flow-monitor/examples/wifi-olsr-flowmon.py
I followed instructions on the wiki to download and build ns3. Any tips/suggestions for troubleshooting? Thanks!
Perhaps this is the first reported experience of ns-3 on an M1.
I don't have access to one yet. Can you please run the failed
tests to output
$ ./test.py -s int64x64 -t out.int64x64
$ ./test.py -s tcp-rto-test -t out.tcp-rto-test
and send us the resulting text files generated?
Also, if you can run the following command and share the error output that is printed?
$ ./waf --pyrun src/flow-monitor/examples/wifi-olsr-flowmon.py
Thanks,
Tom
(nsm) nd2@Andys-MacBook-Pro ns-3.35 % ./waf --pyrun src/flow-monitor/examples/wifi-olsr-flowmon.py
Waf: Entering directory `/Users/nd2/Documents/ns-3-allinone/ns-3.35/build'
Waf: Leaving directory `/Users/nd2/Documents/ns-3-allinone/ns-3.35/build'
Build commands will be stored in build/compile_commands.json
'build' finished successfully (0.547s)
Command ['/Users/nd2/Documents/pyenv-versions/nsm/bin/python3', 'src/flow-monitor/examples/wifi-olsr-flowmon.py'] terminated with signal SIGSEGV. Run it under a debugger to get more information (./waf --run <program> --gdb").
Thanks!
8, so 64 bits?
--
Posting to this group should follow these guidelines https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
---
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ns-3-users/068267e9-5f62-414a-8dce-94bb7bcfd742n%40googlegroups.com.