Open MPI is an open source Message Passing Interface implementation. The program provides features such as :
- Full MPI-3 standards conformance
- Thread safety and concurrency
- Dynamic process spawning
- Network and process fault tolerance
- Support network heterogeneity
- Single library supports all networks
- Run-time instrumentation
- Many job schedulers supported.
Comments