Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonboothroyd/gbatch-cuda-mpi
Testing Google Batch + CUDA + MPI
https://github.com/simonboothroyd/gbatch-cuda-mpi
Last synced: 20 days ago
JSON representation
Testing Google Batch + CUDA + MPI
- Host: GitHub
- URL: https://github.com/simonboothroyd/gbatch-cuda-mpi
- Owner: SimonBoothroyd
- Created: 2023-08-30T16:09:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-24T16:07:18.000Z (about 1 year ago)
- Last Synced: 2023-10-24T19:31:37.409Z (about 1 year ago)
- Language: Cuda
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Batch + CUDA+ MPI
A test of running CUDA programs across multiple nodes within containers on Google Batch using OpenMPI.
Make the image:
```shell
make build TAG=""
```Edit `job.json` to have the correct `""`
Submit the job:
```shell
make submit PROJECT=""
```