IBM 7090




IBM 7090 console


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 third member of the IBM 700/7000 series scientific computers. The first 7090 installation was in November 1959. In 1960, a typical system sold for $2.9 million (equivalent to $18 million in 2017) or could be rented for $63,500 a month (equivalent to $405,000 in 2016).


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 Core Storage core memory technology from the IBM 7030 (Stretch) project.


With a processing speed of around 100 Kflop/s,[1] the 7090 is six times faster than the 709, and could be rented for half the price.[2]




Contents





  • 1 Development and naming

    • 1.1 IBM 7094


    • 1.2 IBM 7040/7044


    • 1.3 7094/7044 Direct Coupled System



  • 2 Transistors and circuitry


  • 3 Instruction and data formats


  • 4 Input/Output


  • 5 Software


  • 6 Notable applications

    • 6.1 In the media



  • 7 See also


  • 8 References


  • 9 External links




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]



IBM 7094




IBM 7094 operator's console 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 7094 console has a distinctive box on top that displays lights for the four new index registers. photos The 7094 introduced double-precision floating point and additional instructions, but is largely backward compatible with the 7090. Minor changes in instruction formats, particularly the way the additional index registers are addressed, sometimes cause problems. On the earlier models, when more than one bit is set in the tag field, the contents of the two or three selected index registers are ORed, not added together, before the decrement takes place. On the 7094, if the three-bit tag field is not zero, it selects just one of seven index registers, however the "or" behavior remains available in a "multiple tag" compatibility mode.[3]


In April 1964, the first 7094 II was installed, which had almost twice as much general speed as the 7090 due to a faster clock cycle, dual memory banks and improved overlap of instruction execution, an early instance of pipelined design.[4]



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.[5][6]



Transistors and circuitry


The 7090 uses germanium alloy-junction transistors and (faster) germanium diffused junction[7]drift transistors. More than 50,000 in all.[8]


The 7090 uses the Standard Modular System (SMS) cards using current-mode logic[9] some using diffused junction drift transistors.[7]



Instruction and data formats


The basic instruction format is the same as the IBM 709, a three-bit prefix, 15-bit decrement, three-bit tag, and 15-bit address. The prefix field specifies the class of instruction. The decrement field often contains an immediate operand to modify the results of the operation, or is used to further define the instruction type. The three bits of the tag specify three index registers (seven in the 7094), the contents of which are subtracted from the address to produce an effective address. The address field contains either an address or an immediate operand.



  • Fixed-point numbers are stored in binary sign/magnitude format.


  • Single-precision floating-point numbers have a magnitude sign, an eight-bit excess-128 exponent and a 27-bit magnitude (the float number is binary rather than hexadecimal introduced later for system 360)


  • Double-precision floating-point numbers, introduced on the 7094, have a magnitude sign, an eight-bit excess-128 exponent, and a 54-bit magnitude. The double-precision number is stored in memory in an even-odd pair of consecutive words; the sign and exponent in the second word are ignored when the number is used as an operand.

  • Alphanumeric characters are six-bit BCD, packed six to a word.

Octal notation is used in documentation and programming; console displays lights and switches are grouped into three-bit fields for easy conversion to and from octal.



Input/Output




IBM 7090 operator's console at the NASA Ames Research Center in 1961, with two banks of IBM 729 magnetic tape drives. The 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 spooled 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, using data channel to data channel communication, with the 7094 primarily performing computations and the 7044 performing I/O operations using its fast 1400-series peripherals.



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




Dual 7090s at NASA during Project Mercury.


  • The Compatible Time-Sharing System (CTSS), one of the first time-sharing operating systems, was developed at MIT's Computation Center using a 7090 with an extra bank of memory, among other modifications; it eventually ran on two separate 7094's, one of them at Project MAC.[10]


  • 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]

  • 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). [under discussion]

  • 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.[11]

  • On February 13, 1961, an IBM 7090 was installed at the Woomera Long Range Weapons Establishment in Southern Australia.[12]

  • In 1962, a pair of 7090s in Briarcliff Manor, NY, 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 π.[13]

  • 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 a IBM 7090 computer.[14]

  • In 1967, Roger N. Shepard adapted M.V. Mathews' algorithm using an IBM 7090 to synthesize Shepard tones.[15]

  • 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 ported to its successor, a dual-processor CDC Cyber 175.


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 (it is the hiding place for a transistor radio; which, when found and turned on by one of the three characters played by Peter Sellers in the film, reveals that the nuclear attack ordered by the deranged Air Force base commander is not a response to an enemy attack).

  • An IBM 7090 is featured in the 2016 American biographical film Hidden Figures.


