|
Bugzilla – Full Text Bug Listing |
| Summary: | command-line RngRun not working? | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | core | Assignee: | 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
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. |