next up previous contents index
Next: 3.7.10 Linux: PGI Compiler Up: 3.7 Optimization, Compiler Switches Previous: 3.7.8 Hitachi SR8000   Contents   Index


3.7.9 IBM

Useful links:
IBM compiler documentation: ``IBM: XL Fortran'', especially ``IBM AIX compiler information center''. Another source of the compiler documentation: ``Documentation for AIX Systems'', especially ``IBM XL Fortran for AIX Version 8.1.1 Library''. Particularly useful hints: ``Porting Programs from the Crays to the SP''.

The compiler to be used for OpenMP runs is called with xlf90_r which ``binds the object files to the thread-safe components'' (IBM documentation). For scalar code xlf90 might be sufficient.

Important switches are:

A job script rhd.job on the Loadleveler batch system on io.cines.fr can be submitted with

  llsubmit rhd.job

The jobs in the queue for user testuser can be checked with

  llq -u testuser

A job with ID n34.56789.0 can be canceled with

  llcancel n34.56789.0


next up previous contents index
Next: 3.7.10 Linux: PGI Compiler Up: 3.7 Optimization, Compiler Switches Previous: 3.7.8 Hitachi SR8000   Contents   Index