SUPPORT THE WORK

GetWiki

IBM 7090

ARTICLE SUBJECTS
aesthetics  →
being  →
complexity  →
database  →
enterprise  →
ethics  →
fiction  →
history  →
internet  →
knowledge  →
language  →
licensing  →
linux  →
logic  →
method  →
news  →
perception  →
philosophy  →
policy  →
purpose  →
religion  →
science  →
sociology  →
software  →
truth  →
unix  →
wiki  →
ARTICLE TYPES
essay  →
feed  →
help  →
system  →
wiki  →
ARTICLE ORIGINS
critical  →
discussion  →
forked  →
imported  →
original  →
IBM 7090
[ temporary import ]
please note:
- the content below is remote from Wikipedia
- it has been imported raw for GetWiki
{{Short description|Mainframe computer}}{{for|the tape-based operating system|IBM 7090/94 IBSYS}}{{Use American English|date=February 2023}}{{Use mdy dates|date=February 2023}}(File:IBM 7090 console.nasa.jpg|thumb|280px|IBM 7151 Console Control Unit for 7090)The IBM 7090 is a second-generation transistorized version of the earlier IBM 709 vacuum tube mainframe computer that was designed for "large-scale scientific and technological applications". The 7090 is the fourth member of the IBM 700/7000 series scientific computers. The first 7090 installation was in December 1959.IBM states "the first 7090 was installed in December, 1959" at 7090 Data Processing System In 1960, a typical system sold for $2.9 million (equivalent to ${{Inflation|US-GDP|2.9|1960|r=0}} million in {{Inflation-year|US}}) or could be rented for $63,500 a month ({{Inflation|US-GDP|63500|1960|r=-3|fmt=eq}}).The 7090 uses a 36-bit word length, with an address space of 32,768 words (15-bit addresses).BOOK, Computer Architecture and Organization, Hayes, John.P, 0-07-027363-4, 1978, 33, It operates with a basic memory cycle of 2.18 μs, using the IBM 7302 Core Storage core memory technology from the IBM 7030 (Stretch) project.With a processing speed of around 100 Kflop/s,WEB,weblink Performance of future high-end computers, Bailey, David, David H. Bailey (mathematician), 4, n.d., ResearchGate, April 16, 2022, the 7090 is six times faster than the 709, and could be rented for half the price.BOOK, Emerson W., Pugh, Lyle R., Johnson, John H., Palmer, IBM's 360 and early 370 systems,weblink registration, MIT Press, 1991, 0-262-16123-0, 36, An upgraded version, the 7094, was up to twice as fast. Both the 7090 and the 7094 were withdrawn from sale on July 14, 1969, but systems remained in service for more than a decade after.WEB,weblink 7090 Data Processing System, n.d., IBM, April 16, 2022, WEB,weblink 7094 Data Processing System, n.d., IBM, April 16, 2022,

Development and naming

Although the 709 was a superior machine to its predecessor, the 704, it was being built and sold at the time that transistor circuitry was supplanting vacuum tube circuits. Hence, IBM redeployed its 709 engineering group to the design of a transistorized successor. That project became called the 709-T (for transistorized), which because of the sound when spoken, quickly shifted to the nomenclature 7090 (i.e., seven - oh - ninety). Similarly, the related machines such as the 7070 and other 7000 series equipment were sometimes called by names of digit - digit - decade (e.g., seven - oh - seventy).{{citation needed|date=May 2013}}

IBM 7094

(File:IBM 7094 console3.agr.jpg|thumb|IBM 7151-2 Console Control Unit for 7094 showing additional index register displays in a distinctive extra box on top. Note "Multiple Tag Mode" light in the top center.)An upgraded version, the IBM 7094, was first installed in September 1962. It has seven index registers, instead of three on the earlier machines. The 7151-2 Console Control Unit for the 7094 has a distinctive box on top that displays lights for the four new index registers.WEB,weblink The IBM 7094, The 7094 introduced double-precision floating point and additional instructions, but largely maintained backward compatibility with the 7090. Although the 7094 has four more index registers than the 709 and 7090, at power-on time it is in multiple tag mode,MANUAL,weblink IBM 7094 Principles of Operation, A22-6703-4, October 21, 1966, IBM, {{rp|8}} compatible with the 709 and 7090, and requires a Leave Multiple Tag Mode{{rp|56}} instruction in order to enter seven index register mode and use all seven index registers. In multiple tag mode, when more than one bit is set in the tag field, the contents of the two or three selected index registers are logically ORed, not added, together, before the decrement takes place. In seven index register mode, if the three-bit tag field is not zero, it selects just one of seven index registers, however, the program can return to multiple tag mode with the instruction Enter Multiple Tag Mode,{{rp|55}} restoring 7090 compatibility.In April 1964, the first 7094 II was installed, which had almost twice as much general speed as the 7094 due to a faster clock cycle, dual memory banks and improved overlap of instruction execution, an early instance of pipelined design.MANUAL,weblink IBM 7094 Model II Data Processing System, A22-6760, IBM,

