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
- Host: GitHub
- URL: https://github.com/bendudson/mpi-sycl
- Owner: bendudson
- License: other
- Created: 2021-04-07T13:43:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-07T13:48:26.000Z (over 5 years ago)
- Last Synced: 2025-02-27T18:31:04.647Z (over 1 year ago)
- Language: CMake
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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