Running Programs on the Cray SV1, Spring 2004

(also see Introduction to the SV1 (ppt))
  1. ssh cray
    (or "ssh cray.tjhsst.edu" from remote)
  2. bash
    (this runs a version of bash - "bourne again shell" - easy interface you're used to)
  3. look around: "ls" lists files, "pwd" shows the directory path
  4. "mkdir directory" creates working directories if you need them
    cd directory - changes directorie
  5. To transfer files from our lab to the SV1:
  6. Editing programs
  7. C
  8. C++
  9. Fortran 77
  10. MPI (SV1 has the C version only)
  • MPI Resources