SUPRENUM GudangMovies21 Rebahinxxi LK21

      SUPRENUM (German: SUPerREchner für NUMerische Anwendungen, English: super-computer for numerical applications) was a German research project to develop a parallel computer from 1985 through 1990. It was a major effort which was aimed at developing a national expertise in massively parallel processing both at hardware and at software level.
      Although the Suprenum-1 computer was the fastest massively parallel MIMD computer in the world during a period in 1992, the project was set and is considered a commercial failure.


      History


      Funded by the Federal Ministry for Research and Technology (BMFT), the SUPRENUM project began in 1985 and BMFT funding continued until 1990 when a fully configured 256-node prototype Suprenum-1 machine was available.
      The project's inception in 1985 was preceded by a definition phase lasting more than one year in which ideas were gathered, concepts were formed and project partners were selected.
      The project was two-tiered, of which only the first step was taken. In particular it was planned the following:

      Suprenum 1 subproject: production of a high-speed MIMD computer
      Suprenum 2 subproject: expanding the core applications and algorithmic service classes to include complex and dynamic grid structures; data-dependent adaptive procedures, irregular and highly dimensional grids, Monte Carlo methods based on grid structures, non-grid applications, etc., development of innovative language concepts which support automatic load distribution (particularly with dynamic grid structures) to the multiple-processor structure, investigation of alternative interconnecting structures (other topologies, variable interconnection networks) in particular with regard to dynamic grid structures and automatic load distribution strategies, new processor technologies (VLSI, GaAs and so on).
      The mandate accompanying the funding was to create a project that included both a research and a commercial side. To this end, the SUPRENUM Supercomputer GmbH was founded in Bonn. The SUPRENUM Supercomputer GmbH's charge was to manage the whole enterprise, to contribute to the software effort, to coordinate software developments, and to exploit and market the results of the project. The commercial goal required that companies with manufacturing expertise be involved. The research aspects required that various university and government research laboratories should participate. The final team consisted of about 15 groups from different institutions all over Germany, including several large companies as well as the small SUPRENUM Supercomputer GmbH.
      They were

      four (or five, resp.) major research institutes: GMD (German: Gesellschaft für Mathematik und Datenverarbeitung, English: society for mathematics and informatics) both their sites in Sankt Augustin and Berlin, KfA (German: KernForschungsAnstalt, Jülich, English: institute for nuclear research in Jülich), KfK (German: KernForschungszentrum Karlsruhe, English: centre for nuclear research in Karlsruhe), DLR
      five universities: Darmstadt, Bonn, Braunschweig, Düsseldorf, Erlangen-Nürnberg
      two industrial users: Dornier, Kraftwerk Union
      two companies: Krupp Atlas Elektronik GmbH, Stollmann GmbH
      and Suprenum GmbH
      The tasks were assigned the following:

      In the applications software area: DLR, Dornier GmbH, the GMD, the Kernforschungsanlage Jülich GmbH (KFA), the Kernforschungsanlage Karlsruhe GmbH (KfK), Kraftwerk Union AG and the University of Düsseldorf.
      In the language level area: GMD, the Technical University at Darmstadt and the University of Bonn.
      In the systems area: GMD, Krupp Atlas Elektronik GmbH, Stollmann GmbH, the Technical University at Brunswick and the University of Erlangen-Nuremberg.
      While the research group on parallel numerical methods in Sankt Augustin provided the know-how for the applications (solving partial differential equations), the German Society for Mathematics and Data Processing GMD FIRST (German: Forschungszentrums für Innovative Rechnersysteme und -technologie, English: Research centre for innovative computer systems and technologies) in Berlin, provided the necessary know-how in hardware and operating system design.
      A total of 15 research groups in academic institutions across Germany were involved in the project. The involvement of the industry was limited to the production of hardware at Krupp Atlas Elektronik.
      Only five systems were shipped.
      Since Jul 12, 2010 SUPRENUM Supercomputer GmbH ist defunct.
      After the end of the SUPRENUM project, Pallas GmbH evolved out of the remains of SUPRENUM GmbH in 1991. In 2003, the company sold its high performance computing division to the Intel Corporation.
      In contrast to the then ubiquitous, conventional vector computers (e.g. NEC SX architecture, Cray Y-MP), SUPRENUM-1 pursued as one of the first a massively parallel design. However, competitors like Thinking Machines Corporation were catching up fast.


      Architecture



      The Suprenum-1 was designed as a massively parallel MIMD multi-computer system and it was based on a distributed hardware architecture.
      It was scalable up to 256 computing nodes, organized into clusters.
      The nodes of a cluster were partitioned into five function units. From a total of 20 nodes, for the execution of application programs, 16 application nodes were available. One stand-by node served for fault-tolerant purposes. In addition to these application-oriented nodes, the disk node provided for disk I/O services and the diagnostic node provided for maintenance services. And finally, the inter-connection of different clusters, as well as the inter-connection to host machines, is made feasible by the communication node, which actually serves as a gateway between cluster bus and SUPRENUM bus.
      The first release consisted of 320 nodes (256 application nodes and 64 maintenance nodes).
      The main components of each application node were a 32-bit microprocessor Motorola 68020 operating at a clock rate of 20 MHz, 8 MByte of main memory, protected by 2-bit error-detection and 1-bit error-correction logic, and four coprocessors:

      The paged memory management unit (PMMU) Motorola 68851 checked access rights and page violation when the node memory was being accessed by the CPU or at the beginning of DMA.
      The floating-point unit (FPU) Motorola 68882 executed scalar floating-point arithmetic.
      The vector floating-point unit (VFPU) consisted of the Weitek chip set WTL2264/2265 and 64 KByte of fast static memory (vector cache). Peak performance was 10 MFlops for single-operation double-precision floating point computations, and 20 MFlops in the case of chained operations. Peak performance was achieved even if one of the two operands was being read from main memory by DMA, provided a constant increment was used.
      The communication unit (CU) was a microprogrammable coprocessor which took care of the data transfer between a node's main memory and other nodes in the system. The CPU initiated the communication. The communication unit then handled the entire data transfer including bus request, transfer with protocol checks, and bus release. The functions of the communication unit were realized mainly by gate arrays and hybrid modules.
      The net performance of each application node was specified with 4 Mflops. As a consequence, a net performance of 1 Gflops was calculated for the SUPRENUM release .

      The 16 clusters were connected by a network of 200 Mbit/sec busses. The busses were arranged as a rectangular grid with 4 horizontal and 4 vertical busses (global busses). Each cluster consisted of 16 processors connected by a fast bus, along with I/O devices for communication to the global bus grid, to the disk and the host computers. There was a dedicated disk for each cluster. Individual nodes could deliver up to 20 Mflops (64-bit chained) or 10 Mflops (64-bit unchained) of computing power.
      The high bandwidth of the bus network made the Suprenum-1 an interesting machine for a wide range of applications, including those requiring long-range communication. No more than three communication steps were ever required between remote nodes.
      SUPRENUM supported a send/receive model of communication. The primary difference is that SUPRENUM Fortran was an extension of standard Fortran, in which task control and communication are incorporated into the language, rather than being implemented through library calls as on the iPSC.
      SUPRENUM also supports Fortran 90 array extensions which avail of the vector hardware.
      SUPRENUM software was characterized by the best support for scientific applications to be found among the various distributed memory MIMD vendors. The effort invested in development of libraries of high-level grid and communication primitives greatly eased the effort of moving applications to the computer, and also provides substantial high-level portability to other systems, since the communication library could be implemented in terms of low level primitives on any distributed system.
      Besides the hardware development, Suprenum-1 software was developed on many levels:

      Operating System
      Vectorizing Compilers
      Message Passing
      Applications
      The operating system for Suprenum-1 was PEACE (Process Execution And Communication Environment), a new operating system developed specifically for the project.
      PEACE was designed from the start to support efficient low-latency message passing as weIl as multitasking. While PEACE appeared to be a satisfactory operating system, message latency never was as low as desired. Typical latency overheads are of order 1 millisecond. While asynchronous communication was a design goal for SUPRENUM, we were never able to overlap communication with computation on Suprenum-1 due to a mailbox conflict within PEACE.
      As a major result, a rudimentary and "first-of-its-kind" Fortran compiler was developed. Based on Fortran 77, it already provided some features of the then upcoming Fortran 90 standard. It also used the PARMACS ("parallel macros") communication library. In contrast to the above-mentioned FORTRAN compiler, PARMACS programming model is explicitly based on Message Passing.
      But again, funding for the project was stopped before the compiler had reached maturity. It transformed into the SUPERB (SUprenum parallelyER Bonn) project ("Vienna Fortran").


      Performance


      The table below provides a comparison of the Suprenum-1 with other MPP systems of its time:


      Review


      Because of the high development cost of more than 160 million Deutsche Mark and the lack of success in marketing, the project has been increasingly evaluated critically and compared with other unsuccessful research (Breeder reactor, Transrapid).
      Therefore, the Federal Ministry for Research and Technology waived the funding of the planned second phase of evolving into a commercial project.
      This decision stymied the commercial success because it denied a successor system on which potential customers could have relied. Continuity is an essential prerequisite for software development or applied industrial use.
      In hindsight, especially the inadequate involvement of industry is being criticized. However, as a research project itself, SUPRENUM was successful.
      The participating institutions had acquired a well-respected expertise in parallel computing, which resulted in a European project GENESIS. PEACE served as an operating system for the non-profit MANNA architecture. SUPRENUM also influenced the development of other parallel computers such as the Meiko CS-2 which was an outcome of the European GENESIS project.
      The SUPRENUM project has spun off many successful enterprises, e.g. GENESIS, SUPERB, Pallas GmbH, Manna, PPPE and RAPS. Pallas, in fact, can be seen as a continuation of all of the software aspects of SUPRENUM, and as such shows that this part of SUPRENUM was commercially successful. The GMD FIRST project Manna is similarly a continuation of the operating system and some of the architecture aspects of SUPRENUM, again very successful, although this time in a research environment.
      Also the Meiko CS-2 machine, originally developed within GENESIS, involved many elements of the Suprenum-2 design from SUPRENUM, and indeed there were serious plans at one point to merge Meiko and SUPRENUM. Unfortunately, this concept was ultimately rejected by the shareholders of SUPRENUM GmbH, who at that time also decided to withdraw from SUPRENUM. Finally the applications' side of SUPRENUM evolved into GENESIS, later PPPE and RAPS, so that again this aspect of SUPRENUM has shown itself to be of long-term viability.
      Taking into account all of these achievements across a broad spectrum of computing technology, one can only conclude that SUPRENUM was highly successful, even while not achieving all of the goals originally established by the government.


      See also


      Parsytec
      Thinking Machines Corporation
      Meiko Scientific
      MasPar
      Wolfgang Händler


      References




      External links


      The GENESIS and SUPRENUM Projects Oliver A. McBryan, 1994
      The Distributed PEACE Operating System and its Suitability for MIMD Message-Passing Architectures W. Schröder, 1988
      PEACE: A Distributed Operating System for an MIMD Message-Passing Architecture W. Schröder, 1988
      A Retrospective View of the Mannheim Supercomputer Conference on its 15th Anniversary U. Harms, 2000
      Konzepte und Beispiele paralleler Rechnerarchitekturen (VII): Speedup mit Pyramidenkonzept fast 100 Prozent at computerwoche.de (German)

    Kata Kunci Pencarian:

    supremumsupernumerarysupremum norm
    suprenum (Adilzhan Kulmagambetov) · GitHub

    suprenum (Adilzhan Kulmagambetov) · GitHub

    Solved Bonus: The suprenum norm of a function: X → R is | Chegg.com

    Solved Bonus: The suprenum norm of a function: X → R is | Chegg.com

    Dinge des Wissens - »Suprenum« Prozessorplatine

    Dinge des Wissens - »Suprenum« Prozessorplatine

    Suprenom | Delivering Our Promises

    Suprenom | Delivering Our Promises

    Definition of Supremum and Infimum of a Set | Real Analysis - YouTube

    Definition of Supremum and Infimum of a Set | Real Analysis - YouTube

    Red spotted Gold Severum Breeding Pair - YouTube

    Red spotted Gold Severum Breeding Pair - YouTube

    How to use the epsilon definition of sup in a proof - YouTube

    How to use the epsilon definition of sup in a proof - YouTube

    The supremum and the infimum of a function (HD LINK IN DESCRIPTION ...

    The supremum and the infimum of a function (HD LINK IN DESCRIPTION ...

    THE BEST SUB £1100 POLES! | Superium Poles Explained! - YouTube

    THE BEST SUB £1100 POLES! | Superium Poles Explained! - YouTube

    Supreem Pharma | Supreem Pharma launches Supreem Super Foods in Chennai ...

    Supreem Pharma | Supreem Pharma launches Supreem Super Foods in Chennai ...

    Supream Sweatshirt | Sweatshirts, Fun sweatshirts, Print clothes

    Supream Sweatshirt | Sweatshirts, Fun sweatshirts, Print clothes

    ArtStation - Supreman Henry Cavill

    ArtStation - Supreman Henry Cavill