Researchers, scientists, and developers are advancing science by accelerating their high-performance computing (HPC) applications on NVIDIA GPUs, which have the computational capacity to tackle today’s most challenging scientific problems. From computational science to AI, GPU-accelerated applications are delivering groundbreaking scientific discoveries. And popular languages like C, C++, Fortran, and Python are being used to develop, optimize, and deploy these applications.
NVIDIA GPUs can be programmed much like CPUs. Start by substituting GPU-optimized math libraries. Add additional acceleration using the standard C++ parallel algorithms and Fortran language features. Use pragmas and directives to fill any standard language gaps, and finally, optimize performance with CUDA®.
Drop-in GPU-accelerated libraries are an easy replacement for CPU libraries.
Multi-GPU and multi-node aware, NVIDIA GPU-accelerated libraries provide the best performance for the most common patterns in HPC applications. Select from a wide variety of libraries optimized for commonly used computing operations.
Parallel features in standard C++ and Fortran can map routines to either the cores of a multi-core CPU or a GPU.
The NVIDIA C++17 compilers add support for execution policies on the standard template library (STL), and the NVIDIA Fortran 2008 compiler’s DO CONCURRENT construct allows loops to iterate without interdependencies.
Directive-based programming models provide an easy on-ramp to parallel computing on GPUs, CPUs, and other devices.
If standard languages don’t have the flexibility or features you need to get good performance, augment with directives and remain portable to other compilers and platforms.
CUDA is a parallel computing platform and programming model designed to deliver the most flexibility and performance for GPU-accelerated applications.
To maximize performance and flexibility, get the most out of the GPU hardware by coding directly in CUDA C/C++ or CUDA Fortran.
The NVIDIA HPC SDK is a comprehensive toolbox for GPU accelerating HPC modeling and simulation applications. It includes the C, C++, and Fortran compilers, libraries, and analysis tools necessary for developing HPC applications on the NVIDIA platform. Use the NVIDIA HPC SDK to maximize your productivity and the performance and portability of your code.

With scientific discoveries taking priority, domain scientists are utilizing GPUs to achieve faster results while minimizing programming efforts. Scientists in fields such as computational fluid dynamics, climate, weather and ocean, molecular dynamics, quantum chemistry, and physics, among others, see 3–10X code speedups on GPUs.
"Today, researchers can take advantage of GPUs to approach computational models for drug discovery and design that are accurate, affordable, and achievable. With adequate computational resources, it is now possible to optimize a lead in days or weeks, instead of months."
Taisung Lee, Associate Research Professor, Rutgers University, and Co-Developer of AmberGetting Started
Application developers are looking to achieve mission-critical productivity in scientific discovery. They strive to be efficient, simplify support to provide code longevity, and get maximum performance for their users. Across a variety of domains like computational fluid dynamics, computational chemistry, bioinformatics, and physics, GPUs accelerate applications with the use of programming models and tools designed to maintain productivity.
"We believe that the improvements in speed and cost from GPU acceleration will jumpstart the next evolution of the turbomachinery design system. Faster and more powerful GPUs will make analyses that are currently unachievable well within reach in the next few years."
Michael Ni, CEO,ADSCFDGetting Started
Educators are tasked with educating students, computer scientists, and domain researchers on parallel programming and helping their constituents to start accelerating or continue optimizing their codes on GPUs. Facilitators work with scientists to help accelerate their codes on GPUs.
NVIDIA makes education curriculum widely available through hands-on resources, including NVIDIA Deep Learning Institute (DLI) training, teaching kits, hackathons and bootcamps, and more.
"I teach parallel programming, which encompasses GPU programming, and find teaching materials that are readily available very helpful and resourceful. These teaching materials and the robust set of GPU libraries and tools greatly benefit both my course and my interdisciplinary research by enabling GPU-acceleration of scientific codes."
Sunita Chandrasekaran, Assistant Professor, University of DelawareTo Learn More
Facilitators and IT managers are critical to the success of HPC scientists accelerating their codes on GPUs. HPC applications require a unique set of robust hardware and software, as well as up-to-date tools, drivers, compilers, and more that require support.
"Sometimes porting code to the GPU can be daunting to those who don’t have the experience. Our team often works with researchers to make the porting process as easy and painless as possible. The variety and quality of training materials, hackathons, tools, and compilers available makes our work efficient, helps bring domain researchers up to speed quickly, and ultimately helps advance science."
Ian Cosden, Manager of the Research Software Engineering Group, PrincetonGetting Started
Available to all NVIDIA developers, NVIDIA On-Demand is a catalog of technical sessions, podcasts, past keynotes, demos, research posters, and more from NVIDIA GPU Technology Conferences across the global, as well as leading industry events. To access the entirety of NVIDIA On-Demand, log in to your developer account.