I have a program that calls an IMSL routine and I get
somewhat different results when I run it on the RS/6000 cluster blue.unix
versus on the Unixlab Suns and SGIs. Why is that?
This behavior is not unexpected. Using single precision, we typically
do see platform differences in the results for some routines. If you
use the double precision version of the routine and convert the
variables the routine uses to double precision, the difference in the
results should disappear.
DATE: 10/17/00
return to top