See also


  • 9PAC

  • Early IBM disk storage

  • IBM 704

  • IBM 7040


  • IBM 711 card reader


  • IBM 716 line printer


  • IBM 729 tape drive


  • SHARE and IBSYS operating systems


  • UNIVAC 1100/2200 series, UNIVAC's 36-bit scientific computing family

  • University of Michigan Executive System


References




  1. ^ Performance of future high-end computers by David Bailey Lawrence Berkeley National Laboratory report


  2. ^ Pugh, Emerson W.; Johnson, Lyle R.; Palmer, John H. (1991). IBM's 360 and early 370 systems. MIT Press. p. 36. ISBN 0-262-16123-0..mw-parser-output cite.citationfont-style:inherit.mw-parser-output qquotes:"""""""'""'".mw-parser-output code.cs1-codecolor:inherit;background:inherit;border:inherit;padding:inherit.mw-parser-output .cs1-lock-free abackground:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png")no-repeat;background-position:right .1em center.mw-parser-output .cs1-lock-limited a,.mw-parser-output .cs1-lock-registration abackground:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png")no-repeat;background-position:right .1em center.mw-parser-output .cs1-lock-subscription abackground:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png")no-repeat;background-position:right .1em center.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registrationcolor:#555.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration spanborder-bottom:1px dotted;cursor:help.mw-parser-output .cs1-hidden-errordisplay:none;font-size:100%.mw-parser-output .cs1-visible-errorfont-size:100%.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-formatfont-size:95%.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-leftpadding-left:0.2em.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-rightpadding-right:0.2em


  3. ^ http://bitsavers.trailing-edge.com/pdf/ibm/7094/A22-6703-4_7094_PoO_Oct66.pdf IBM 7094 Principles of Operation, p. 8


  4. ^ http://bitsavers.org/pdf/ibm/7094/A22-6760_7094model2.pdf


  5. ^ Patrick, Robert L.; Van Vranken, Richard K. (February 2009). "The Direct Couple for the IBM 7090". Software Preservation Group, Computer History Museum.


  6. ^ E. C. Smith (September–December 1963). "A directly coupled multiprocessing system". IBM Systems Journal. 2 (3): 218–229. doi:10.1147/sj.23.0218.


  7. ^ ab SMS DBZV: Two-Way AND, Type B


  8. ^ 7090 Data Processing System


  9. ^ SMS AA: Two-Way AND (current mode)


  10. ^ The IBM 7094 and CTSS Also contains links to many original CTSS documents


  11. ^ Riley, Christopher; Campbell, Dallas (23 October 2012). "The maths that made Voyager possible". BBC News.


  12. ^ Morton, Peter (1989). Fire Across the Desert: Woomera and the Anglo-Australian Joint Project 1946-1980. Canberra: Australian Government Publishing Service. ISBN 0644475005.


  13. ^ Shanks, D.; Wrench, Jr., J. W. (1962). "Calculation of π to 100,000 decimals". Mathematics of Computation. American Mathematical Society. 16 (77): 76–99. doi:10.2307/2003813. JSTOR 2003813..


  14. ^ Mercer, R. J. (1964). Trace. Aerospace Orbit Determination Program. Defense Technical Information Center.


  15. ^ Roger N. Shepard (December 1964). "Circularity in Judgements of Relative Pitch" (PDF). Journal of the Acoustical Society of America. 36 (12): 2346–53. doi:10.1121/1.1919362.



Notes
  • Reference Manual, IBM 7090 Data Processing System, 1961, IBM A22-6528-3


External links


  • IBM Archives - 7090

  • IBM 7090 Data Processing System from BRL61 Report

  • IBM 7090/94 Architecture page


  • IBM 7090 Music From Mathematics 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


  • Dave Pitts' IBM 7090 support – Includes a simulator, cross assembler and linker


  • The IBM 7094 and CTSS, Tom Van Vleck




Records
Preceded by
AN/FSQ-7

World's most powerful computer
1960
Succeeded by
UNIVAC LARC

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP

Popular posts from this blog

How to make file upload 'Required' in Contact Form 7?

Rothschild family

amazon EC2 - How to make wp-config.php to writable?