Bugzilla – Bug 743
command-line RngRun not working?
Last modified: 2009-12-28 12:44:56 UTC
unconfirmed, but should be checked out: http://groups.google.com/group/ns-3-users/browse_frm/thread/e0193e180fcd5a85
Am not able to reproduce: $ ./waf --run main-rv 'build' finished successfully (0.673s) 0.816532 $ ./waf --command-template="%s --RngRun=3" --run main-rv 'build' finished successfully (0.683s) 0.775417 $ NS_GLOBAL_VALUE="RngRun=3" ./waf --run main-rv Waf: Entering directory `/home/tomh/hg/dec09/ns-3-allinone/ns-3-dev/build' Waf: Leaving directory `/home/tomh/hg/dec09/ns-3-allinone/ns-3-dev/build' 'build' finished successfully (0.687s) 0.775417 I will attach test program and ask reporting user to confirm.
Created attachment 694 [details] test program
The new sample program samples/sample-random-variable.cc shows that this is invalid bug report.