next up previous contents index
Next: 4.6.7 Linux: PGI compiler Up: 4.6 Specific machines & Previous: 4.6.5 Hitachi SR8000   Contents   Index


4.6.6 IBM

Useful links:
IBM compiler documentation: ``IBM: XL Fortran'', especially ``IBM AIX compiler information center''. 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 cancelled with

  llcancel n34.56789.0


next up previous contents index
Next: 4.6.7 Linux: PGI compiler Up: 4.6 Specific machines & Previous: 4.6.5 Hitachi SR8000   Contents   Index