A Graphics Processing Unit (GPU) is a system which can be used to improve the performance of computationally intensive engineering applications. GPU Computing is a process which uses the GPU to execute the time consuming sections of the application and the rest of the code runs on the CPU.
Beginning in OptiStruct version 12.0, the GPU can be used to accelerate the sparse direct equation solver through the NVIDIA CUDA programming model. GPU computing is implemented by off-loading most of the computation intensive work to the GPU and concurrently overlapping the communication and data transfer between the CPU cores and the GPU.
A speedup in the equation solver of up to 4 times, and up to 3 times overall when compared to a Quad-core Intel Nehalem Xeon run, can be achieved. This heterogeneous computing model is particularly suitable for jobs dominated by the equation solver. For example: nonlinear static analysis on power train structures, topology optimization on blocky structures and so on.
1. | GPU computing is available for static analysis/optimization. |
2. | GPU computing is available in 64-bit Linux platform only. |
3. | GPU computing is NOT supported in the SPMD module. |
4. | OptiStruct GPU is only supported with the BCS solver (SOLVER=BCS, on the SOLVTYP Bulk Data Entry). Any non-SPMD model can be run using the –gpu run option, however, the GPU will only be used for static subcases which use the BCS solver. |
5. | NVIDIA Fermi and Kepler architecture based Tesla and Quadro graphic cards are supported. Tesla C2050/C2070/M2090/K10/K20, Quadro 6000/K5000/K6000 cards are recommended for computing by NVIDIA. |
Command option -gpu is used to activate OptiStruct GPU. Currently, only one graphics card is supported, and –gpuid can be used to pick the desired graphic card for computation when multiple cards are present. Prior to launching OptiStruct GPU using the option -gpu, you will need to install compatible drivers for the graphics card.
Command Line Option |
Value |
Action |
---|---|---|
-gpu |
|
Activates GPU computing |
-gpuid |
N |
Integer: Optional, selects the GPU card |
|
The following table lists the recommended Tesla graphic boards for use with the Altair HyperWorks Solver suite of applications for high-powered GPU computing.
Manufacturer |
Adaptor Type |
Driver Version |
---|---|---|
NVIDIA |
C2070 |
Linux (64-bit): |
NVIDIA |
M2090 |
Linux (64-bit): |
NVIDIA |
K20 |
Linux (64-bit) |
|