WO1997013191A1 - Address transformation in a cluster computer system - Google Patents

Address transformation in a cluster computer system Download PDF

Info

Publication number
WO1997013191A1
WO1997013191A1 PCT/US1996/015937 US9615937W WO9713191A1 WO 1997013191 A1 WO1997013191 A1 WO 1997013191A1 US 9615937 W US9615937 W US 9615937W WO 9713191 A1 WO9713191 A1 WO 9713191A1
Authority
WO
WIPO (PCT)
Prior art keywords
address field
cluster
processor
memory
bits
Prior art date
Application number
PCT/US1996/015937
Other languages
French (fr)
Inventor
Russell W. Guenthner
Leonard Rabins
Original Assignee
Bull Hn Information Systems Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Bull Hn Information Systems Inc. filed Critical Bull Hn Information Systems Inc.
Priority to CA002211083A priority Critical patent/CA2211083C/en
Priority to EP96934045A priority patent/EP0855057B1/en
Priority to DE69635865T priority patent/DE69635865T2/en
Priority to JP9514461A priority patent/JPH11512857A/en
Publication of WO1997013191A1 publication Critical patent/WO1997013191A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/0223User address space allocation, e.g. contiguous or non contiguous base addressing
    • G06F12/0284Multiple user address space allocation, e.g. using different base addresses
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • G06F12/0806Multiuser, multiprocessor or multiprocessing cache systems
    • G06F12/0811Multiuser, multiprocessor or multiprocessing cache systems with multilevel cache hierarchies
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • G06F12/0806Multiuser, multiprocessor or multiprocessing cache systems
    • G06F12/084Multiuser, multiprocessor or multiprocessing cache systems with a shared cache

