Thanks,
But I am not looking for portability.
This is the problem I faced when I tried to compile a code with ifort
with "-fast" option enabled.
"It sets the following options:
· On OS X* systems: -ipo, -mdynamic-no-pic, -O3,
-no-prec-div, and -xHost On Windows* systems: /O3, /Qipo, /Qprec-div-,
and /QxHost
On Linux* systems: -ipo, -O3, -no-prec-div, -static, and
-xHost""
from man ifort