Bug 743

Summary: command-line RngRun not working?
Product: ns-3 Reporter: Tom Henderson <tomh>
Component: coreAssignee: Faker Moatamri <faker.moatamri>
Status: RESOLVED INVALID    
Severity: normal CC: mathieu.lacage, ns-bugs
Priority: P5    
Version: pre-release   
Hardware: All   
OS: All   
Attachments: test program

Description Tom Henderson 2009-11-18 01:24:14 UTC
unconfirmed, but should be checked out:
http://groups.google.com/group/ns-3-users/browse_frm/thread/e0193e180fcd5a85
Comment 1 Tom Henderson 2009-12-06 19:39:02 UTC
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.
Comment 2 Tom Henderson 2009-12-06 19:40:27 UTC
Created attachment 694 [details]
test program
Comment 3 Tom Henderson 2009-12-28 12:44:56 UTC
The new sample program samples/sample-random-variable.cc shows that this is invalid bug report.