Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Копия УчПос - НФП, ДВЛ - кратко - sent II - 52 стр. (28).doc
Скачиваний:
0
Добавлен:
01.07.2025
Размер:
2.09 Mб
Скачать

Раздел 4. Аппаратное обеспечение и компьютерные сети Модуль 6. Текст «ibm Blue Gene»

1. Прочитайте и переведите текст со словарем.

2. Выделите основную идею текста.

3. Составьте глоссарий (20-25 слов).

4. Составьте краткий пересказ текста.

IBM Blue Gene. The world's most advanced network supercomputer from International Business Machines will tackle Grand Challenge problems. Why Supercomputers are fast. Several elements of a supercomputer contribute to its high level of performance:

  • Numerous high-performance processors (CPUs) for parallel processing

  • Specially-designed high-speed interconnects (internal networks)

  • Specially-designed or tuned operating systems

Supercomputer Processors. Supercomputers utilize either custom or mainstream commercial microprocessors. Small supercomputers may contain only a few dozen processors, but today's fastest supercomputers incorporate thousands of processors. The table below summarizes the processor configuration of today's top supercomputers.

System

Processor Configuration

ASCI Red

9,472 Intel Pentium II Xeon

ASCI Blue Pacific

5,856 IBM PowerPC 604E

ASCI White

8,192 IBM Power3-II

NEC Earth Simulator

5,104 NEC vector processors

Some supercomputer designs feature network co-processors. When sending and receiving data at the rate necessary for high-performance networking, it's common for a single processor to become heavily loaded with communications interrupts that take away too many cycles from primary computing tasks. To solve this problem, the IBM Blue Gene system will utilize cells. Each cell contains a primary processor, a network co-processor, and shared on-chip memory.

In total, the IBM Blue Gene system will contain one million custom IBM processors. So that the system will fit within a reasonably-sized room and not consume too much power, the processors are engineered so small that 32 of them will fit on a single microchip.

Supercomputer Interconnects. In order for a large number of processors to work together, supercomputers utilize specialized network interfaces. These interconnections support high bandwidth and very low latency communication.

Interconnects join nodes inside the supercomputer together. A node is a communication endpoint running one instance of the operating system. Nodes utilize one or several processors and different types of nodes can exist within the system. Compute nodes, for example, execute the processes and threads required for raw computation. I/O nodes handle the reading and writing of data to disks within the system. Service nodes and network nodes provide the user interface into the system and also network interfaces to the outside world. Special-purpose nodes improve overall performance by segregating the system workload with hardware and system software configured to best handle that workload.

Supercomputer nodes fit together into a network topology. Modern supercomputers have utilized several different specialized network topologies including hypercube, two-dimensional and three-dimensional mesh, and torus. Supercomputer network topologies can be either static (fixed) or dynamic (through the use of switches).

More on Supercomputer Interconnects. Supercomputers utilize various network protocols. Application data communications generally take place at the physical and data link layers. I/O and communications with external networks utilize technologies like HIPPI, FDDI, and ATM as well as Ethernet.

Supercomputer interconnects involve large quantities of network cabling. These cables can be very difficult to install as they often must fit within small spaces. Supercomputers do not utilize wireless networking internally as the bandwidth and latency properties of wireless are not suitable for high-performance communications.

Supercomputer Operating Systems. Many supercomputers run multiple copies of a UNIX-based operating system. The ASCI White and Blue Pacific systems, for example, run IBM AIX. In the 1990s, research into high-performance network operating systems led to the development of so-called «lightweight» operating systems (O/Ses) that consist of a small, simple kernel with many of the capabilities of a general-purpose O/S removed. The ASCI Red system runs the PUMA O/S on its compute nodes.