Accelerating Simulation & Analysis with Hybrid GPU...

36
Accelerating Simulation & Analysis with Hybrid GPU Parallelization and Cloud Computing Innovation Intelligence ® Devin Jensen August 2012

Transcript of Accelerating Simulation & Analysis with Hybrid GPU...

Page 1: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Accelerating Simulation & Analysis with Hybrid GPU Parallelization and Cloud Computing

Innovation Intelligence®Devin JensenAugust 2012

Page 2: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

Altair Knows HPC

Altair is the only company that:

makes HPC tools…

develops HPC applications…

…and uses these to solve real HPC problems

500 Altair engineers worldwide

use HPC every day for

real-world modeling

& simulation

Page 3: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

Innovation Intelligence ®

26+Years of Innovation

40+Offices in 18 Countries

1500+Employees Worldwide

Page 4: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

CustomersAutomotive Aerospace Heavy Equipment Government Life/Earth Sciences Consumer Goods Energy

3,200+ customers worldwide

Page 5: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

Multi LevelParallelism

Hardware Trends and Software Evolution

5

SingleThreaded

&Vectorization

SMP

Parallelization

MPI

Clusterization

HybridMPI/OpenMP

&Heterogeneous

CPU/GPU

Source : Intel Corp.

Page 6: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

Motivations to use GPU for Solvers

1450

795

5050

800

1000

1200

1400

1600

Gflo

ps

30

40

50

60 $

• Cost effective solution

• Power efficient solution

66

140

280

8.5

2.1

12

0.74 0.741.92

0

200

400

600

1 Node IntelX5670

2 Nodes IntelX5670

1 Node+1 NvidiaM2090

1 Node+2 NvidiaM2090

0

10

20

Gflop Peak (DP) Gflop cost in $ Gflops per Watt

How much of the peak can we get?

� Which part of the code is best suited?

� How much coding effort is required?

� What will be the speedup for my application?

Page 7: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

NVIDIA

• Ecosystem based on CUDA (+ OpenACC with CRAY, PGI an d CAPS)

• Any NVIDIA graphic card supports CUDA

• Strong market presence

• Products

• Tesla and Quadro GPUs based on the Fermi Architecture

• Announcement of Kepler Architecture, ~2X faster than Fermi, HyperQ, virtualization,…

7

Page 8: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

AcuSolve GPU Porting on NVIDIA CUDA

• High performance computational fluid dynamics software (CFD)

• The leading finite element based CFD technology

• High accuracy and scalability on massively parallel architectures S-duct

80K Degrees of Freedom

Hybrid MPI/OpenMP for Multi-GPU test

549 549

165279

0

250

500

750

1000

Xeon Nehalem CPU Nehalem CPU + Tesla GPU

Lower is

better

4 coreCPU

1 core +1 GPU

4 coreCPU

2 core +2 GPU

2X* 3.3X*

*Performance gain versus 4 core CPU 8

Page 9: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

RADIOSS Porting on GPU

� Assess the potential of GPU for RADIOSS

� Focus on Implicit� Direct Solver

� Highly optimized compute intensive solver� Limited scalability on multicores and cluster

� Iterative Solver� Ability to solve huge problems with low memory requirement� Efficient parallelization

99

� Efficient parallelization� High cost on CPU due to large number of iterations for convergence

� Double Precision required

� Integrate GPU parallelization into our Hybrid parall elization technology

Page 10: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

RADIOSS Porting on GPU & Accelerators

• CUDA official version planned for HW12• RADIOSS implicit direct solver and iterative solver available

under Linux• Support for NVIDIA Fermi and Kepler (K20 Q1’13) • Altair RADIOSS presentation at GTC2012

• OpenCL Beta version• Only RADIOSS Implicit Iterative Solver available under Linux

10

• Only RADIOSS Implicit Iterative Solver available under Linux and Windows

• Support for AMD FirePro• Altair RADIOSS presentation at AFDS2011

Page 11: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

RADIOSS Direct Solver GPU Porting

• CUBLAS (DGEMM) – perfect candidate to speed up updat e module� Frontal matrix could be too huge to fit in GPU memory

� Frontal matrix could be too small and thus inefficient w/ GPU

� Data transfer is not trivial

� Only the lower triangular matrix is interesting

1111

• Pivoting is required in real applications� Pivot searching is a sequential operation

� Factor module has limited parallel potential

� It could be as expensive as “update” module in extreme case

� Asynchronous computing� Overlap the computation

� Overlap the communication

Page 12: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

RADIOSS Direct Solver – Non Pivoting Case

Linear static – Non Pivoting Case

Benchmark 2.8 Millions of Degrees of Freedom

Platform Intel Xeon X5550, 4 Core, 48GB RAMNVIDIA C2070, CUDA 4.0MKL 10.3, RHEL 5.1

12

GPU speedup - non-pivoting case

0

200

400

600

800

1000

1200

1400

1600

4 CPU 4 CPU + 1GPU

elap

