Cray Operating System Article Index for
Cray
Website Links For
Cray
 

Information About

Cray Operating System




  Logo
  Screenshot
  Caption
  Developer Cray Research
  Family
  Source Model
  Working State Historic
  Latest Release Version 1172
  Latest Release Date July, 1990
  Kernel Type
  License Proprietary
  Website


The Cray Operating System ('''COS''') was Cray Research 's proprietary Operating System for its Cray-1 (1976) and Cray X-MP Supercomputer s, and those platforms' main OS until replaced by UNICOS in the late 1980s. COS was delivered with Cray Assembler Language (CAL), Cray FORTRAN (CFT), and PASCAL .


Disk-resident datasets used by a user program were 'local' to the individual job. Once a job completed, its local datasets would be released and space reclaimed. In order to retain the data between jobs, datasets had to be explicitly made 'permanent'. Magnetic Tape datasets were also supported on Cray systems which were equipped with an I/O Subsystem.

COS also provided job scheduling and checkpoint/restart facilities to manage large workloads, even across system downtimes (both scheduled and unscheduled.)

Internally, COS was divided into a very small message-passing EXEC, and a number of System Task Processors (STP tasks). Each STP task was similar in nature to the peripheral processor programs in earlier Control Data operating systems. For example, the PDM task was for permanent dataset management, the TDM task for magnetic tape datasets, DQM for disk request management, and so on. However since the Cray machines did not have peripheral processors, the main central processor executed the operating system code.

While the source for version 1.13 was released as Public Domain , there are no known saved copies, and thus COS is considered to be lost to time.


SEE ALSO