User:Yining Chen/沙盒/Page0
The IBM 7090 is a second-generation 電晶體計算機 version of the earlier IBM 709 vacuum tube 大型计算机 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.[1] In 1960, a typical system sold for $2.9 million (equivalent to $20 million in 2023) or could be rented for $63,500 a month (相当于2020年的$434,000).
The 7090 uses a 36-bit 字 (计算机), 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 磁芯記憶體 technology from the IBM 7030 (Stretch) project.
With a processing speed of around 100 每秒浮點運算次數,[2] the 7090 is six times faster than the 709, and could be rented for half the price.[3] An upgraded version, the 7094 was up to twice as fast. It was withdrawn from sale on July 14, 1969, but systems remained in service for more than a decade after.[4]
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.[5] The 7094 introduced double-precision floating point and additional 指令集架構, but is largely 向下兼容 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,[6]:8 compatible with the 709 and 7090, and requires a Leave Multiple Tag Mode[6]:56 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 位操作, not 二进制, 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,[6]: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 定時器訊號, dual memory banks and improved overlap of instruction execution, an early instance of 指令管線化 design.[7]
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 I/O (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.[8][9]
Transistors and circuitry
[编辑]The 7090 used more than 50,000 germanium alloy-junction transistors and (faster) germanium diffused junction[10] drift transistors.[11]
The 7090 used the Standard Modular System (SMS) cards using current-mode logic[12] some using diffused junction drift transistors.[10]
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
- 定點數運算 numbers were stored in binary 有符號數處理.
- 單精度浮點數 浮点数 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 IBM System/360)
- 雙精度浮點數 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.
八进制 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 直接記憶體存取 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 打孔卡 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 磁带 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 假脱机 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 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
[编辑]- The 相容分時系統 (CTSS), one of the first 分時系統 operating systems, was developed at 麻省理工学院's Computation Center using a 7090 with an extra bank of memory, among other modifications; it eventually ran on two separate 7094s, one of them at MIT計算機科學與人工智慧實驗室.[13]
- 美国国家航空航天局 used 7090s, and, later, 7094s to control the 水星计划 and 双子座计划 space flights. 戈达德太空飞行中心 operated three 7094s. During the early 阿波罗计划, a 7094 was kept operational to run flight planning software that had not yet been ported to mission control's newer IBM System/360 computers. [來源請求]
- Caltech/NASA 喷气推进实验室 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). Template:Underdiscussion-inline
- An IBM 7090 was installed at LASL, Los Alamos Scientific Laboratory (Now 洛斯阿拉莫斯国家实验室).
- In 1961, Alexander Hurwitz used a 7090 to discover two 梅森素数s, with 1,281 and 1,332 digits—the 已知最大質數 at the time.
- In 1961, 迈克尔·米诺维奇 used 加利福尼亚大学洛杉矶分校's 7090 to tackle the 三体问题. His research was the scientific foundation of 美国国家航空航天局's Planetary Grand Tour project.[14]
- On February 13, 1961, an IBM 7090 was installed at the Woomera Long Range Weapons Establishment in Southern Australia.[15][16]
- 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 伊阿尼斯·泽纳基斯 wrote his piece "Atrées" using an IBM 7090 at 旺多姆广场, Paris.
- In 1962, Daniel Shanks and 约翰·伦奇 used an IBM 7090 to compute the first 100,000 digits of π.[17]
- 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 数据中心 in 東京都, and 东芝 in 川崎市. They were mainly used for scientific computing.
- In 1964, an early version of TRACE, a high-precision 軌道測定 and orbit propagation program, was used on an IBM 7090 computer.[18]
- 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.[19]
- In 1967, Roger N. Shepard adapted M.V. Mathews' algorithm using an IBM 7090 to synthesize Shepard tones.[20]
- 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 图勒空军基地 in 格陵兰 for this application.
- The US Navy continued to use a 7094 at Pacific Missile Test Center, 穆古點 (加利福尼亞州), 加利福尼亚州 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 奇爱博士, with the 1403 printer playing a pivotal role in the plot
- An IBM 7090 is featured in the 2016 American biographical film 隐藏人物.
- IBM 7094 specs are visible scrolling on a screen in the 1997 film 黑洞表面.
See also
[编辑]- 9PAC
- Early IBM disk storage
- IBM 701
- IBM 704
- IBM 709
- IBM 711 card reader
- IBM 716 line printer
- IBM 729 tape drive
- SHARE and IBSYS operating systems
- SQUOZE
- UNIVAC 1100/2200 series, UNIVAC's 36-bit scientific computing family
- University of Michigan Executive System
References
[编辑]- ^ IBM states "the first 7090 was installed in December, 1959" at 7090 Data Processing System
- ^ Performance of future high-end computers by David Bailey Lawrence Berkeley National Laboratory report[永久失效連結]
- ^ Pugh, Emerson W.; Johnson, Lyle R.; Palmer, John H. IBM's 360 and early 370 systems. MIT Press. 1991: 36. ISBN 0-262-16123-0.
- ^ IBM 7094 Data Processing System, IBM fact sheet 1962, IBM archives
- ^ The IBM 7094.
- ^ 6.0 6.1 6.2 IBM 7094 Principles of Operation (PDF). IBM. October 21, 1966. A22-6703-4.
- ^ IBM 7094 Model II Data Processing System (PDF). IBM. A22-6760.
- ^ Patrick, Robert L.; Van Vranken, Richard K. The Direct Couple for the IBM 7090. Software Preservation Group, 计算机历史博物馆. February 2009.
- ^ E. C. Smith. A directly coupled multiprocessing system. IBM Systems Journal. September–December 1963, 2 (3): 218–229. doi:10.1147/sj.23.0218.
- ^ 10.0 10.1 SMS DBZV: Two-Way AND, Type B
- ^ 7090 Data Processing System
- ^ SMS AA: Two-Way AND (current mode)
- ^ The IBM 7094 and CTSS Also contains links to many original CTSS documents
- ^ Riley, Christopher; Campbell, Dallas. The maths that made Voyager possible. 英國廣播公司新聞. 23 October 2012.
- ^ Morton, Peter. Fire Across the Desert: Woomera and the Anglo-Australian Joint Project 1946-1980. Canberra: Australian Government Publishing Service. 1989. ISBN 0644475005.
- ^ Morton, Peter. Fire across the Desert : Woomera and the Anglo-Australian Joint Project 1946-1980 (PDF Digitised 2017). Canberra: AGPS Press. 1989. ISBN 0-6481804-0-9.
- ^ Shanks, D.; Wrench Jr., J. W. Calculation of π to 100,000 decimals. Mathematics of Computation (American Mathematical Society). 1962, 16 (77): 76–99. JSTOR 2003813. doi:10.2307/2003813..
- ^ Mercer, R. J. Trace. Aerospace Orbit Determination Program. Defense Technical Information Center. 1964.
- ^ Mathews, T. Jay. Operation Match. The Harvard Crimson. November 3, 1965 [July 22, 2020].
- ^ Roger N. Shepard. Circularity in Judgements of Relative Pitch (PDF). Journal of the Acoustical Society of America. December 1964, 36 (12): 2346–53. Bibcode:1964ASAJ...36.2346S. doi:10.1121/1.1919362.
Further reading
[编辑]- Reference Manual, IBM 7090 Data Processing System (PDF). IBM. March 1962. A22-6528-4.
- Sherman, Philip M. 写于贝尔实验室, Murray Hill, New Jersey, USA. Programming and Coding the IBM 709-7090-7094 Computers (PDF) 1. New York / London / Sydney: 約翰威立. 1963 [2020-06-18]. (原始内容存档 (PDF)于2020-06-18).
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
紀錄 | ||
---|---|---|
前任者: AN/FSQ-7 |
大型计算机 1960 |
繼任者: UNIVAC LARC |