sed

(s)

solver elapsed

3.9X2.9X

0

0,2

0,4

0,6

0,8

1

1,2

update total

prof

ile(%

)

base(BCSLIB-EXT) improved

Lower is

better

12

Page 13: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

RADIOSS Iterative Solver (Implicit)

• Preconditioned Conjugate Gradient (PCG) solves iteratively M-1 . (Ax – b) = 0

� Convergence speed depends on preconditioner M� Low memory consumption� Efficient parallelization: SMP, MPI

• Porting under CUDA� Few kernels to write in Cuda ���� Sparse Matrix Vector

1313

� Few kernels to write in Cuda ���� Sparse Matrix Vector� Use of CUBLAS ���� DAXPY & DDOT

• Extend Hybrid to multi GPUs programming� MPI to manage communication between GPU� Portions of code not GPU enabled benefit

from OpenMP parallelization� Programming model expandable to multi

nodes with multiple GPUs

Page 14: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

RADIOSS PCG – Linear Benchmark #2

Linear Problem #2

Hood of a car with pressure loads

Refined model

Compute displacements and stresses

Benchmark 2.2 Millions of Degrees of Freedom

62 Millions of non zero

380000 Shells + 13000 Solids + 1100

RBE3

1106

572

254

143200

400

600

800

1000

1200

Ela

psed

(s)

SMP 6-core

Hybrid 2 MPI x 6 SMP

SMP 6 + 1 GPU

Hybrid 2 MPI x 6 SMP + 2

4.3X* 7.5X*

14141414

RBE3

5300 iterations

Platform NVIDIA PSG Cluster – 2 nodes with:

Dual NVIDIA M2090 GPUs

CUDA v3.2

Intel Westmere 2x6 X5670@2,93Ghz

Linux RHEL 5.4 with Intel MPI 4.0

Performance Elapsed time decreased by up to 13X

0

1 node - 2 Nividia M2090

306

85

0

50

100

150

200

250

300

350

2 nodes - 4 Nvidia M2090

Ela

psed

(s)

Hybrid 4 MPI x 6 SMP

Hybrid 4 MPI x 6 SMP + 4

4.3X* 7.5X*

13X*

*Performance gain versus SMP 6-core

Lower is

better

Multi GPUs performance is betterfor bigger models

Page 15: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

GPU For Explicit ?

• Explicit is very difficult to port on GPU� Data movement between CPU and GPU current bottleneck

� Require full memory allocated on GPU and therefore full code ported� Huge development cost� Challenge of multiple code bases

� Potential gain remains small with current technology approach� Data locality and cache reuse is not possible on GPU� Data locality and cache reuse is not possible on GPU� Memory size limitation

• Follow hardware evolution� AMD APU (CPU+GPU)

� Intel Xeon Phi

� NVIDIA through OpenACC initiative

15

Page 16: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

Altair Solvers on NVIDIA GPUs

• RADIOSS implicit direct & iterative solvers have been successfully ported on NVIDIA GPU

using CUDA

• Adding GPU improves performance of Altair solvers significantly

• For iterative solver, Hybrid MPP allows to run on multi GPU card workstation and GPU

cluster with good scalability and enhanced performance

• GPU support for implicit solvers is planned for HyperWorks 12

16161616

Page 17: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

HyperWorks 3D display

• OpenGL stereoscopic display in HyperMesh & HyperView

• Supported by NVIDIA graphics cards

• Compatible with NVIDIA 3D Vision glassesVision glasses

• Available in HyperWorks 12.0

Page 18: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

HyperView Performance Gains From Shaders

Gains in graphics performance – 2x to 6x improvement in animation

frame rate, model rotation, & pan

Page 19: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

Licensing Model for Solvers

• Licensing has been set to encourage GPU testing

• One GPU is considered as one additional core only

19

Page 20: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

Where does PBS Professional manage NVIDIA GPUs?

Tokyo Institute of Technology – TSUBAME 2.0

• Reliability• Robust advance reservations• GPU support• Mixed architecture support (Linux, Windows)

~100,000 simultaneous jobs

HP’s biggest Top500 machine

~2,000 users

PBS Professional offers THE best

scalability in the industry…– NEC

2.4 Petaflops17,984 cores4,200 GPUs80 TB mem174 TB SSD

7 PB disk Decreed as one of the “Greenest Production Supercomputer in the

World” on the June 2012 Green 500 List, for achieving a high level of

energy-efficiency.

Decreed as one of the “Greenest Production Supercomputer in the World ” on the

June 2012 Green 500 List, for achieving a high level of energy-efficiency

Page 21: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

Easy to Use

Hard to Break

Purpose-Built for High Performance Computing

IDC study (published 2009) on job scheduling ranked PBS Professional #1

Compute

Manager

5 Strategic Pillars

Do More (with Less)

Keep Track and Plan

Open Architecture

Page 22: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

Accelerating Your Gateway to HPC Cloud Computing

Structure our Thoughts

