aws-samples / batch-mpi-examples

Examples for running multi-node parallel (MNP) MPI jobs on AWS Batch.

Home Page:https://aws.amazon.com/batch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Batch MPI Examples

This repo contains examples for running MPI using AWS Batch multi-node parallel (MNP) jobs.

The quick-start guide is a good place to get started.

Contents

quick-start : contains files needed for the Quick Start Guide. This gets MPI up-and-running quickly, but without many known optimizations.

container-examples : contains several examples of containers that can be built to run on AWS Batch. We focus on providing different build patterns, rather than a comprehensive catalog of applications.

batch-mpi-ami : contains a recipe to create a CI/CD pipeline build for MNP enabled AWS Batch AMIs.

util : contains general utilities/scripts to implement MPI on Batch MNP.

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

About

Examples for running multi-node parallel (MNP) MPI jobs on AWS Batch.

https://aws.amazon.com/batch/

License:MIT No Attribution


Languages

Language:Shell 66.4%Language:Dockerfile 23.8%Language:HCL 5.0%Language:C 2.4%Language:Jinja 2.3%