RhysU / ar

Autoregressive process modeling tools in header-only C++
Mozilla Public License 2.0
44 stars 13 forks source link

Ensure Intel compilers reproduce GNU compiler results #2

Closed RhysU closed 10 years ago

RhysU commented 11 years ago

When issue #1 is circumvented and screens-ful of warning messages ignored, the Intel compiler gives results that differ wildly from those produced by Intel. Wildly and glaringly wrong.

nicholasmalaya commented 11 years ago

Would also be worth considering adding an error handler that protests loudly in the event T0 < 1.

RhysU commented 10 years ago

Tests yesterday showed Intel 12.1 and GCC 4.6 agreeing on everything but order eps quantities. Closing.