Re: Problems with an apparent compiler-senstive model
From: "Tsai, Max" max.tsai@spcorp.com
Subject: Re: [NMusers] Problems with an apparent compiler-senstive model
Date: Sun, 30 Jul 2006 23:03:56 -0400
Thanks for suggestions for guarding against floating point errors. I will re-examine the
code and make sure that large values do not occur in the exponent.
For compiler options, I was originally using the following:
set f=df
set op=/optimize:1 /fpe:0
When different results were observed, I tried to change the compiler options so that the
compiler options would match those of the successful run.
set f=fl32
set op=/Ox /Op