-
Notifications
You must be signed in to change notification settings - Fork 67
Home
Matt Norman edited this page Dec 16, 2021
·
15 revisions
A mini app simulating weather-like flows for training in parallelizing accelerated HPC architectures.
- MPI (C, Fortran, and C++)
- OpenACC Offload (C and Fortran)
- OpenMP Threading (C and Fortran)
- OpenMP Offload (C and Fortran)
- Fortran do concurrent
- C++ Portability
- C++ code works on CPU, Nvidia GPUs (CUDA), AMD GPUs (HIP), and Intel GPUs (SYCL)
- Author: Matt Norman (ORNL)
- Jeff Larkin (Nvidia)
- Isaac Lyngaas (ORNL)