Definitions

  • This invention relates to the art of data processing and, more particularly, to addressing in a cluster computer system employing multiple clusters, each cluster having multiple processors, each processor being incapable of directly addressing all information stored in the total main memory.
  • CPUs central processing units
  • improvements must take into account the command structure and the word length which often must remain the same as used in the predecessors to a "new" CPU . This is particularly true in the case of systems running under proprietary software operating systems.
  • the fundamental reason for this constraint is the often enormous investment in software which a user may have.
  • there may be represented three decades of software development in a given user system and a user typically wishes to merely load its old software on a new, improved hardware system and experience immediate higher performance results
  • CPU designers go to great lengths to maintain compatibility with earlier CPUs in a given operating system family.
  • an exemplary system which includes an external memory space (e.g., main memory) a power of two larger than the internal memory space which is inherently directly addressable by an address field generated/interpreted by the individual processors, by dividing the pr ocessors into multiple clusters with multiple processors in each.
  • Each CPU in a cluster of processors four on a single multiprocessor board in the example, is assigned a cluster number which is set, for example, by a two-bit number (thus identifying four clusters).
  • each CPU is assigned a two-bit number (thus identifying four CPUs) setting which CPU it is m its cluster.
  • the two two-bit numbers are concatenated to provide each CPU with a unique four-bit identification number in the system.
  • the cluster number is sent, along with an internal address which includes an indicator bit specifying private/shared classification, from a requesting cluster to an address translator.
  • the indicator bit is used to control the set up of the transformation.
  • each CPU can inherently directly address one gigabyte (30 bit address field identified as bits 0-29 with bit 0 being the most significant), the available external space is two gigabytes and the length of the external space address field is 32 bits (bits 0-31 , capable of specifying four gigabytes), bit 0 of the internal address is used as the indicator. If bit 0 is a "0", the cluster member is requesting information from its private area of external space; conversely, if it is a " 1 ", the cluster member is addressing information in the shared regions of external space.
  • the cluster number is copied into bits 1 , 2 of the external address
  • bits 1 , 2 of the internal address are copied into bits 3, 4 of the external address
  • the lower order address bits 3-29 of the internal address are copied directly to bits 5-31 of the external address.
  • the resulting external address points to the specified private region m external space. If, however, the indicator bit 0 in the internal address is a "1" indicating a call to a shared region of external space, then a different transformation takes place. CN0, CN 1 are ignored. Bit 1 of the internal address is copied to bit 1 of the external address while bits 2, 3 of the external address are each forced to logic "1 ". The resulting external address points to the specified shared region in external space.
  • bits 1 , 2 of the external address are copied into positions CN0, CN1 of the internal address
  • the external address indicator bits are bits 3, 4. If one or the other or both are "0", then an address from the private space of one of the clusters is indicated. Bit 0 of the internal address is forced to "0", and bits 3, 4 of the external address are copied to bits 1 , of the internal address. The lower order bits 5 - 31 of the external address are copied directly to bits 3 - 29 of the internal address.
  • the developed internal address fully identifies an information block in external memory as that of the private space reserved to the cluster identified by CN0, CN 1 .
  • bits 3, 4 of the external address are "1 ", then the external space is known to be shared. Bit 0 of the internal address is forced to "1 ", bits 1 , 2 of the external address are copied to bits 1 , 2 of the internal address, and the lower order address bits are copied as before. The resulting internal address identifies an information block in external memory that is available to all the clusters.
  • FIG. 1 is a high level block diagram of a cluster computer system in which the present invention may be practiced
  • FIG. 2 is a block diagram of the system shown in FIG. 1 illustrating more detail of the individual clusters and CPUs;
  • FIG. 3 is an exemplary representation of the allocation of internal address space as allocated to the individual multi-processor clusters and external space representing the address space of a main memory device;
  • FIG. 4 is an exemplary transformation diagram illustrating an embodiment of the invention in which each CPU is inherently capable of addressing one gigabyte of information, and a main memory device in communication with all the CPUs is capable of storing two gigabytes of information,
  • FIG 5 is a representation of the two types of addresses, internal and external, which are transformed according to the invention.
  • FIG 6 is a simplified logic diagram illustrating the apparatus within an address translator component of each CPU operating in an internal-to-external mode
  • FIG 7 is a simplified logic diagram of an address translator operating in an external-to-internal mode.
  • system bus 5 couples the multiprocessor boards 1 , 2, 3, 4 to one another and to various other system components (including a service processor "SP") represented by the block 6
  • system bus 5 couples the multiprocessor boards 1 , 2, 3, 4 to a memory controller 10 which, in turn, interfaces via a memory bus 9 with a main memory 8 representative of one or more main memory devices.
  • each multiprocessor board 1 , 2, 3, 4 includes four CPUs 1 1 , 12, 13, 14.
  • the four CPUs 1 1 , 12, 13, 14 are provided with respective primary caches 1 1 C, 12C, 13C, 14C.
  • the primary caches on each multiprocessor board are each disposed between its directly associated CPU and a common secondary cache 7 and utilize a the classical "store-into-cache" configuration.
  • the secondary cache 7 interfaces with the system bus 5.
  • address translators 1 1 A, 12A, 13 A, 14A Interposed intermediate each of the primary caches 1 1 C, 12C, 13C, 14C and the common (to the cluster) secondary cache 7 are address translators 1 1 A, 12A, 13 A, 14A which are also constituents of their respective processors 1 1 , 12, 13, 14.
  • each of the multiprocessor boards 1 , 2, 3, 4 constitutes a cluster, and each cluster runs under its own operating system to improve system efficiency.
  • FIG. 2 illustrates the environment of the subject invention in more detail.
  • CPU 1 1 on multiprocessor board 1 (board “0") communicates with the system bus 5 via an address register 15, address translator 18 and secondary cache 7.
  • Register 15 is merely a convenient representation of address interface circuitry in the primary cache of the CPU 1 1 by which an address generated by the CPU 1 1 may be transmitted, transformed in the address translator 18, as a request to the secondary cache 7. This condition occurs when information required by the CPU 1 1 is not resident in at least one of the primary caches of the CPUs 1 1 , 12, 13, 14 on the multiprocessor board 1 . (Those skilled in the art will understand that, in many such multiprocessor configurations, it is possible for one CPU to "siphon" information from another CPU's primary cache.)
  • CPUs 2 1 , 22, 23, 24 are found on multiprocessor board 2 (board “1 ").
  • corresponding CPUs 31 , 32, 33, 34 and 41 , 42, 43, 44 are found on multiprocessor boards 3 (board “2"), 4 (board “3"), respectively.
  • registers 25, 35, 45, corresponding to register 15, are respectively found on multiprocessor boards 2, 3, 4.
  • address translators 28, 38, 48, corresponding to address translator 18, are respectively found CPUO on each of multiprocessor boards 2, 3, 4.
  • first and second two-bit identification registers are shown incorporated in the primary cache of CPU 1 1 on the multiprocessor board 1 .
  • the registers 16, 17 are representative of any convenient means for establishing a two-bit cluster identification for the multiprocessor board 1 and a two-bit cluster member identification for the CPU 1 1.
  • a cluster/cluster member identification could be hard-wired in or exist as four switches which can be set to a complete cluster member number
  • the four stages of the registers 16, 17 are each set to the logic "0" position, thereby providing a cluster identification of "00" (board “0") and a cluster member identification of "00" (CPU "0").
  • the registers 16, 17 may be concatenated and may be set upon system initialization under control of the service processor SP as represented by the dashed line 20.
  • Corresponding register pairs, 26, 27; 36, 37; and 46, 47 are provided on multiprocessor boards 2, 3, 4, for respective CPU0s 21 , 31 , 41 and are respectively set to provide cluster identifications of "01 “, "10” and “ 1 1 " and, m each case, cluster member identification of "00"
  • multiprocessor board 1 (board “0")
  • multiprocessor boards 2, 3, 4 operate identically, taking into account their differing cluster number identifications as stored in the registers 26, 36, 46. i .e., the cluster member number for CPU2 33 on multiprocessor board 3 is "1010" (board “2'7CPU "2").
  • the 30-bit register 15 in the primary cache of the CPU 1 1 can specify one gigabyte of address locations which is the family limit of the exemplary CPUs. There is value in reserving a portion of the addressable space in main memory 8 to the private use of the CPUs on each multiprocessor board for, among other reasons, permitting each multiprocessor board to operate under an independent operating system. (These independent operating systems may be the same or different operating systems.) On the other hand, there is a need for establishing direct communication among the clusters and CPUs operating under the different operating systems in order that they can function with the full power of a cluster system architecture. One way in which this feature can be achieved is by providing shared memory space in main memory 8.
  • the present invention provides for the enjoyment of all these features while also permitting the collective direct and indirect address of more memory spaces in main memory than the CPUs in the system are individually inherently capable.
  • internal space means the memory addressable by the CPUs on each multiprocessor board while the term “external space” means the total memory addressable, I e , the memory space available in main memory 8
  • each CPU has a 30-bit address field and can therefore directly address one gigabyte
  • the available external space in the exemplary main memory is two gigabytes and that the external address field is 32-b ⁇ ts long, i.e., capable of addressing four gigabytes .
  • a key aspect of the present invention is the manner m which addressable memory for each multiprocessor board is allocated For the external memory space to be accessible, as a result of address transformation, by each multiprocessor board 1 , 2, 3, 4, three-eighths of the inherently addressable internal space is private and one-half is shared Comment on the apparently remaining one-eighth is reserved for discussion below. Under these conditions, the memory allocation may be appreciated from an examination of FIG. 3.
  • Multiprocessor board 1 enjoys 3/8th gigabyte private memory space identified as 1/8th gigabyte segments P1 1 , P12, P13.
  • Multiprocessor board 1 has access to 1/2 gigabyte shared memory space in 1 /8th gigabyte segments SA, SB, SC, SD.
  • Multiprocessor board 2 enjoys 3/8th gigabyte private memory space identified as 1 /8th gigabyte segments P21 , P22, P23.
  • Multiprocessor board 2 has access to 1/2 gigabyte shared memory space in 1/8th gigabyte segments SA, SB, SC, SD.
  • the internal space for multiprocessor boards 3 and 4 are correspondingly assigned as shown in FIG. 3.
  • This internal space address information is provided to the address translation block which, as previously described, is present in the primary cache of each CPU, but is shown separately as a single block in FIG. 3 for clarity.
  • this address information is transformable, according to the invention, to obtain external space address segments distributed as shown schematically in FIG. 3.
  • FIG .4 shows the higher order address bit distribution for the four multiprocessor boards for both the internal and external space addresses as they are transformed by the address translation block (e.g., the address translator 18 in FIG. 2).
  • the address translation block e.g., the address translator 18 in FIG. 2.
  • the most significant bit of the 32-bit transformed address is always a "0" in the example.
  • the cluster number is preset to "00", the private space three most significant bits are “000”, “001 “ and “010” and the shared space three most significant bits are " 100", “ 101 “, “ 1 10” and “1 1 1 ". It will be noted that, in this example, the combination "01 1 " for the three most significant bits is reserved.
  • the three highest order internal address bits may be deemed the higher order segment of the processor address field and the remaining bits 3-29 may be deemed the lower order segment thereof.
  • the corresponding addresses transformed into the five most significant bits of the private external space addresses to be transformed (i.e., bits 1 , 2, 3, 4), are, respectively, “00000", “00001 “, “00010” (or P1 1 , P12, P13) and those for the shared external space addresses are, respectively, “0001 1 ", "00011” , “0101 1 " and "01 1 1 1 " (or SA, SB, SC, SD).
  • the five highest order internal address bits may be deemed the higher order segment of the memory address field and the remaining bits 5-31 may be deemed the lower order segment thereof.
  • the cluster number is preset to "01"
  • the private space three most significant bits are, again, “000”, “001” and “010”
  • the shared space three most significant bits are, again, “100”, “101 “, “1 10” and “ 1 1 1 ".
  • the internal addresses of multiprocessor board 3 and 4 are respectively transformed to external addresses "01000” (P31), "01001” (P32), “01010” (P33) "00011” (SA), “0001 1” (SB), “01011” (SC), "01111” (SD) and ''01100"(P41), "01101” (P42), “01110” (P43) "00011” (SA), “00011” (SB), “0101 1 " (SC), "01111” (SD).
  • bit 1 of the internal address known to be a "1"
  • Bits 1 and 2 of the internal address are used as bits 1 and 2 of the external address.
  • bits 3 and 4 of the external address are set to "1 1”.
  • FIGs. 6 and 7 Exemplary transfomiation apparatus for the address translator 18 of CPUO 1 1 is shown in FIGs. 6 and 7.
  • FIG 6 illustrates this apparatus operating in the internal-to-external transformation mode in which an internal address, including a cluster number, is sent to the address translator 18 as a request from the primaiy cache directed to the secondary cache 7 (which, of course, will forward the request to main memory if the requested information is not resident in the secondary cache at the time of the request).
  • the internal address is thus present in register 15 to serve as an input to die address translator in conjunction with the cluster number m register 16.
  • bit 0 of the internal address is key. If it is a "0", the address is identified as private to the requesting multiprocessor board which itself is identified by CN0, CN 1 in register 16.
  • Bit 0 is inverted to a "1 " by inverter 55, and the output of inverter 55 therefore enables one input each of AND-gates 61 , 63, 65, 67
  • the other input to AND-gate 61 is CN0 which is therefore copied through OR-gate 56 into bit 1 of the external address in exemplary address translator output register 54.
  • the other input to AND-gate 63 is CN1 which is therefore copied through OR-gate 67 into bit 2 of the external address.
  • the other input to AND-gate 65 is bit 1 of the internal address which is therefore copied, via OR-gate 58, to bit 3 of the external address in register 54.
  • bit 2 of the internal address which is therefore copied, via OR-gate 59, to bit 4 of the external address in register 54.
  • the lower order address bits 3 - 29 of the internal address in register 18 are directly copied to bits 5 - 31 of the external address in register 54.
  • Bit 0 of the external address in register 54 is forced to logic "0" because external space is limited, in the example, to two gigabytes. As previously mentioned, this bit is available to accommodate two separate systems having access to the main memory.
  • the address being transformed has been supplied by the primary cache of CPU0 1 1 , i e., CN0, CN 1 are set to "00" and that bits 0,1 ,2 of the internal address are "010"
  • the external space addressed after the transformation by the higher order address bits "00010" will be the 1 /8 gigabyte private block identified m FIG 3 as P13
  • bit 0 of an internal address sent to the address translator 18 is a logic "1 " indicating a call to shared space. Since bit 0, m this instance, will be inverted to a logic "0" by the inverter 55, the AND-gates 61 , 63, 65, 67 will be disabled Instead, AND-gates 60, 62, 64, 66 will each have one input enabled as a result of the logic "1 " present in bit 0 of register 53
  • the other input to AND-gate 60 comes from bit 1 of register 53 such that the logic level of bit 1 in the internal address is copied, via OR-gate 56, into bit 1 of the external address m register 54
  • the other input to AND-gate 62 comes from bit 2 of register 53 such that the logic level of bit 2 in the internal address is copied, via OR-gate 57, into bit 2 of the external address in register 54.
  • each of the AND-gates 64, 66 are directly tied to logic "1 " such that bits 3 and 4 of the external address in register 54 are set to "1 " via OR-gates 58, 59, respectively Again, bit 0 of the external address in register 54 is forced to "0" because of the two gigabyte limitation on external space m the example.
  • Lower order address bits 3 - 29 of the internal address are directly copied into bits 5 - 31 of the external address as before.
  • bits 0, 1 ,2 of the internal address supplied by the multiprocessor board 1 are " 1 1 1 "
  • the external space addressed after the transformation by the higher order address bits "011 1 1" will be the 1/8 gigabyte shared block identified in FIG. 3 as SD.
  • the CPU on a given multiprocessor board making a request to the secondary cache 7 is conventionally tracked by the secondary cache.
  • the contents of the register 17 containing the cluster member number is sent to the secondary cache for that purpose.
  • FIG. 7 illustrates the address translator 18 operating in the external-to-internal address transformation mode
  • An external address from the secondary cache is placed in register 68, representative of any appropriate logic for the purpose.
  • Bit 0 of the external address is not used because of the two gigabyte capacity of the main memory.
  • Bits 1 and 2 are applied to corresponding inputs to multiplexer pair 84, 85 which selectively drive inputs to register 86 which is representative of any appropriate logic for interfacing the primary cache with the address translator.
  • bits 1 and 2 in the register 68 are applied as respective inputs to comparators 81 , 82 which have CN0 and CN1 in register 16 as their respective second inputs.
  • First respective inputs to the comparators 87, 88 are CMO, CM1 from register 17 while the second respective inputs thereto are the cluster member number received from the secondary cache which has conventionally previously recorded that CPU0 in the local cluster made the original request for access to the memory block identified by the external address.
  • AND-gate 83 is fully enabled to enable the multiplexer 84 to transfer the transformed external-to-internal address to register 86. Since private space is indicated in the example, one or the other of bits 3 and 4 in register 68 are "0", and AND-gate 70 is disabled such that its output is "0" and the output of inverter 71 is "1 ".
  • bits 5-31 in register 68 are transferred through multiplexer 84 to bits 3-29 m register 86 to complete the external-to-internal transformation of the address information and the selection of the correct CPU in the correct cluster to receive requested information in the private storage area of the mass memory.
  • a "1 " is copied into bit 0 of register 86, via OR-gate 78 and multiplexer 85, to provide the internal address indicator for shared space.
  • the other inputs to AND-gates 75, 76 are, respectively, from bits 1 , 2 in register 68.
  • the contents of bits 1 , 2 in register 68 are copied into bits 1 , 2 of register 86 via OR-gates 79, 80, respectively, and multiplexer 85.
  • Bits 5-31 of the external address in register 68 are copied through multiplexer 85 into bits 3-29 of the internal address in register 86 as the lower order address bits common to the internal and external addresses.
  • each multiprocessor board loses the capacity to address 1/8 gigabyte of the one gigabyte inherently addressable by a 30 bit address field.
  • the ability to directly communicate among all the multiprocessor boards via the shared space is achieved.
  • any multiprocessor board to indirectly address the private space of another multiprocessor board by sending a suitable request via shared space which results in the desired information being moved from private space into shared space
  • the previously discussed advantage of permitting each multiprocessor board to operate under its own operating system is achieved. Still further, the capability to enjoy the benefits of running separate operating systems in each cluster is facilitated and enhanced.
  • FIGs 3 - 7, inclusive is only one of many address transformations which may be established according to the present invention.
  • each multiprocessor board can, as before, inherently directly address one gigabyte while the main memory can store four gigabytes. Then, bit 0 of the external address would come into play, and the logic of FIGs . 6 and 7 would be accordingly adjusted and expanded
  • the cluster number for each multiprocessor board may be extended to three bits with the most significant cluster number bit copied to and from bit 0 of the external address. This arrangement will expand the number of four-multiprocessor clusters which can be accommodated as well as expand the directly and indirectly addressable external memory. Alternatively, the clusters can be reduced to two multiprocessors per cluster (i.

Abstract

To integrate a plurality of processors (11-14), each capable of directly addressing a limited internal storage range, with a large external memory, processors are organized into clusters, each having a plurality of processors and a common secondary cache (7). An address translator (18) is provided to transform internal main memory space (8) addresses to external memory space addresses. External memory space is divided into private and shared areas. An internal address indicator bit, in conjuction with the cluster number form a requesting processor primary cache, is employed to set up the transformation either to the private external space of the cluster or the shared external space. In reverse external-to-internal transformation, a pair of indicator bits are used to generate the internal address and define the shared and private space of the designated cluster. A cluster member number assigned to each processor is used by the secondary cache to track with processor sends/receives information to/from the external memory.

Description

ADDRESS TRANSFORMATION
IN A CLUSTER COMPUTER SYSTEM
Field of the Invention
This invention relates to the art of data processing and, more particularly, to addressing in a cluster computer system employing multiple clusters, each cluster having multiple processors, each processor being incapable of directly addressing all information stored in the total main memory.
Background of the Invention
In the design of central processing units (CPUs) used in modem computing systems, improvements must take into account the command structure and the word length which often must remain the same as used in the predecessors to a "new" CPU . This is particularly true in the case of systems running under proprietary software operating systems. The fundamental reason for this constraint is the often enormous investment in software which a user may have. In some instances, there may be represented three decades of software development in a given user system, and a user typically wishes to merely load its old software on a new, improved hardware system and experience immediate higher performance results As a result, CPU designers go to great lengths to maintain compatibility with earlier CPUs in a given operating system family.
Thus, in CPU design based on existing systems, even limited modification of the address range capability (i. e., allocation of address fields in a CPU instruction word) of each CPU would have a major impact on hardware design and, more especially, on the software which can or must be reused This dilemma is faced in view of the ongoing increase in density and capacity of memory chips and other technologies that have resulted in the availability of mass memories capable of storing information which is one to two times greater than was contemplated at the time the address field lengths/word lengths were originally established m the operating system/CPU family
Another factor involved in the design of CPUs, particularly CPUs intended to function under a long-established proprietary operating system, is the fact that ever-new technology allows an existing CPU design to be physically implemented into a much smaller space. However, again, the advantages of adhering to the fundamental specifications of existing operating system software (in order to permit the reuse of existing application software) directs the retention of the operating system, notwithstanding its limiting effects on CPU design. Finally, and perhaps most importantly, those skilled in the art are aware of inefficiencies which occur when too many CPUs are operated in a single operating system environment.
All these factor are aggravated in a multiprocessor cluster environment in which multiple groups of multiple CPUs are incorporated into a large computer system which includes a large main memory containing stored information at more addresses than can be directly addressed by the individual CPUs, with the addressing constraint being imposed because of the address field/word length characteristics which are the natural heritage of the historical hardware and operating system/application software of a given computer system family. It is to the solution of this dilemma that the subject invention is directed .
Objects of the Invention
It is therefore a broad object of this invention to provide an improved multi-processor computer system incorporating extended memory addressing with total system memory beyond that seen by a single CPU or operating system.
It is a more specific object of this invention to provide an improved multiprocessor system employing a cluster architecture in which an external memory space, larger than that inherently directly addressable by the processors employed, is divided into private spaces for each multiprocessor cluster and shared spaces directly accessible by all the clusters according to an address transformation which incorporates cluster member number information for identifying each cluster and each member thereof.
Summary of the Invention
Briefly, these and other objects of the invention are achieved, in an exemplary system which includes an external memory space (e.g., main memory) a power of two larger than the internal memory space which is inherently directly addressable by an address field generated/interpreted by the individual processors, by dividing the pr ocessors into multiple clusters with multiple processors in each. Each CPU in a cluster of processors, four on a single multiprocessor board in the example, is assigned a cluster number which is set, for example, by a two-bit number (thus identifying four clusters). In addition, each CPU is assigned a two-bit number (thus identifying four CPUs) setting which CPU it is m its cluster. In the example, the two two-bit numbers are concatenated to provide each CPU with a unique four-bit identification number in the system. In an internal-to-external address transformation mode, the cluster number is sent, along with an internal address which includes an indicator bit specifying private/shared classification, from a requesting cluster to an address translator. In the address translator, the indicator bit is used to control the set up of the transformation.
In the exemplary system in which each CPU can inherently directly address one gigabyte (30 bit address field identified as bits 0-29 with bit 0 being the most significant), the available external space is two gigabytes and the length of the external space address field is 32 bits (bits 0-31 , capable of specifying four gigabytes), bit 0 of the internal address is used as the indicator. If bit 0 is a "0", the cluster member is requesting information from its private area of external space; conversely, if it is a " 1 ", the cluster member is addressing information in the shared regions of external space.
If the indicator bit is a "0", the cluster number is copied into bits 1 , 2 of the external address, bits 1 , 2 of the internal address are copied into bits 3, 4 of the external address and the lower order address bits 3-29 of the internal address are copied directly to bits 5-31 of the external address. The resulting external address points to the specified private region m external space. If, however, the indicator bit 0 in the internal address is a "1" indicating a call to a shared region of external space, then a different transformation takes place. CN0, CN 1 are ignored. Bit 1 of the internal address is copied to bit 1 of the external address while bits 2, 3 of the external address are each forced to logic "1 ". The resulting external address points to the specified shared region in external space.
In an external-to-internal address transformation mode, bits 1 , 2 of the external address are copied into positions CN0, CN1 of the internal address The external address indicator bits are bits 3, 4. If one or the other or both are "0", then an address from the private space of one of the clusters is indicated. Bit 0 of the internal address is forced to "0", and bits 3, 4 of the external address are copied to bits 1 , of the internal address. The lower order bits 5 - 31 of the external address are copied directly to bits 3 - 29 of the internal address. Thus, the developed internal address fully identifies an information block in external memory as that of the private space reserved to the cluster identified by CN0, CN 1 .
If both bits 3, 4 of the external address are "1 ", then the external space is known to be shared. Bit 0 of the internal address is forced to "1 ", bits 1 , 2 of the external address are copied to bits 1 , 2 of the internal address, and the lower order address bits are copied as before. The resulting internal address identifies an information block in external memory that is available to all the clusters.
Description of the Drawing
The subject matter of the invention is particularly pointed out and distinctly claimed in the concluding portion of the specification. The invention, however, both as to organization and method of operation, may best be understood by reference to the following description taken in conjunction with the subjoined claims and the accompanying drawing of which:
FIG. 1 is a high level block diagram of a cluster computer system in which the present invention may be practiced;
FIG. 2 is a block diagram of the system shown in FIG. 1 illustrating more detail of the individual clusters and CPUs;
FIG. 3 is an exemplary representation of the allocation of internal address space as allocated to the individual multi-processor clusters and external space representing the address space of a main memory device;
FIG. 4 is an exemplary transformation diagram illustrating an embodiment of the invention in which each CPU is inherently capable of addressing one gigabyte of information, and a main memory device in communication with all the CPUs is capable of storing two gigabytes of information,
FIG 5 is a representation of the two types of addresses, internal and external, which are transformed according to the invention,
FIG 6 is a simplified logic diagram illustrating the apparatus within an address translator component of each CPU operating in an internal-to-external mode, and
FIG 7 is a simplified logic diagram of an address translator operating in an external-to-internal mode.
Description of the Preferred Embodiment(s)
Referring first to the exemplary cluster computer system of FIG 1 , it will be observed that the system includes first 1 , second 2, third 3 and fourth 4 multiprocessor circuit boards, each multiprocessor board including four CPUs effecting a cluster, each multiprocessor board being connected to a system bus 5 via an integral secondary cache 7 The system bus 5 couples the multiprocessor boards 1 , 2, 3, 4 to one another and to various other system components (including a service processor "SP") represented by the block 6 In addition, system bus 5 couples the multiprocessor boards 1 , 2, 3, 4 to a memory controller 10 which, in turn, interfaces via a memory bus 9 with a main memory 8 representative of one or more main memory devices.
As illustrated for multiprocessor board 1 , each multiprocessor board 1 , 2, 3, 4 includes four CPUs 1 1 , 12, 13, 14. The four CPUs 1 1 , 12, 13, 14 are provided with respective primary caches 1 1 C, 12C, 13C, 14C. In the exemplary system, the primary caches on each multiprocessor board are each disposed between its directly associated CPU and a common secondary cache 7 and utilize a the classical "store-into-cache" configuration. The secondary cache 7 interfaces with the system bus 5. Interposed intermediate each of the primary caches 1 1 C, 12C, 13C, 14C and the common (to the cluster) secondary cache 7 are address translators 1 1 A, 12A, 13 A, 14A which are also constituents of their respective processors 1 1 , 12, 13, 14.
In accordance with a preferred aspect of the invention, each of the multiprocessor boards 1 , 2, 3, 4 constitutes a cluster, and each cluster runs under its own operating system to improve system efficiency.
Attention is now directed to FIG. 2 which illustrates the environment of the subject invention in more detail. Thus, it will be seen that CPU 1 1 on multiprocessor board 1 (board "0") communicates with the system bus 5 via an address register 15, address translator 18 and secondary cache 7. Register 15 is merely a convenient representation of address interface circuitry in the primary cache of the CPU 1 1 by which an address generated by the CPU 1 1 may be transmitted, transformed in the address translator 18, as a request to the secondary cache 7. This condition occurs when information required by the CPU 1 1 is not resident in at least one of the primary caches of the CPUs 1 1 , 12, 13, 14 on the multiprocessor board 1 . (Those skilled in the art will understand that, in many such multiprocessor configurations, it is possible for one CPU to "siphon" information from another CPU's primary cache.)
Corresponding CPUs 2 1 , 22, 23, 24 are found on multiprocessor board 2 (board "1 "). Similarly, corresponding CPUs 31 , 32, 33, 34 and 41 , 42, 43, 44 are found on multiprocessor boards 3 (board "2"), 4 (board "3"), respectively. In addition, registers 25, 35, 45, corresponding to register 15, are respectively found on multiprocessor boards 2, 3, 4. Also, address translators 28, 38, 48, corresponding to address translator 18, are respectively found CPUO on each of multiprocessor boards 2, 3, 4.
Also shown incorporated in the primary cache of CPU 1 1 on the multiprocessor board 1 are first and second two-bit identification registers, 16, 17, respectively. (It will be understood that the registers 16, 17 are representative of any convenient means for establishing a two-bit cluster identification for the multiprocessor board 1 and a two-bit cluster member identification for the CPU 1 1. For example, a cluster/cluster member identification could be hard-wired in or exist as four switches which can be set to a complete cluster member number ) In the case of CPU 1 1 in multiprocessor 1 , the four stages of the registers 16, 17 are each set to the logic "0" position, thereby providing a cluster identification of "00" (board "0") and a cluster member identification of "00" (CPU "0"). As a practical matter, the registers 16, 17 may be concatenated and may be set upon system initialization under control of the service processor SP as represented by the dashed line 20.
Corresponding register pairs, 26, 27; 36, 37; and 46, 47 are provided on multiprocessor boards 2, 3, 4, for respective CPU0s 21 , 31 , 41 and are respectively set to provide cluster identifications of "01 ", "10" and " 1 1 " and, m each case, cluster member identification of "00"
In the succeeding discussion, the description will be directed to multiprocessor board 1 (board "0"), it being understood that multiprocessor boards 2, 3, 4 operate identically, taking into account their differing cluster number identifications as stored in the registers 26, 36, 46. i .e., the cluster member number for CPU2 33 on multiprocessor board 3 is "1010" (board "2'7CPU "2").
The 30-bit register 15 in the primary cache of the CPU 1 1 can specify one gigabyte of address locations which is the family limit of the exemplary CPUs. There is value in reserving a portion of the addressable space in main memory 8 to the private use of the CPUs on each multiprocessor board for, among other reasons, permitting each multiprocessor board to operate under an independent operating system. (These independent operating systems may be the same or different operating systems.) On the other hand, there is a need for establishing direct communication among the clusters and CPUs operating under the different operating systems in order that they can function with the full power of a cluster system architecture. One way in which this feature can be achieved is by providing shared memory space in main memory 8.
The present invention provides for the enjoyment of all these features while also permitting the collective direct and indirect address of more memory spaces in main memory than the CPUs in the system are individually inherently capable. In the following discussion, the term "internal space" means the memory addressable by the CPUs on each multiprocessor board while the term "external space" means the total memory addressable, I e , the memory space available in main memory 8 These two types of spaces exist at two interfaces of, and are reconciled by, the address translator 18 which, in the exemplary system, is disposed in the primary cache of each CPU .
The concept of internal and external spaces and private and shared memory in the present context may be better understood with reference to FIG 3 In this example, it may be assumed that each CPU has a 30-bit address field and can therefore directly address one gigabyte It may further be assumed that the available external space in the exemplary main memory is two gigabytes and that the external address field is 32-bιts long, i.e., capable of addressing four gigabytes .
A key aspect of the present invention is the manner m which addressable memory for each multiprocessor board is allocated For the external memory space to be accessible, as a result of address transformation, by each multiprocessor board 1 , 2, 3, 4, three-eighths of the inherently addressable internal space is private and one-half is shared Comment on the apparently remaining one-eighth is reserved for discussion below. Under these conditions, the memory allocation may be appreciated from an examination of FIG. 3. Multiprocessor board 1 enjoys 3/8th gigabyte private memory space identified as 1/8th gigabyte segments P1 1 , P12, P13. In addition, Multiprocessor board 1 has access to 1/2 gigabyte shared memory space in 1 /8th gigabyte segments SA, SB, SC, SD. Similarly, Multiprocessor board 2 enjoys 3/8th gigabyte private memory space identified as 1 /8th gigabyte segments P21 , P22, P23. In addition, Multiprocessor board 2 has access to 1/2 gigabyte shared memory space in 1/8th gigabyte segments SA, SB, SC, SD. The internal space for multiprocessor boards 3 and 4 are correspondingly assigned as shown in FIG. 3.
This internal space address information is provided to the address translation block which, as previously described, is present in the primary cache of each CPU, but is shown separately as a single block in FIG. 3 for clarity. In the address translation block, this address information is transformable, according to the invention, to obtain external space address segments distributed as shown schematically in FIG. 3.
Consider now an implementation of this example with reference to FIGs. 2, 4, 5, 6 and 7. FIG .4 shows the higher order address bit distribution for the four multiprocessor boards for both the internal and external space addresses as they are transformed by the address translation block (e.g., the address translator 18 in FIG. 2). In each case, there are three columns representing, respectively, the cluster number (already set by the registers 16, 26, 36, 46; FIG. 2), the three most significant bits of the 30-bit internal address and the second, third, fourth and fifth most significant bits of the 32-bit transformed address. As will be discussed in more detail below, the most significant bit of the 32-bit transformed address is always a "0" in the example.
Referring also to FIG. 5 and examining first the internal address pattern for multiprocessor board 1 , the cluster number is preset to "00", the private space three most significant bits are "000", "001 " and "010" and the shared space three most significant bits are " 100", " 101 ", " 1 10" and "1 1 1 ". It will be noted that, in this example, the combination "01 1 " for the three most significant bits is reserved. The three highest order internal address bits may be deemed the higher order segment of the processor address field and the remaining bits 3-29 may be deemed the lower order segment thereof.
Because the address field for external addresses has 32-bits and the main memory stores only two gigabytes, the most significant bit in the external addresses is always "0" in the example, (It may be noted, however, that this most significant bit is available to denote one of two complete systems which is to be granted access to a shared main memory.) Thus, the corresponding addresses, transformed into the five most significant bits of the private external space addresses to be transformed (i.e., bits 1 , 2, 3, 4), are, respectively, "00000", "00001 ", "00010" (or P1 1 , P12, P13) and those for the shared external space addresses are, respectively, "0001 1 ", "00011" , "0101 1 " and "01 1 1 1 " (or SA, SB, SC, SD). The five highest order internal address bits may be deemed the higher order segment of the memory address field and the remaining bits 5-31 may be deemed the lower order segment thereof.
For multiprocessor board 2, the cluster number is preset to "01", the private space three most significant bits are, again, "000", "001" and "010" and the shared space three most significant bits are, again, "100", "101 ", "1 10" and " 1 1 1 ". (Except for the cluster number, there is no difference, and this is also true for multiprocessor boards 3, 4 which have respective cluster numbers of " 10" and 1 1 ".) The corresponding addresses, transformed into bits 1 , 2, 3, 4 of the private external space addresses are, respectively, "00100", "00101 ", "001 10" (or P21 , P22, P23) and those for the shared external space addresses are, respectively, "0001 1 ", "00011", "0101 1 " and "01 1 1 1 " (or, again, SA, SB, SC, SD)
Similarly, the internal addresses of multiprocessor board 3 and 4 are respectively transformed to external addresses "01000" (P31), "01001" (P32), "01010" (P33) "00011" (SA), "0001 1" (SB), "01011" (SC), "01111" (SD) and ''01100"(P41), "01101" (P42), "01110" (P43) "00011" (SA), "00011" (SB), "0101 1 " (SC), "01111" (SD).
The basis of this transformation, which is different for the private and shared addresses, is not readily evident and requires further explanation First, it will be noted that the most significant bit of each internal private address is "0" while the most significant bit of each internal shared address is "1 " In the case of the private addresses, the CN of each microprocessor board (cluster) is utilized as bits 1 and 2 of the external address Bit 1 , known to be a "0", is not used directly in the transformation Bits 2 and 3 of the internal address are. respectively, used as bits 3 and 4 of the external address.
In the case of the shared addresses, bit 1 of the internal address, known to be a "1", is not used directly in the transformation Bits 1 and 2 of the internal address are used as bits 1 and 2 of the external address. Finally, bits 3 and 4 of the external address are set to "1 1".
In the discussion above, the term "used as" should only be understood as representative of the internal-to-external transformation process. The external-to-internal transformation, of course, reverses the process.
It will now be understood why the "01 1 " internal address is not used with this particular addressing scheme; it would result in duplicate external address ranges for private and shared space according to the transformation process.
Exemplary transfomiation apparatus for the address translator 18 of CPUO 1 1 is shown in FIGs. 6 and 7. FIG 6 illustrates this apparatus operating in the internal-to-external transformation mode in which an internal address, including a cluster number, is sent to the address translator 18 as a request from the primaiy cache directed to the secondary cache 7 (which, of course, will forward the request to main memory if the requested information is not resident in the secondary cache at the time of the request). The internal address is thus present in register 15 to serve as an input to die address translator in conjunction with the cluster number m register 16. For this transformation, bit 0 of the internal address is key. If it is a "0", the address is identified as private to the requesting multiprocessor board which itself is identified by CN0, CN 1 in register 16. Bit 0 is inverted to a "1 " by inverter 55, and the output of inverter 55 therefore enables one input each of AND-gates 61 , 63, 65, 67 The other input to AND-gate 61 is CN0 which is therefore copied through OR-gate 56 into bit 1 of the external address in exemplary address translator output register 54. The other input to AND-gate 63 is CN1 which is therefore copied through OR-gate 67 into bit 2 of the external address. The other input to AND-gate 65 is bit 1 of the internal address which is therefore copied, via OR-gate 58, to bit 3 of the external address in register 54. Similarly, the other input to AND-gate 67 is bit 2 of the internal address which is therefore copied, via OR-gate 59, to bit 4 of the external address in register 54. The lower order address bits 3 - 29 of the internal address in register 18 are directly copied to bits 5 - 31 of the external address in register 54. Bit 0 of the external address in register 54 is forced to logic "0" because external space is limited, in the example, to two gigabytes. As previously mentioned, this bit is available to accommodate two separate systems having access to the main memory. Assuming by way of example that the address being transformed has been supplied by the primary cache of CPU0 1 1 , i e., CN0, CN 1 are set to "00" and that bits 0,1 ,2 of the internal address are "010" In this example, the external space addressed after the transformation by the higher order address bits "00010" will be the 1 /8 gigabyte private block identified m FIG 3 as P13
In another example, assume that bit 0 of an internal address sent to the address translator 18 is a logic "1 " indicating a call to shared space. Since bit 0, m this instance, will be inverted to a logic "0" by the inverter 55, the AND-gates 61 , 63, 65, 67 will be disabled Instead, AND-gates 60, 62, 64, 66 will each have one input enabled as a result of the logic "1 " present in bit 0 of register 53 The other input to AND-gate 60 comes from bit 1 of register 53 such that the logic level of bit 1 in the internal address is copied, via OR-gate 56, into bit 1 of the external address m register 54 The other input to AND-gate 62 comes from bit 2 of register 53 such that the logic level of bit 2 in the internal address is copied, via OR-gate 57, into bit 2 of the external address in register 54.
The other inputs to each of the AND-gates 64, 66 are directly tied to logic "1 " such that bits 3 and 4 of the external address in register 54 are set to "1 " via OR-gates 58, 59, respectively Again, bit 0 of the external address in register 54 is forced to "0" because of the two gigabyte limitation on external space m the example. Lower order address bits 3 - 29 of the internal address are directly copied into bits 5 - 31 of the external address as before.
Assume now that bits 0, 1 ,2 of the internal address supplied by the multiprocessor board 1 are " 1 1 1 " In this example, the external space addressed after the transformation by the higher order address bits "011 1 1" will be the 1/8 gigabyte shared block identified in FIG. 3 as SD.
In the example, the CPU on a given multiprocessor board making a request to the secondary cache 7 is conventionally tracked by the secondary cache. Thus, the contents of the register 17 containing the cluster member number is sent to the secondary cache for that purpose.
FIG. 7 illustrates the address translator 18 operating in the external-to-internal address transformation mode An external address from the secondary cache is placed in register 68, representative of any appropriate logic for the purpose. Bit 0 of the external address is not used because of the two gigabyte capacity of the main memory. Bits 1 and 2 are applied to corresponding inputs to multiplexer pair 84, 85 which selectively drive inputs to register 86 which is representative of any appropriate logic for interfacing the primary cache with the address translator. In addition, bits 1 and 2 in the register 68 are applied as respective inputs to comparators 81 , 82 which have CN0 and CN1 in register 16 as their respective second inputs. If there is a match in both comparators 81 , 82, this state confirms that cluster number "00" is the destination of the external address identified as private space reserved for one of multiprocessor board 1 (board "0") as determined by the status of bits 3 and 4 of the external address; i.e., if one or both of bits 3 and 4 are logic "0". With both comparators 81 , 82 indicating a compare state, two of three inputs to AND-gate 83 are enabled. The third input to AND-gate 83 is driven by the output from AND-gate 89 which, in turn, is driven by the two outputs from comparators 87, 88. First respective inputs to the comparators 87, 88 are CMO, CM1 from register 17 while the second respective inputs thereto are the cluster member number received from the secondary cache which has conventionally previously recorded that CPU0 in the local cluster made the original request for access to the memory block identified by the external address. Thus, if there is a compare condition m all the comparators 81 , 82, 87, 88, AND-gate 83 is fully enabled to enable the multiplexer 84 to transfer the transformed external-to-internal address to register 86. Since private space is indicated in the example, one or the other of bits 3 and 4 in register 68 are "0", and AND-gate 70 is disabled such that its output is "0" and the output of inverter 71 is "1 ". This condition enables AND-gate 72 to transfer a logic "0", present at one of its inputs, through OR-gate 78, through multiplexer 84 and into bit 0 of register 86 Similarly, the output of inverter 71 enables AND-gate 74 to transfer bit 3 in register 68 through OR-gate 79, multiplexer 84 and into bit 1 of register 86. The output of inverter 71 also enables AND-gate 76 to transfer bit 4 in register 68 through OR-gate 80, multiplexer 84 and into bit 2 of register 86. Finally, bits 5-31 in register 68 are transferred through multiplexer 84 to bits 3-29 m register 86 to complete the external-to-internal transformation of the address information and the selection of the correct CPU in the correct cluster to receive requested information in the private storage area of the mass memory.
If both bits 3 and 4 of the external address are "1 ", a shared address is indicated, and AND-gate 70 is fully enabled The resulting "1 " at the output of AND-gate 70 enables one input each of AND-gates 73, 75, 77, 90 Since the indication is that the information is not private, there is no need to consider the cluster number. Thus, if the cluster member number from the secondary cache identifies CPUO as previously described, the output from AND-gate 89 fully enables the AND-gate 90 to enable multiplexer 85 to transfer inputs thereto into the register 86.
Because the other input to AND-gate 73 is driven by a logic "1 ", a "1 " is copied into bit 0 of register 86, via OR-gate 78 and multiplexer 85, to provide the internal address indicator for shared space. The other inputs to AND-gates 75, 76 are, respectively, from bits 1 , 2 in register 68. As a result, the contents of bits 1 , 2 in register 68 are copied into bits 1 , 2 of register 86 via OR-gates 79, 80, respectively, and multiplexer 85. Bits 5-31 of the external address in register 68 are copied through multiplexer 85 into bits 3-29 of the internal address in register 86 as the lower order address bits common to the internal and external addresses.
lt will now be understood, in the exemplary embodiment of the invention shown in FIGs. 6 and 7, that each multiprocessor board (cluster) loses the capacity to address 1/8 gigabyte of the one gigabyte inherently addressable by a 30 bit address field. However, what is gained is the ability to directly communicate among all the multiprocessor boards via the shared space. Further, there is achieved the ability of any multiprocessor board to indirectly address the private space of another multiprocessor board by sending a suitable request via shared space which results in the desired information being moved from private space into shared space In addition, the previously discussed advantage of permitting each multiprocessor board to operate under its own operating system is achieved. Still further, the capability to enjoy the benefits of running separate operating systems in each cluster is facilitated and enhanced.
The example of FIGs 3 - 7, inclusive is only one of many address transformations which may be established according to the present invention. For example, consider briefly a system in which each multiprocessor board can, as before, inherently directly address one gigabyte while the main memory can store four gigabytes. Then, bit 0 of the external address would come into play, and the logic of FIGs . 6 and 7 would be accordingly adjusted and expanded In one simple configuration, the cluster number for each multiprocessor board may be extended to three bits with the most significant cluster number bit copied to and from bit 0 of the external address. This arrangement will expand the number of four-multiprocessor clusters which can be accommodated as well as expand the directly and indirectly addressable external memory. Alternatively, the clusters can be reduced to two multiprocessors per cluster (i. e., two cluster per multiprocessor board in the exemplary system). The result will be to use more external space as private space, each private space block being used by fewer processors. Thus, it will be understood that the address transformations available according to the invention are many and that the foregoing example treated in detail is only representative of one found to be especially applicable to a specific system in which the available external space was two gigabytes whereas the processors are limited to directly addressing one gigabyte. It has also been previously mentioned that bit 0 of the external address can be used a switch between two separate multi-cluster systems which access common mass memory.
Thus, while the principles of the invention have now been made clear in an illustrative embodiment, there will be immediately obvious to those skilled in the art many modifications of structure, arrangements, proportions, the elements, materials, and components, used in the practice of the invention which are particularly adapted for specific environments and operating requirements without departing from those principles.

Claims

WHAT IS CLAIMED IS:
1 . A cluster computer system comprising:
A) a plurality of clusters, each said cluster including:
1 ) a plurality of processors, each said processor having inherent limitations on the range of memory which is directly addressable by a processor address field, said processor address field being divided into higher order and lower order segments, each said processor including:
a) a primary cache; and
b) an address translator; and
2) a secondary cache;
B) a memory having a capacity which exceeds the range each said processor is inherently capable of directly addressing, said memory being addressable by a memory address field, said memory address field exceeding said processor address field, said memory address field being divided into higher order and lower order segments;
C) means establishing a cluster number for each said cluster;
D) means coupling said plurality of clusters, via said secondary caches, to said memory; and E) each said address translator in each said processor in each said cluster being coupled lntermediate said primary cache in its said processor and said secondary cache in its said cluster, said address translator including first address translation logic responsive to processor address field and cluster number information in said primary cache in its said processor said first translation logic compnsing means responsive to the digital state of a predetermined indicator bit in said higher order segment of said processor address field by effecting one of two address transformations,
1 ) if said predetermined indicator bit is a fu st digital value
a) forcing the two lowest order bits of said higher order segment of said memory address field to a first logic level, b) copying the two lowest order bits of said higher order segment of said processor address field to two higher order bits of said higher order segment of said memory address field and
c) copying the contents of said lower order segment of said processor address field to said lower order segment of said memory address field, thereby specifying a region of memory addressable by all said clusters; and
2) if said predetermined indicator bit is a second digital value: a) copying the two lowest order bits of said higher order segment of said processor address field to the two lowest order bits of said higher order segment of said memory address field,
b) copying the cluster number to two higher order bits of said higher order segment of said memory address field, and
c) copying the contents of the lower order segment of said processor address field to said lower order segment of said memory address field,
thereby specifying a region of memory addressable only by the cluster identified by said cluster number . 2 The cluster computer system of Claim 1 in which said higher order segment of said processor address field comprises three bits and in which said higher order segment of said memory address field comprises at least five bits.
3. The cluster computer system of Claim 2 in which the most significant bit of said higher order segment of said processor address field is employed as said predetermined indicator bit.
4 . The cluster computer system of Claim 3 which further includes means for establishing a cluster member number for each said processor in each said cluster and in which said cluster member number of a given said processor is sent to said secondary cache in said cluster in which said given said processor resides when a given memory request is made by said given said processor such that said secondary cache m said cluster in which said given said processor resides can identify which of said processors in its said cluster a response to said given memory request is to be made.
5. A cluster computer system comprising
A) a plurality of clusters, each said cluster including
1 ) a plurality of processors, each said processor having inherent limitations on the range of memory which is directly addressable by a processor address field, said processor address field being divided into higher order and lower order segments, each said processor including:
a) a primary cache; and
b) an address translator; and
2) a secondary cache;
B) a memory having a capacity which exceeds the range each said processor is inherently capable of directly addressing, said memory being addressable by a memory address field, said memory address field exceeding said processor address field, said memory address field being divided into higher order and lower order segments;
C) means establishing a cluster number for each said cluster;
D) means coupling said plurality of clusters, via said secondary caches, to said memory; and
E) each said address translator in each said processor in each said cluster being coupled intermediate said primary cache in its said processor and said secondary cache in its said cluster, said address translator including second address translation logic responsive to memory address field information, said second translation logic comprising means responsive to the digital states of predetermined indicator bits in said memory address field, which predetermined indicator bits are of a lower order than the most significant bit thereof, by effecting one of two address transformations,
1 ) if said predetermined indicator bits are both a first digital value
a) forcing a predetermined bit of said higher order segment of said processor address field to a first logic level,
b) copying two higher order bits of said higher order segment of said memory address field to the two lowest order bits of said higher order segment of said processor address field, and
c) copying the contents of the lower order segment of said memory address field to said lower order segment of said processor address field,
thereby specifying a memory region containing information accessible by all said clusters, and
2) if either of said predetermined indicator bits are a second digital value: a) copying the two lowest order bits of said higher order segment of said memory address field to the two lowest order bits of said higher order segment of said processor address field,
b) copying higher bits, representing a cluster number, in said higher order section of said memory address field to said cluster number at said common cluster interface, and c) copying the contents of said lower order segment of said memory address field to said lower order segment of said processor address field
thereby specifying a memory region containing information accessible only by the cluster specified by said cluster number.
6. The cluster computer system of Claim 5 in which said higher order segment of said processor address field comprises three bits and in which said higher order segment of said memory address field comprises at least five bits.
7 . The cluster computer system of Claim 6 in which the two least significant bits of said higher order segment of said memory address field are employed as said predetermined indicator bits.
8 . The cluster computer system of Claim 7 which further includes means for establishing a cluster member number for each said processor in each said cluster and m which said cluster member number of a given said processor is sent to said secondary cache m said cluster in which said given said processor resides when a given memory request is made by said given said processor such that said secondary cache in said cluster in which said given said processor resides can identify which of said processors in its said cluster a response to said given memory request is to be made.
9. A cluster computer system comprising:
A) a plurality of cluster s, each said cluster including:
1 ) a plurality of processors, each said processor having inherent limitations on the range of memory which is directly addressable by a processor address field, said processor address field being divided into higher order and lower order segments, each said processor including:
a) a primary cache; and
b) an address translator; and
2) a secondary cache;
B) a memory having a capacity which exceeds the range each said processor is inherently capable of directly addressing, said memory being addressable by a memory address field, said memory address field exceeding said processor address field, said memory address field being divided into higher order and lower order segments,
C) means establishing a cluster number for each said cluster;
D) means coupling said plurality of clusters, via said secondary caches, to said memory, and
E) each said address translator in each said processor in each said cluster being coupled intermediate said primary cache in its said processor and said secondary cache in its said cluster, said address translator including first address translation logic responsive to processor address field and cluster number in said primary cache in its said processor, said first translation logic comprising means responsive to the digital state of a first predetermined indicator bit in said higher order segment of said processor address field, which said first predetermined indicator bit is of a lower order than the most significant bit thereof, by effecting one of two address transformations;
1 ) if said first predetermined indicator bit is a first digital value a) forcing the two lowest order bits of said higher order segment of said memory address field to a first logic level, b) copying the two lowest order bits of said higher order segment of said processor address field to two higher order bits of said higher order segment of said memory address field, and
c) copying the contents of said lower order segment of said processor address field to said lower order segment of said memory address field,
thereby specifying a region of memory addressable by all said clusters, and
2) if said first predetermined indicator bit is a second digital value: a) copying the two lowest order bits of said higher order segment of said processor address field to the two lowest order bits of said higher order segment of said memory address field;
b) copying the cluster number to two higher order bits of said higher order segment of said memory address field; and
c) copying the contents of the lower order segment of said processor address field to said lower order segment of said memory address field,
thereby specifying a region of memory addressable only by the cluster identified by said cluster number, and
F) said address translator further including second address translation logic responsive to memory address field information, said second translation logic comprising means responsive to the digital states of second and thirds predetermined indicator bits m said memory address field, which second and third predetermined indicator bits are of a lower order than the most significant bit thereof, by effecting one of two address transformations, 1 ) lf said second and thud predetermined indicator bits are both a first digital value:
a) forcing a predetermined bit of said higher order segment of said processor address field to a first logic level;
b) copying two higher order bits of said higher order segment of said memory address field to the two lowest order bits of said higher order segment of said processor address field; and
c) copying the contents of the lower order segment of said memory address field to said lower order segment of said processor address field;
thereby specifying a memory region containing information accessible by all said clusters; and
2) if either of said second and third predetermined indicator bits ar e a second digital value:
a) copying the two lowest order bits of said higher order segment of said memory address field to the two lowest order bus of said higher order segment of said processor address field,
b) copying higher bits, representing a cluster number, in said higher order section of said memory address field to said cluster number at said common cluster interface, and c) copying the contents of said lower order segment of said memory address field to said lower order segment of said processor address field
thereby specifying a memory region containing information accessible only by the cluster specified by said cluster number.
10. The cluster computer system of Claim 9 in which said higher order segment of said processor address field computes three bits and m which said higher order segment of said memory address field comprises at least five bits. 1 1 The cluster system of Claim 10 in which the most significant bit of said higher order segment of said processor address field is employed as said predetermined indicator bit and in which the two least significant bits of said higher order segment of said memory address field are employed as said predetermined indicator bits . 12 The cluster computer system of Claim 1 1 which further includes means for establishing a cluster member number for each said processor in each said cluster and in which said cluster member number of a given said processor is sent to said secondary cache in said cluster in which said given said processor resides when a given memory request is made by said given said processor such that said secondary cache in said cluster in which said given said processor r esides can identify which of said processors in its said cluster a response to said given memory request is to be made .
PCT/US1996/015937 1995-10-06 1996-10-04 Address transformation in a cluster computer system WO1997013191A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
CA002211083A CA2211083C (en) 1995-10-06 1996-10-04 Address transformation in a cluster computer system
EP96934045A EP0855057B1 (en) 1995-10-06 1996-10-04 Address transformation in a cluster computer system
DE69635865T DE69635865T2 (en) 1995-10-06 1996-10-04 ADDRESS TRANSFORMATION IN A CLUSTER COMPUTER SYSTEM
JP9514461A JPH11512857A (en) 1995-10-06 1996-10-04 Address translation in a cluster computer system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US08/540,106 US5590301A (en) 1995-10-06 1995-10-06 Address transformation in a cluster computer system
US08/540,106 1995-10-06