IBM 7040/7044

In 1963, IBM introduced two new, lower cost machines called the IBM 7040 and 7044. They have a 36-bit architecture based on the 7090, but with some instructions omitted or optional, and simplified input/output that allows the use of more modern, higher performance peripherals from the IBM 1400 series.

7094/7044 Direct Coupled System

The 7094/7044 Direct Coupled System (DCS) was initially developed by an IBM customer, the Aerospace Corporation, seeking greater cost efficiency and scheduling flexibility than IBM's IBSYS tape operating system provided. DCS used a less expensive IBM 7044 to handle input/output (I/O) with the 7094 performing mostly computation. Aerospace developed the Direct Couple operating system, an extension to IBSYS, which was shared with other IBM customers. IBM later introduced the DCS as a product.WEB,weblink The Direct Couple for the IBM 7090, Patrick, Robert L., Van Vranken, Richard K., Software Preservation Group, Computer History Museum, February 2009, JOURNAL, A directly coupled multiprocessing system, E. C. Smith, IBM Systems Journal, September–December 1963, 2, 3, 218–229, 10.1147/sj.23.0218,

Transistors and circuitry

The 7090 used more than 50,000 germanium alloy-junction transistors and (faster) germanium diffused junction drift transistors.7090 Data Processing SystemThe 7090 used the Standard Modular System (SMS) cards using current-mode logicSMS AA: Two-Way AND (current mode) some using diffused junction drift transistors.SMS DBZV: Two-Way AND, Type B

Instruction and data formats

The basic instruction formats were the same as the IBM 709:
  • A three-bit opcode (prefix), 15-bit decrement (D), three-bit tag (T), and 15-bit address (Y)
  • A twelve-bit opcode, two-bit flag (F), four unused bits, three-bit tag (T), and 15-bit address (Y)
  • Variations of the above with different allocation of bits 12-17 or different allocations of bits 18-35
The documentation of opcodes used signed octal. The flag field indicated whether to use indirect addressing or not. The decrement field often contained an immediate operand to modify the results of the operation, or was used to further define the instruction type. The tag field might describe an index register to be operated on, or be used as described below. The Y field might contain an address, an immediate operand or an opcode modifier. For instructions where the tag field indicated indexing, the operation was
T=0
use Y
7090
form the logical or of the selected index registers and subtract from Y
7094 in multiple tag mode (power-on default)
same as 7090
7094 in seven index register mode
subtract the index register from Y
If there was no F field or F is not all one bits, then the above was the effective address. Otherwise it was an indirect effective address; i.e., fetch the word at that location and treat the T and Y fields as described above.Data formats are
  • Fixed-point numbers were stored in binary sign/magnitude format.
  • Single-precision floating-point numbers had a magnitude sign, an eight-bit excess-128 exponent and a 27-bit magnitude (numbers were binary, rather than the hexadecimal format introduced later for System/360)
  • Double-precision floating-point numbers, introduced on the 7094, had a magnitude sign, an eight-bit excess-128 exponent, and a 54-bit magnitude. The double-precision number was stored in memory in an even-odd pair of consecutive words; the sign and exponent in the second word were ignored when the number was used as an operand.
  • Alphanumeric characters were six-bit BCD, packed six to a word.
Octal notation was used in documentation and programming; console displays lights and switches were grouped into three-bit fields for easy conversion to and from octal.

Input/output

