Running Programs on the Cray SV1

(More information on the SV1: Introduction to the SV1 - ppt, and SGI/Cray SV1 from Top500.org) or this link and here by Jack Dongarra
  1. ssh cray (or cray.tjhsst.edu or seymour.tjhsst.edu)
  2. Same system commands as the workstations, for example:
  3. Transfer files from a workstation to the SV1:
  4. Editing programs - the SV1 has only emacs or vim
  5. C and C++

  6. Fortran 90

  7. MPI (Message Passing Interface) (SV1 has the C and Fortran versions of MPI, no C++ version for MPI)

  8. OpenMP (Fortran 90 version, no C version)

  9. PVM - for any interested, the SV1 also has Parallel Virtual Machine. This is similar to MPI; we won't be using it in class
  • MPI Resources