Bug 743 - command-line RngRun not working?
command-line RngRun not working?
Status: RESOLVED INVALID
Product: ns-3
Classification: Unclassified
Component: core
pre-release
All All
: P5 normal
Assigned To: Faker Moatamri
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-11-18 01:24 UTC by Tom Henderson
Modified: 2009-12-28 12:44 UTC (History)
2 users (show)

See Also:


Attachments
test program (388 bytes, text/x-c++src)
2009-12-06 19:40 UTC, Tom Henderson
Details

Note You need to log in before you can comment on or make changes to this bug.
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.