An open API service indexing awesome lists of open source software.

https://github.com/bendudson/mpi-sycl

Combine MPI and SYCL
https://github.com/bendudson/mpi-sycl

Last synced: 5 months ago
JSON representation

Combine MPI and SYCL

Awesome Lists containing this project

README

          

# MPI-SYCL

A minimal example which combines MPI and SYCL. Uses CMake to configure and build.
Adapted from the Cloverleaf SYCL port: https://github.com/UoB-HPC/cloverleaf_sycl/

## Building

mkdir build; cd build
ccmake ..
make