HOME

TheInfoList



OR:

The IBM 7090 is a second-generation transistorized version of the earlier IBM 709 vacuum tube
mainframe computer A mainframe computer, informally called a mainframe or big iron, is a computer used primarily by large organizations for critical applications like bulk data processing for tasks such as censuses, industry and consumer statistics, enterprise ...
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. In 1960, a typical system sold for $2.9 million (equivalent to $ million in ) or could be rented for $63,500 a month (). The 7090 uses a 36-bit word length, with an address space of 32,768 words (15-bit addresses). It operates with a basic memory cycle of 2.18 μs, using the
IBM 7302 The IBM 7302 Core Storage unit was designed in 1957–1958 for the IBM 7030 (Stretch). The IBM 7030 could use from one to sixteen IBM 7302s (typically six); either individually or in interleaved groups of two or four. The IBM 7090 also used one IBM ...
Core Storage core memory technology from the IBM 7030 (Stretch) project. With a processing speed of around 100 Kflop/s, the 7090 is six times faster than the 709, and could be rented for half the price. 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.


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).


IBM 7094

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 7094 console has a distinctive box on top that displays lights for the four new index registers. The 7094 introduced double-precision floating point and additional instructions, but is largely backward compatible with the 7090. Although the 7094 has 4 more index registers than the 709 and 7090, at power-on time it is in ''multiple tag mode'', compatible with the 709 and 7090, and requires a Leave Multiple Tag Mode instruction in order to enter ''seven index register mode'' and use all 7 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, 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.


IBM 7040/7044

In 1963, IBM introduced two new, lower cost machines called the
IBM 7040 The IBM 7040 was a historic but short-lived model of transistor computer built in the 1960s. History It was announced by IBM in December 1961, but did not ship until April 1963. A later member of the IBM 700/7000 series of scientific compute ...
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 In computing, input/output (I/O, or informally io or IO) is the communication between an information processing system, such as a computer, and the outside world, possibly a human or another information processing system. Inputs are the signals ...
(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.


Transistors and circuitry

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


Instruction and data formats

The basic instruction format 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 In computing, floating-point arithmetic (FP) is arithmetic that represents real numbers approximately, using an integer with a fixed precision, called the significand, scaled by an integer exponent of a fixed base. For example, 12.345 can ...
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 The IBM System/360 (S/360) is a family of mainframe computer systems that was announced by IBM on April 7, 1964, and delivered between 1965 and 1978. It was the first family of computers designed to cover both commercial and scientific applica ...
) *
Double-precision Double-precision floating-point format (sometimes called FP64 or float64) is a floating-point number format, usually occupying 64 bits in computer memory; it represents a wide dynamic range of numeric values by using a floating radix point. F ...
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 The octal numeral system, or oct for short, is the radix, base-8 number system, and uses the Numerical digit, digits 0 to 7. This is to say that 10octal represents eight and 100octal represents sixty-four. However, English, like most languages, ...
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

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 Magnetic tape is a medium for magnetic storage made of a thin, magnetizable coating on a long, narrow strip of plastic film. It was developed in Germany in 1928, based on the earlier magnetic wire recording from Denmark. Devices that use magnet ...
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 In computing, spooling is a specialized form of multi-programming for the purpose of copying data between different devices. In contemporary systems, it is usually used for mediating between a computer application and a slow peripheral, such a ...
'' 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 wide variety of software provided for them by IBM. In addition, there was a very active user community within the user organization, SHARE.
IBSYS IBSYS is the discontinued tape-based operating system that IBM supplied with its IBM 709, IBM 7090 and IBM 7094 computers. A similar operating system (but with several significant differences), also called IBSYS, was provided with IBM 7040 a ...
is a "heavy duty" production operating system with numerous subsystem and language support options, among them FORTRAN,
COBOL COBOL (; an acronym for "common business-oriented language") is a compiled English-like computer programming language designed for business use. It is an imperative, procedural and, since 2002, object-oriented language. COBOL is primarily u ...
, 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

