Hello again all!
An interesting situation has arisen. I'm running some code to calculate the neutron transport fluxes in a reactor. Fun stuff. I've compiled two versions of the code using the same compiler (Intel Fortran V.8). One is not optimized and the other is optimized for use on an Intel P4(which is the computer I am using).
The final flux results from each compile vary wildly at times, by as much as 50%!! My question becomes thus: in your best opinions, does an optimized piece of software offer more accurate results than the unoptimized one? Which set of results should I treat with greater authority?
Thanks
-kirk
An interesting situation has arisen. I'm running some code to calculate the neutron transport fluxes in a reactor. Fun stuff. I've compiled two versions of the code using the same compiler (Intel Fortran V.8). One is not optimized and the other is optimized for use on an Intel P4(which is the computer I am using).
The final flux results from each compile vary wildly at times, by as much as 50%!! My question becomes thus: in your best opinions, does an optimized piece of software offer more accurate results than the unoptimized one? Which set of results should I treat with greater authority?
Thanks
-kirk