Multi-Tenant

Dynamic Provisioning [Self Service]

High Performance [N/W & H/W]

Elasticity / Scale

On Demand / Pay as you go

Large Data Handling

Ease of access and use / Abstract

Page 23: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

Accelerating your Gateway to HPC Cloud Computing

End Users Needs

Does haveWorkstations

Does NOT haveExpertise in IT Infrastructure

Focus on My Task / Project � Deliver Results!

Workstations

“Limited” Access to Software

Ideas, Innovation, Agility

Expertise in IT Infrastructure

Sufficient compute resources

Financial / Abundance of Money

Page 24: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

Accelerating your Gateway to HPC Cloud Computing

Ease of Access: All you need is just a Browser to access HPC & Domain specific resources

Ease of Use: All you need is a browser based application

End Users Needs

hiding the complexity

Handle Big Data: All you need is a way to visualize the managed big data again through a browser based application

User Interface Portals

Page 25: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

Accelerating your Gateway to HPC Cloud Computing

Altair Enterprise Portals

Ease of Use

Ease of Access

HyperWorks Enterprise Applications

Handle Big Data

Compute Manager

Display Manager

Simulation Manager

Process Manager

Performance Manager

Page 26: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

COMPUTE MANAGERCOMPUTE MANAGEREase of Use Ease of Access Handle Big Data

Page 27: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

Accelerating your Gateway to HPC Cloud Computing

Compute Manager

Let’s SeeEase of Use Ease of Access Handle Big Data

Let’s See

Page 28: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

Accelerating your Gateway to HPC Cloud Computing

Compute Manager

Let’s SeeEase of Use Ease of Access Handle Big Data

Let’s See

Page 29: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

Accelerating your Gateway to HPC Cloud Computing

Compute Display Simulation Process Performance

Hyp

erW

orks

Uni

tsH

yperWorks U

nits

HyperWorks Enterprise

Complete Simulation Lifecycle Management

ComputeManager

DisplayManager

SimulationManager

ProcessManager

PerformanceManager

HyperWorks Enterprise HyperWorks

PBS ProfessionalHyp

erW

orks

Uni

tsH

yperWorks U

nits

It is “HyperWorks in the Cloud”

Page 30: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

Accelerating your Gateway to HPC Cloud Computing

HyperWorks EnterprisePBS Works

HyperWorks On-Demand

Implementation Models

Private Cloud Public Cloud

Hybrid CloudPBS Professional

Page 31: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

HYPERWORKS ON-DEMANDHYPERWORKS ON-DEMANDA Public Cloud run by Altair

Page 32: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

Accelerating your Gateway to HPC Cloud Computing

HyperWorks On-Demand: The Basics

PaaS(Platform as a Service)

To build and deploy consumer created

applications using the infrastructure provided

by Altair.

SaaS(Software as a Service)

To consume the Altair provisioned

application deployed on the cloud infrastructure

from anywhere using any device through a thin

client interface in a utility Mode.

IaaS(Infrastructure as a Service)

Provision compute, storage, networking and other basic computing

resources where arbitrary software can be deployed and executed.

State-of-the-art HPC

computation nodes

Scalable up to 10,000 cores

QDR Non-blocking InfiniBand

Physical and cyber security

Resource Provisioning

Scheduling

Security Framework

Licensing Framework

Remote Visualization Framework

Notification Framework

Portal & Mash up Framework

Collaboration Framework

Powered by PBS Professional & HyperWorks Enterprise

HyperWorks Solvers

HyperWorks Desktop1

Altair Partner Alliance1

1: coming soon

IaaS + PaaS + SaaS = HWaaS

Page 33: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

Accelerating your Gateway to HPC Cloud Computing

The High-Powered Altair Data Center

• Scalable, modular facility located in Troy, MI

• Can be easily extended to support up to more than 10,000 cores

• Incorporates extensive physical and cyber security measures

• Extremely high compute-power density

• A state-of-the-art facility for HPC simulation computing

Page 34: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

Accelerating your Gateway to HPC Cloud Computing

HyperWorks On-Demand

Altair’s user portals is the gateway to HyperWorks O n-Demand

Page 35: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

Altair Knows HPC

Altair is the only company that:

makes HPC tools…

develops HPC applications…

…and uses these to solve real HPC problems

500 Altair engineers worldwide

use HPC every day for

real-world modeling

& simulation

Page 36: Accelerating Simulation & Analysis with Hybrid GPU ...developer.download.nvidia.com/GTC/PDF/GTC2012/PresentationPDF/S… · Accelerating Simulation & Analysis with Hybrid GPU Parallelization

Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.Copyright © 2012 Altair Engineering, Inc. Proprietary and Confidential. All rights reserved.

For More Information

• Contact Us• Devin Jensen

• Director, Americas PBS Field Operations

[email protected]

• Visit Us Online• www.altair.com

• www.altairhyperworks.com

• www.pbsworks.com

Thanks, NVIDIA

Thank YOU!