*The Compatible Time-Sharing System (CTSS), the first general purpose
time-sharing In computing, time-sharing is the sharing of a computing resource among many users at the same time by means of multiprogramming and multi-tasking.DEC Timesharing (1965), by Peter Clark, The DEC Professional, Volume 1, Number 1 Its emergence ...
operating 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.The IBM 7094 and CTSS
Also contains links to many original CTSS documents
*
NASA The National Aeronautics and Space Administration (NASA ) is an independent agency of the US federal government responsible for the civil space program, aeronautics research, and space research. NASA was established in 1958, succeedin ...
used 7090s, and, later, 7094s to control the Mercury and Gemini space flights.
Goddard Space Flight Center The Goddard Space Flight Center (GSFC) is a major NASA space research laboratory located approximately northeast of Washington, D.C. in Greenbelt, Maryland, United States. Established on May 1, 1959 as NASA's first space flight center, GSFC empl ...
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 The IBM System/360 (S/360) is a family of mainframe computer systems that was announced by IBM on April 7, 1964, and delivered between 1965 and 1978. It was the first family of computers designed to cover both commercial and scientific applica ...
computers. *Caltech/NASA
Jet Propulsion Laboratory The Jet Propulsion Laboratory (JPL) is a Federally funded research and development centers, federally funded research and development center and NASA field center in the City of La Cañada Flintridge, California, La Cañada Flintridge, California ...
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). *Erhard Glatzel used an IBM 7090 to assist in calculations for the design of the Zeiss Planar 50mm F/0.7 lens commissioned by NASA. This lens was also used by
Stanley Kubrick Stanley Kubrick (; July 26, 1928 – March 7, 1999) was an American film director, producer, screenwriter, and photographer. Widely considered one of the greatest filmmakers of all time, his films, almost all of which are adaptations of nove ...
to shoot candlelit scenes in
Barry Lyndon ''Barry Lyndon'' is a 1975 period drama film written, directed, and produced by Stanley Kubrick, based on the 1844 novel '' The Luck of Barry Lyndon'' by William Makepeace Thackeray. Starring Ryan O'Neal, Marisa Berenson, Patrick Magee, Le ...
. *An IBM 7090 was installed at LASL, Los Alamos Scientific Laboratory (Now
Los Alamos National Laboratory Los Alamos National Laboratory (often shortened as Los Alamos and LANL) is one of the sixteen research and development laboratories of the United States Department of Energy (DOE), located a short distance northwest of Santa Fe, New Mexico, ...
). *In 1961, Alexander Hurwitz used a 7090 to discover two
Mersenne prime In mathematics, a Mersenne prime is a prime number that is one less than a power of two. That is, it is a prime number of the form for some integer . They are named after Marin Mersenne, a French Minim friar, who studied them in the early 17 ...
s, with 1,281 and 1,332 digits—the largest known prime number at the time. *In 1961,
Michael Minovitch Michael Andrew Minovitch (born c. 1936) is an American mathematician who developed gravity assist technique when he was a UCLA graduate student and working summers at NASA's Jet Propulsion Laboratory. In 1961 Minovitch began using the fastest a ...
used
UCLA The University of California, Los Angeles (UCLA) is a public land-grant research university in Los Angeles, California. UCLA's academic roots were established in 1881 as a teachers college then known as the southern branch of the California ...
's 7090 to tackle the three-body problem. His research was the scientific foundation of
NASA The National Aeronautics and Space Administration (NASA ) is an independent agency of the US federal government responsible for the civil space program, aeronautics research, and space research. NASA was established in 1958, succeedin ...
's Planetary Grand Tour project. *On February 13, 1961, an IBM 7090 was installed at the Woomera Long Range Weapons Establishment in Southern Australia. *In 1962, a pair of 7090s in Briarcliff Manor, New York, were the basis for the original version of the
SABRE A sabre (French: �sabʁ or saber in American English) is a type of backsword with a curved blade associated with the light cavalry of the early modern and Napoleonic periods. Originally associated with Central European cavalry such as t ...
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 .. *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 A data center (American English) or data centre (British English)See spelling differences. is a building, a dedicated space within a building, or a group of buildings used to house computer systems and associated components, such as telecommun ...
in
Tokyo Tokyo (; ja, 東京, , ), officially the Tokyo Metropolis ( ja, 東京都, label=none, ), is the capital and largest city of Japan. Formerly known as Edo, its metropolitan area () is the most populous in the world, with an estimated 37.46 ...
, and
Toshiba , commonly known as Toshiba and stylized as TOSHIBA, is a Japanese multinational conglomerate corporation headquartered in Minato, Tokyo, Japan. Its diversified products and services include power, industrial and social infrastructure systems, ...
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. *
Operation Match Operation Match was the first computer dating service in the United States, begun in 1965. The predecessor of this was created in London and was called St. James Computer Dating Service (later to become Com-Pat) started by Joan Ball in 1964. User ...
, the first computer dating service in the U.S., begun in 1965, used a 7090 at the Avco service bureau in Wilmington, Massachusetts. *In 1967, Roger N. Shepard adapted M.V. Mathews' algorithm using an IBM 7090 to synthesize Shepard tones. *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 Greenland ( kl, Kalaallit Nunaat, ; da, Grønland, ) is an island country in North America that is part of the Kingdom of Denmark. It is located between the Arctic and Atlantic oceans, east of the Canadian Arctic Archipelago. Greenland ...
for this application. *The US Navy continued to use a 7094 at
Pacific Missile Test Center Pacific Missile Test Center (PMTC) is the former name of the current Naval Air Warfare Center, Weapons Division. The name of the center was the Naval Air Missile Test Center prior to PMTC. It is located at Naval Base Ventura County/Naval Air Sta ...
,
Point Mugu Point Mugu (, Chumash: ''Muwu'') is a cape or promontory within Point Mugu State Park on the Pacific Coast in Ventura County, near the city of Port Hueneme and the city of Oxnard. The name is believed to be derived from the Chumash Indian term ...
,
California California is a state in the Western United States, located along the Pacific Coast. With nearly 39.2million residents across a total area of approximately , it is the most populous U.S. state and the 3rd largest by area. It is also the m ...
through much of the 1980s, although a "retirement" ceremony was held in July 1982. Not all of the applications had been to its a dual-processor
CDC Cyber The CDC Cyber range of mainframe-class supercomputers were the primary products of Control Data Corporation (CDC) during the 1970s and 1980s. In their day, they were the computer architecture of choice for scientific and mathematically intensi ...
175.


