Skip to content

High performance computing (HPC) depends on the distributed parallel programming API called the Message Passing Interface (MPI). Cloud native technologies depend on fault tolerance and resiliency normally associated with stateless applications. HPC applications are generally stateful and hence supporting programming models such as MPI have not b…

IBM/kube-mpi

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

These directories provide examples of a kube-mpi controller for OpenMPI. They have been tested on OpenShift but should be portable to any kubernetes cluster. The examples support hostNetwork: True | False. In both cases, the mpirun command substitutes ssh with kssh (alias of kubectl) to start the ORTED in pods across the cluster. Each application tasks waits until all tasks are scheduled by the default kubernetes scheduler. At that time, an mpi controller executes mpirun.

About

High performance computing (HPC) depends on the distributed parallel programming API called the Message Passing Interface (MPI). Cloud native technologies depend on fault tolerance and resiliency normally associated with stateless applications. HPC applications are generally stateful and hence supporting programming models such as MPI have not b…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published