next up previous contents index
Next: 3.8.8 NEC SX-5 Up: 3.8 Optimization, Compiler Switches Previous: 3.8.6 Linux: PGI Compiler   Contents   Index


3.8.7 Linux: Intel Compiler

With Version 7.0 of the Intel compiler CO5BOLD (with the SHORTrad module only, so far) compiles.

The native format on Intel machines is little_endian. With
export F_UFMTENDIAN=big
the default can be changed to big_endian. The appropriate UIO modules are uio_mac_intel_module.f90 in the little_endian case and uio_mac_sun_module.f90 in the big_endian case. The compiler is called with ifc.

Important switches are:


next up previous contents index
Next: 3.8.8 NEC SX-5 Up: 3.8 Optimization, Compiler Switches Previous: 3.8.6 Linux: PGI Compiler   Contents   Index