NERSCPowering Scientific Discovery for 50 Years

Coding for GPUs Using Standard Fortran, May 13, 2022

May 13, 2022

Introduction

CUDA C++, CUDA Fortran, and OpenACC are hugely successful approaches to GPU programming, but wouldn't it be nice to write an application that can run on GPUs and multicore CPUs out of the box, without any additional APIs? The parallelism features available in ISO C++ and ISO Fortran enable developers to write their codes such that the baseline code is parallel and ready to run on any parallel platform they encounter.

Join us for the second part of a series that covers how ISO C++ and ISO Fortran can be used as a portable solution to parallel programming targeting both GPUs and CPUs. This training, given by NVIDIA, will be delivered by Zoom and is targeted for OLCF and NERSC users. For this session we'll demonstrate the current state-of-the-art in writing application code that is parallel and ready to run on GPUs, CPUs, and more, using Fortran. Presenter will be Jeff Larkin, Principal Applications Architect at NVIDIA.

Slides and recordings for the first part "Coding for GPUs Using Standard C++" can be found here.

Date and Time: 10 - 11 am (Pacific time), Friday, May 13, 2022

The format of this event will be online only.

Registration

Registration is required for remote participation. Please click the "Registration" drop-down on this page to register.

Presentation Materials

Slides below.  Video recording

Downloads