missing image!
- IBM 7090 computer.jpg -
An IBM 7090 at the NASA Ames Research Center in 1961, with the director of Ames and several IBM employees. The IBM 7151 Console Control Unit is on the right with two banks of IBM 729 magnetic tape drives in back. The IBM 711 card reader is in front of the man and woman at right.
The 7090 series features a data channel architecture for input and output, a forerunner of modern direct memory access I/O. Up to eight data channels can be attached, with up to ten IBM 729 tape drives attached to each channel. The data channels have their own very limited set of operations called commands. These are used with tape (and later, disk) storage as well as card units and printers, and offered high performance for the time. Printing and punched card I/O, however, employed the same modified unit record equipment introduced with the 704 and was slow. It became common to use a less expensive IBM 1401 computer to read cards onto magnetic tape for transfer to the 7090/94. Output would be written onto tape and transferred to the 1401 for printing or card punching using its much faster peripherals, notably the IBM 1403 line printer.Later IBM introduced the 7094/7044 Direct Coupled System; the 7044 handled spooling between its fast 1400-series peripherals and 1301 or 1302 disk files, and used data channel to data channel communication as the 7094's interface to spooled data, with the 7094 primarily performing computations. There is also a 7090/7040 DCS.

Software

The 7090 and 7094 machines were quite successful for their time, and had a widevariety of software provided for them by IBM. In addition, there was a very active user community within the user organization, SHARE.IBSYS is a "heavy duty" production operating system with numerous subsystem and language support options, among them FORTRAN, COBOL, SORT/MERGE, the MAP assembler, and others.FMS, the Fortran Monitor System, was a more lightweight but still very effective system optimized for batch FORTRAN and assembler programming. The assembler provided, FAP, (FORTRAN Assembly Program), was somewhat less complete than MAP, but provided excellent capabilities for the era. FMS also incorporated a considerably enhanced derivative of the FORTRAN compiler originally written for the 704 by Backus and his team.

Notable applications

