On the integration problem (addition)
Frederic Y. Bois <[email protected]> Fri, 3 Oct 2008 11:43:00 +0000 (UTC)
| Newsgroups | gmane.comp.gnu.mcsim.bugs |
|---|---|
| Message-ID | <[email protected]> |
Compiling the files in mcsim/sim/ in gcc with the -O - ffloat-store options will fix the problem and is strongly recommended (implies rebuilding the libmcsim.so shared library). But it multiplies computation time by a factor 1.5 (less efficient optimization). The solution is to compile only modelu.c with the -O - ffloat-store options (the problem only stems from one routine in modelu.c). All the other files can be compiled as before with the -O option. The loss in speed is minimal in that case. F. Bois