if there are floating point calculations, yes, the result of these
operations will depend on architecture (i386 vs amd64), hence the
result of your simulation.
I would love to know if http://code.nsnam.org/mathieu/ns-3-time avoids
the difference across architectures for you.
Mathieu
--
Mathieu Lacage <mathieu...@gmail.com>
> - 35630 RxOk and 8 RxErr with GSL enabled
> - 35517 RxOk and 365 RxErr with GSL disabled
>
> Which translates in a FER about .0002 if GSL is enabled and .0102 if
> GSL is disabled.
> The difference, to me at least, is huge and I'm afraid it might affect
> the reproducibility of results.
>
> What do you think?
If you see a difference, it's because you are using
dsss-error-rate-model.cc and if so, you can see that it says:
NS_LOG_WARN ("Running a 802.11b CCK Matlab model less accurate than
GSL model");
To summarize, you have been warned :)
> - 35630 RxOk and 8 RxErr with GSL enabled
> - 35517 RxOk and 365 RxErr with GSL disabled
>
> Which translates in a FER about .0002 if GSL is enabled and .0102 if
> GSL is disabled.
> The difference, to me at least, is huge and I'm afraid it might affect
> the reproducibility of results.
>
> What do you think?
If you see a difference, it's because you are using
dsss-error-rate-model.cc and if so, you can see that it says:
NS_LOG_WARN ("Running a 802.11b CCK Matlab model less accurate than
GSL model");
To summarize, you have been warned :)
Mathieu
--
Mathieu Lacage <mathieu...@gmail.com>
--
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To post to this group, send email to ns-3-...@googlegroups.com.
To unsubscribe from this group, send email to ns-3-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ns-3-users?hl=en.
Fee free to file a bug and link to gustavoi's reply.