Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

means using the Intel ifort compiler on a x86_64 computer architecture and the model will be compiled with full optimization compiler settings. Also the FCM build system will expect to find a file:

Code Block
oifs/make/fcmcfg/x86_64-intel-opt.cfg

...

means FCM will look for a file:

Code Block
make/fcmcfg/aix_pwr6-xlf-noopt.cfg

in the make/fcmcfg directory suitable for building on IBM Power6 architecture using the XLF/XLCC compilers using non-optimized settings.

...