Our simulations and visualisation work depends heavily upon having fast and efficient computers. Some of our recent experiiments have used computer systems based upon hybrids of multi-core CPU processors with auxiliary GPUs.
A recent preprint of a research article to appear in the Journal: Concurrency and Computation: Practice and Experience is available as Technical Note CSTN-065. This note describes work using GPUs for scientific simulations including complex network problems and field equation calculations.
|
A photo gallery gives an illustrated history of building a general purpose GPU computer system, suitable for running and visualising scientific simulations. Systems like these can be programmed using high-level languages such as NVIDIA's CUDA system and the forthcoming Open Compute Language (OpenCL). The system shown was a prototype using an NVIDIA GeForce 260 GPU. We have extende d this using a point-to-point connection technology known as SLI that allows several 260s to communicate directly without going via the CPU and the normal bus system. We have built another system based on a GeForce 285 GPU - which combines what are effectively two 260 cls s GPUs in one case. At present we are using explicit multi threading code so one CPU host program can access these multiple GPUs. Each GPU of course handles many thread blocks internally so we achieve fine grained data parallelism within a coarser grained multi-device parallelism.
See technical notes: |
|
More traditional fast computing solutions for scientific computing come from use of computer clusters. These can be integrated blade systems or more ad hoc networks of workstations. Massey's Centre for Parallel Computing (CPC) operates a number of such research parallel cluster computer systems. |