Skip to main content

Questions tagged [cray]

For questions relating to the supercomputers made by Cray Research and its successors.

13 votes
1 answer
492 views

The paper What Every Computer Scientist Should Know About Floating-Point Arithmetic uses the Cray's systems as an example of computers without a guard bit: Although most modern computers have a guard ...
Morel's user avatar
  • 131
6 votes
3 answers
594 views

I'm trying to find a quote that I'm 90% certain was attributed to Cray. It was to the effect that a computer that processes at a rate of one megaflop also needed a megaword of memory and [something ...
Maury Markowitz's user avatar
4 votes
0 answers
265 views

I know the Cray-1 had scatter/gather addressing, but I am curious if anyone knows what the first machine with this feature might be? I suspect it is one of the vector machines from this era, perhaps ...
Maury Markowitz's user avatar
3 votes
2 answers
428 views

I am trying to understand the trade-offs between scalar and vector machines, the threshold of complexity/transistor count/performance at which vector machines started to make sense. As data points, ...
rwallace's user avatar
  • 65.3k
3 votes
1 answer
380 views

The Cray-1 has 12 segments arranged in a 270 degree arc. It also has 12 functional units, so is there one functional unit per segment? There were 1,662 modules in 113 varieties, but what is a module? ...
Single Malt's user avatar
  • 1,995
1 vote
1 answer
735 views

The stats are: https://en.wikipedia.org/wiki/Cray-1 Memory‎: ‎8.39 Megabytes (up to 1 048 576 words) CPU‎: ‎64-bit processor @ 80 MHz The 24-bit address arithmetic was performed in an add unit and a ...
user36088's user avatar
  • 429
20 votes
3 answers
5k views

I found a mention on page 777 of the Second Edition of the book "Computer Systems: a programmer's perspective" [Bryant - O'Hallaron] stating that Cray supercomputers still do not use virtual memory (...
nbloqs's user avatar
  • 549