Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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=""
```