https://github.com/bosilca/ompi
Raw File
Tip revision: d1d9ad631aec398534032563e7ca6f2615f6162f authored by George Bosilca on 11 October 2023, 20:43:43 UTC
Add support for MPI_ERR_VALUE_TOO_LARGE
Tip revision: d1d9ad6
HACKING.md
# Open MPI Hacking / Developer's Guide

## Overview

This file is here for those who are building/exploring OMPI in its
source code form, most likely through a developer's tree (i.e., a
Git clone).

## This file has moved

Please see the content of this file in its new location:
https://docs.open-mpi.org/en/main/developers/

Additionally, see
https://docs.open-mpi.org/en/main/developers/prerequisites.html#sphinx
if you want to edit and build the documentation locally.
back to top