Skip to main content

About Exascale Computing Project

Hey guys, Today I am going to talk about great evolution in computer field i.e Exascale Computing Project. This project is in progress. Many of country working to complete it. Exascale computer can done quintillion of calculation in one second. It can take over Petascale super computer in processing. It is considered as great achievement in Computer Engineering. It can be estimate power processing of brain at neural level. IISc. from India also working on this project. Supercomputer performance are measure in FLOPS ( Floating Point Operation Per Second ) or calculation per second. Our laptop or PC can perform upto trillion calculations per second. But an Exascale computer can do quintillion of calculations per second. It also has a good AI performance. It also useful for medical terms. 

Intel will build 1st Exascale Computer in US. 


In 2008, two United States of America governmental organisations within the US Department of Energy, the Office of Science and the National Nuclear Security Administration, provided funding to the Institute for Advanced Architectures for the development of an exascale supercomputer; Sandia National Laboratory and the Oak Ridge National Laboratory were also to collaborate on exascale designs. The technology was expected to be applied in various computation-intensive research areas, including basic research, engineering, earth science, biology, materials science, energy issues, and national security. In January 2012, Intel purchased the InfiniBand product line from QLogic for US $125 million in order to fulfill its promise of developing exascale technology by 2018.

By 2012, the United States had allotted $126 million for exascale computing development.In February 2013, the Intelligence Advanced Research Projects Activity started Cryogenic Computer Complexity (C3) program which envisions a new generation of superconducting supercomputers that operate at exascale speeds based on Superconducting logic. In December 2014 it announced a multi-year contract with International Business Machines, Raytheon BBN Technologies and Northrop Grumman to develop the technologies for C3 program.

On 29 July 2015, President Obama signed an executive order creating a National Strategic Computing Initiative calling for the accelerated development of an exascale system and funding research into post-semiconductor computing. The Exascale Computing Project hopes to build an exascale computer by 2021.

On 18 March 2019, the United States Department of Energy and Intel announced the first exaFLOP supercomputer would be operational at Argonne National Laboratory by the end of 2021. The computer, named "Aurora" is to be delivered to Argonne by Intel and Cray. On 7 May 2019, The U.S. Department of Energy announced a contract with Cray Inc. to build the "Frontier" supercomputer at Oak Ridge National Laboratory. Frontier is anticipated to be operational in 2021 and, with a performance of greater than 1.5 exaflops, should then be the world’s most powerful computer.


Comments

Popular posts from this blog

The Amazing Vantablack Material...!!

Vantablack is a material developed by Surrey NanoSystems in the United Kingdom and is one of the darkest substances known, absorbing up to 99.96% of visible light (at 663 nm if the light is perpendicular to the material).The name is a compound of the acronym VANTA (vertically aligned carbon nanotube arrays) and the color black. Vantablack is not actually a color pigment or a paint, but a coating of carbon nanotubes. These have the property of absorbing incident light almost completely. Against a deep black background, objects coated in Vantablack material seem to disappear, as the perception of spatial depth is lost. This is because the human eye perceives shapes coated in Vantablack to be two-dimensional. IUPAC Name is Activated carbon high density skeleton. Other names are Multiwalled carbon nanotube (MWCNT), Vantablack S-VIS and Vantablack S-IR. It is insoluble in water. When light strikes Vantablack, instead of bouncing off, it becomes trapped and is continually deflected amo...

NVIDIA Tesla V100 - First Tensor Core GPU

  8x NVIDIA Tesla V100 32GB Server As we all know NVIDIA processor are so famous now a days. It give a perfect gaming performance and people used it worldwide. The thing is that it is not only use in personal computer but also at data center, where so many super computer are present for providing services. So, NVIDIA Tesla V100 is a first tensor core GPU. It is especially built to focus on AI, High Performance Computing ( HPC ) and graphics. It is powered by NVIDIA Volta Architecture. It comes with configuration 16 and 32GB and have a performance up to 100 CPUs in single GPU. A single server node with V100 GPUs can replace 60 CPUs nodes. DATA CENTER GPUs Image © NVIDIA NVIDIA V100 for NVLINK  Performance with NVIDIA GPU Boost for double precision is  7.8 teraflops and single precision is 15.7 teraflops. Deep learning performance boost is 125 teraflops. Interconnect bandwidth with bidirectional is 300 GB/s. It have memory capacity of 32/16 GB HBM2 with bandwidth 900GB/s. I...

Operating System as Extended machine and Resource manager

Operating system is software that runs in kernel mode even that is not always true. Part of the problem is that operating system perform two essential unrelated function. We can say that operating system is system software that manages computer hardware, software resources, and provide common services for computer program.  The Operating System as an Extended machine The architecture of most computers at the machine language level is not developed and difficult to program, especially for input/output. To make this point more concrete, consider modern SATA hard disks used on most computers. Only the insane the programmer would try to mess with hard disks at the hardware level. Therefore disk driver - a piece of software deals with hardware and provide interface to read and write disks blocks. Operating System  contain many drivers for control input/output device. Macintosh hardware are complicated. Real processors, memories, disks, and other devices are very complicated and it...