Publications (1)

Publication Number Publication Date
WO1997013191A1 true WO1997013191A1 (en) 1997-04-10

Family

ID=24154013

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1996/015937 WO1997013191A1 (en) 1995-10-06 1996-10-04 Address transformation in a cluster computer system

Country Status (6)

Country Link
US (1) US5590301A (en)
EP (1) EP0855057B1 (en)
JP (1) JPH11512857A (en)
CA (1) CA2211083C (en)
DE (1) DE69635865T2 (en)
WO (1) WO1997013191A1 (en)

Families Citing this family (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08235141A (en) * 1995-02-28 1996-09-13 Kofu Nippon Denki Kk Information processing system
US5884098A (en) * 1996-04-18 1999-03-16 Emc Corporation RAID controller system utilizing front end and back end caching systems including communication path connecting two caching systems and synchronizing allocation of blocks in caching systems
US5940870A (en) * 1996-05-21 1999-08-17 Industrial Technology Research Institute Address translation for shared-memory multiprocessor clustering
US5933857A (en) * 1997-04-25 1999-08-03 Hewlett-Packard Co. Accessing multiple independent microkernels existing in a globally shared memory system
EP1010275A1 (en) * 1997-07-02 2000-06-21 Creative Technology Ltd. Audio effects processor having decoupled instruction execution and audio data sequencing
JP3866426B2 (en) * 1998-11-05 2007-01-10 日本電気株式会社 Memory fault processing method in cluster computer and cluster computer
US6314501B1 (en) * 1998-07-23 2001-11-06 Unisys Corporation Computer system and method for operating multiple operating systems in different partitions of the computer system and for allowing the different partitions to communicate with one another through shared memory
JP3976432B2 (en) * 1998-12-09 2007-09-19 エヌイーシーコンピュータテクノ株式会社 Data processing apparatus and data processing method
US6801937B1 (en) 2000-05-31 2004-10-05 International Business Machines Corporation Method, system and program products for defining nodes to a cluster
US7769823B2 (en) 2001-09-28 2010-08-03 F5 Networks, Inc. Method and system for distributing requests for content
US6868483B2 (en) * 2002-09-26 2005-03-15 Bull Hn Information Systems Inc. Balanced access to prevent gateword dominance in a multiprocessor write-into-cache environment
US8185602B2 (en) 2002-11-05 2012-05-22 Newisys, Inc. Transaction processing using multiple protocol engines in systems having multiple multi-processor clusters
US7917658B2 (en) 2003-01-21 2011-03-29 Emulex Design And Manufacturing Corporation Switching apparatus and method for link initialization in a shared I/O environment
US7103064B2 (en) 2003-01-21 2006-09-05 Nextio Inc. Method and apparatus for shared I/O in a load/store fabric
US8102843B2 (en) 2003-01-21 2012-01-24 Emulex Design And Manufacturing Corporation Switching apparatus and method for providing shared I/O within a load-store fabric
US7836211B2 (en) 2003-01-21 2010-11-16 Emulex Design And Manufacturing Corporation Shared input/output load-store architecture
US8032659B2 (en) * 2003-01-21 2011-10-04 Nextio Inc. Method and apparatus for a shared I/O network interface controller
US7953074B2 (en) 2003-01-21 2011-05-31 Emulex Design And Manufacturing Corporation Apparatus and method for port polarity initialization in a shared I/O device
US7664909B2 (en) 2003-04-18 2010-02-16 Nextio, Inc. Method and apparatus for a shared I/O serial ATA controller
US7698483B2 (en) 2003-01-21 2010-04-13 Nextio, Inc. Switching apparatus and method for link initialization in a shared I/O environment
US7617333B2 (en) 2003-01-21 2009-11-10 Nextio Inc. Fibre channel controller shareable by a plurality of operating system domains within a load-store architecture
US7046668B2 (en) * 2003-01-21 2006-05-16 Pettey Christopher J Method and apparatus for shared I/O in a load/store fabric
US8346884B2 (en) 2003-01-21 2013-01-01 Nextio Inc. Method and apparatus for a shared I/O network interface controller
JP2007115223A (en) * 2005-09-20 2007-05-10 Sharp Corp Processor and method of configuring multiprocessor
TWI301270B (en) * 2006-06-30 2008-09-21 Winbond Electronics Corp Semiconductor memory and circuit and method of decoding address for the same
WO2014190486A1 (en) * 2013-05-28 2014-12-04 华为技术有限公司 Method and system for supporting resource isolation under multi-core architecture
WO2016159765A1 (en) * 2015-03-27 2016-10-06 Recore Systems B.V. Many-core processor architecture and many-core operating system
US20170031601A1 (en) * 2015-07-30 2017-02-02 Kabushiki Kaisha Toshiba Memory system and storage system
CN112804335B (en) * 2021-01-18 2022-11-22 中国邮政储蓄银行股份有限公司 Data processing method, data processing device, computer readable storage medium and processor

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5197130A (en) * 1989-12-29 1993-03-23 Supercomputer Systems Limited Partnership Cluster architecture for a highly parallel scalar/vector multiprocessor system
US5265235A (en) * 1990-11-30 1993-11-23 Xerox Corporation Consistency protocols for shared memory multiprocessors
US5394555A (en) * 1992-12-23 1995-02-28 Bull Hn Information Systems Inc. Multi-node cluster computer system incorporating an external coherency unit at each node to insure integrity of information stored in a shared, distributed memory

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04246745A (en) * 1991-02-01 1992-09-02 Canon Inc Memory access system
WO1995025306A2 (en) * 1994-03-14 1995-09-21 Stanford University Distributed shared-cache for multi-processors

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5197130A (en) * 1989-12-29 1993-03-23 Supercomputer Systems Limited Partnership Cluster architecture for a highly parallel scalar/vector multiprocessor system
US5265235A (en) * 1990-11-30 1993-11-23 Xerox Corporation Consistency protocols for shared memory multiprocessors
US5394555A (en) * 1992-12-23 1995-02-28 Bull Hn Information Systems Inc. Multi-node cluster computer system incorporating an external coherency unit at each node to insure integrity of information stored in a shared, distributed memory

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP0855057A4 *

Also Published As

Publication number Publication date
EP0855057A1 (en) 1998-07-29
EP0855057A4 (en) 1999-12-08
DE69635865T2 (en) 2006-09-14
DE69635865D1 (en) 2006-04-27
CA2211083A1 (en) 1997-04-10
EP0855057B1 (en) 2006-03-01
JPH11512857A (en) 1999-11-02
US5590301A (en) 1996-12-31
CA2211083C (en) 2003-05-20

Similar Documents

Publication Publication Date Title
US5590301A (en) Address transformation in a cluster computer system
EP0497600B1 (en) Memory access method and apparatus
KR920008430B1 (en) Read in process memory apparatus
US4513369A (en) Information processing system
JPH07120312B2 (en) Buffer memory controller
US5517633A (en) System for controlling an internally-installed cache memory
JPS6133225B2 (en)
JPS60124754A (en) Buffer storage control system
JPH08161216A (en) Information processor provided with high-speed memory clear function
JPH01298457A (en) Computer system
US4493030A (en) Plural data processor groups controlling a telecommunications exchange
JPH0581133A (en) Information processor
GB2099619A (en) Data processing arrangements
WO1992002923A1 (en) Data processing and memory systems
EP0302926B1 (en) Control signal generation circuit for arithmetic and logic unit for digital processor
JPH01226056A (en) Address converter
JPS6045872A (en) High-speed buffer memory
JP2612715B2 (en) Address bus controller
JPH06131258A (en) Extension storage device of multiple information processing system
Dekker et al. Amore Address Mapping with Overlapped Rotating Entries
JPH0496155A (en) Memory control system and data processor
WO1998014877A1 (en) Virtual addressing for subsystem dma
JPS63305451A (en) Storage system
JPH04175947A (en) Memory control system
JPH03235149A (en) Address converter

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): CA JP KP MX

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH DE DK ES FI FR GB GR IE IT LU MC NL PT SE

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
ENP Entry into the national phase

Ref document number: 2211083

Country of ref document: CA

Ref country code: CA

Ref document number: 2211083

Kind code of ref document: A

Format of ref document f/p: F

121 Ep: the epo has been informed by wipo that ep was designated in this application
ENP Entry into the national phase

Ref country code: JP

Ref document number: 1997 514461

Kind code of ref document: A

Format of ref document f/p: F

WWE Wipo information: entry into national phase

Ref document number: 1996934045

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 1996934045

Country of ref document: EP

WWG Wipo information: grant in national office

Ref document number: 1996934045

Country of ref document: EP