[vtk-developers] Sgi and Python fun

Andy Cedilnik andy.cedilnik at kitware.com
Fri Sep 13 08:46:48 EDT 2002


Hm, I don't know why. Maybe the optimization "-O -OPT:Olimit=0" is
stronger than -O2? Maybe not the same version of compiler? The one here
is Mongoose Compilers: Version 7.10 (cc -version).

In any case, changing optimization to "-O1 -OPT:Olimit=0" fixes it.

				Andy

On Fri, 2002-09-13 at 04:43, Charl P. Botha wrote:
> My office-mate tried this on his Octane, but all seems to be fine:
> 
> [dutida:22:52:~] python
> Python 2.1.3 (#1, Aug 28 2002, 14:53:14) [C] on irix646
> Type "copyright", "credits" or "license" for more information.
> >>> 1.0/10
> 0.10000000000000001
> >>>
> 
> What was supposed to happen?  His Python is built with the MIPSPro C
> compiler with -O2.





More information about the vtk-developers mailing list