missing image!
- NASAComputerRoom7090.NARA.jpg -
Dual 7090s at NASA during Project Mercury.
  • The Compatible Time-Sharing System (CTSS), the first general purpose time-sharing operating system,REPORT, Singh, Jai P., Morgan, Robert P., October 1971, Educational Computer Utilization and Computer Communications,weblink Washington University, St. Louis, MO, National Aeronautics and Space Administration Grant No. Y/NGL-26-008-054, 13, March 8, 2022, Much of the early development in the time-sharing field took place on university campuses.8 Notable examples are the CTSS (Compatible Time-Sharing System) at MIT, which was the first general purpose time-sharing system..., developed at MIT's Computation Center on three successive computers, an IBM 709, 7090 and 7094 with RPQs for additional features. It eventually ran on two separate 7094s, one of them at Project MAC.WEB,weblink IBM 7094 Hardware Modifications for CTSS (RPQs), n.d., Massachusetts Institute of Technology, March 29, 2022, The IBM 7094 and CTSS Also contains links to many original CTSS documentsWEB,weblink The Compatible Time-Sharing System, A Programmer's Guide, Crisman, P.A., December 31, 1969, The M.I.T Computation Center, March 10, 2022,
  • It was the first computer to sing, singing Daisy Bell.
  • NASA used 7090s, and, later, 7094s to control the Mercury and Gemini space flights. Goddard Space Flight Center operated three 7094s. During the early Apollo Program, a 7094 was kept operational to run flight planning software that had not yet been ported to mission control's newer System/360 computers. {{Citation needed|date=June 2010}}
  • Caltech/NASA Jet Propulsion Laboratory had three 7094s in the Space Flight Operations Facility (SFOF, building 230), fed via tape using several 1401s, and two 7094/7044 direct-coupled systems (in buildings 125 and 156). {{underdiscussion-inline|Re: Notable applications: JPL}}
  • Erhard Glatzel used an IBM 7090 to assist in calculations for the design of the Carl Zeiss Planar 50mm f/0.7 lens commissioned by NASA. This lens was also used by Stanley Kubrick to shoot candlelit scenes in Barry Lyndon.WEB,weblink Omaggio All,
  • An IBM 7090 was installed at LASL, Los Alamos Scientific Laboratory (Now Los Alamos National Laboratory).
  • In 1961, Alexander Hurwitz used a 7090 to discover two Mersenne primes, with 1,281 and 1,332 digits—the largest known prime number at the time.
  • In 1961, Michael Minovitch used UCLA's 7090 to tackle the three-body problem. His research was the scientific foundation of NASA's Planetary Grand Tour project.NEWS,weblink The maths that made Voyager possible, Christopher, Riley, Dallas, Campbell, BBC News, October 23, 2012,
  • On February 13, 1961, an IBM 7090 was installed at the Woomera Long Range Weapons Establishment in Southern Australia.BOOK, Fire Across the Desert: Woomera and the Anglo-Australian Joint Project 1946-1980, Morton, Peter, Australian Government Publishing Service, 1989, 0644475005, Canberra, BOOK, Morton, Peter, Fire across the Desert : Woomera and the Anglo-Australian Joint Project 1946-1980, 1989, AGPS Press, Canberra, 0-6481804-0-9,weblink PDF Digitised 2017,
  • In 1962, a pair of 7090s in Briarcliff Manor, New York, were the basis for the original version of the SABRE airlines reservation system introduced by American Airlines.
  • The composer Iannis Xenakis wrote his piece "Atrées" using an IBM 7090 at Place Vendôme, Paris.
  • In 1962, Daniel Shanks and John Wrench used an IBM 7090 to compute the first 100,000 digits of {{pi}}.JOURNAL, Shanks, D., Wrench Jr., J. W., John Wrench, 1962, Calculation of {{pi, to 100,000 decimals|journal=Mathematics of Computation|publisher=American Mathematical Society|volume=16|issue=77|pages=76–99|doi=10.2307/2003813|jstor=2003813|author1-link=Daniel Shanks}}.
  • In 1963, three 7090 systems were imported into and installed in Japan, one each at Mitsubishi Nuclear Power Co. (whose DP division later merged with Mitsubishi Research Institute, Inc.), IBM Japan's data center in Tokyo, and Toshiba in Kawasaki. They were mainly used for scientific computing.
  • In 1964, an early version of TRACE, a high-precision orbit determination and orbit propagation program, was used on an IBM 7090 computer.BOOK, Mercer, R. J., Trace. Aerospace Orbit Determination Program, 1964, Defense Technical Information Center,weblink
  • Operation Match, the first computer dating service in the U.S., begun in 1965, used a 7090 at the Avco service bureau in Wilmington, Massachusetts.WEB,weblink Operation Match, Mathews, T. Jay, November 3, 1965, The Harvard Crimson, July 22, 2020,
  • In 1967, Roger N. Shepard adapted M.V. Mathews' algorithm using an IBM 7090 to synthesize Shepard tones.JOURNAL, Roger N. Shepard, Roger N. Shepard, Circularity in Judgements of Relative Pitch, Journal of the Acoustical Society of America, 36, 12, December 1964, 2346–53, 10.1121/1.1919362, 1964ASAJ...36.2346S,weblink
  • The US Air Force retired its last 7090s in service from the Ballistic Missile Early Warning System ("BMEWS") in the 1980s after almost 30 years of use. 7090 serial number 1 and serial number 3 were installed at Thule Air Base in Greenland for this application.
  • The US Navy continued to use a 7094 at Pacific Missile Test Center, Point Mugu, California through much of the 1980s, although a "retirement" ceremony was held in July 1982. Not all of the applications had been {{clarify span|text=ported|explain=Did they port or re-write?|date=April 2022}} to its {{clarify span|text=successor,|explain=Is the CDC Cyber 175 a successor or a replacement?|date=April 2022}} a dual-processor CDC Cyber 175.NEEDED, April 2022,

In the media

  • A 7090/1401 installation is featured in the motion picture Dr. Strangelove, with the 1403 printer playing a pivotal role in the plot
  • An IBM 7090 is featured in the 2016 American biographical film Hidden Figures.
  • IBM 7094 specs are visible scrolling on a screen in the 1997 film Event Horizon.

Competitors

Despite its commercial success, the IBM 7090 faced competition in the market. Notable contemporary competitors included, in alphabetical order:

See also

References

{{Reflist}}

Further reading

  • MANUAL


, Reference Manual, IBM 7090 Data Processing System
, A22-6528-4
, March 1962
,weblink
, IBM
,

External links

{{Authority control}}

- content above as imported from Wikipedia
- "IBM 7090" does not exist on GetWiki (yet)
- time: 3:07pm EDT - Thu, Apr 25 2024
[ this remote article is provided by Wikipedia ]
LATEST EDITS [ see all ]
GETWIKI 23 MAY 2022
GETWIKI 09 JUL 2019
Eastern Philosophy
History of Philosophy
GETWIKI 09 MAY 2016
GETWIKI 18 OCT 2015
M.R.M. Parrott
Biographies
GETWIKI 20 AUG 2014
CONNECT