In the media

* A 7090/1401 installation is featured in the motion picture ''
Dr. Strangelove ''Dr. Strangelove or: How I Learned to Stop Worrying and Love the Bomb'', known simply and more commonly as ''Dr. Strangelove'', is a 1964 black comedy film that satirizes the Cold War fears of a nuclear conflict between the Soviet Union and ...
'', 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''.


See also

* 9PAC *
Early IBM disk storage IBM manufactured magnetic disk storage devices from 1956 to 2003, when it sold its hard disk drive business to Hitachi. Both the hard disk drive (HDD) and floppy disk drive (FDD) were invented by IBM and as such IBM's employees were responsible ...
*
IBM 701 The IBM 701 Electronic Data Processing Machine, known as the Defense Calculator while in development, was IBM’s first commercial scientific computer and its first series production mainframe computer, which was announced to the public on May ...
*
IBM 704 The IBM 704 is a large digital mainframe computer introduced by IBM in 1954. It was the first mass-produced computer with hardware for floating-point arithmetic. The IBM 704 ''Manual of operation'' states: The type 704 Electronic Data-Proce ...
* IBM 709 * IBM 711 card reader * IBM 716 line printer * IBM 729 tape drive * SHARE and
IBSYS IBSYS is the discontinued tape-based operating system that IBM supplied with its IBM 709, IBM 7090 and IBM 7094 computers. A similar operating system (but with several significant differences), also called IBSYS, was provided with IBM 7040 a ...
operating systems * SQUOZE * UNIVAC 1100/2200 series, UNIVAC's 36-bit scientific computing family * University of Michigan Executive System *
List of IBM products The following is a partial list of products, services, and subsidiaries of International Business Machines (IBM) Corporation and its predecessor corporations, beginning in the 1890s. This list is eclectic; it includes, for example, the ''AN/FS ...


References


Further reading

* *


External links


IBM Archives - 7090
recorded in 1960 by Bell Labs, using the "Digital to Sound Transducer" to realize several traditional and original compositions; this album contains the original Daisy (Bicycle Built for Two).
IBM 7094 singing Daisy (mp3) Bob Supnik's SimH project
– Includes a simulator for the 7090/7094 in a user-modifiable package

– Includes a simulator, cross assembler and linker

Tom Van Vleck {{Authority control 7090 7 7090 Computer-related introductions in 1959 36-bit computers