https://github.com/bosilca/ompi
Raw File
Tip revision: 7768d26754199d50d409955aef9c77e322867147 authored by George Bosilca on 17 May 2023, 01:18:29 UTC
Allow MPI_IN_PLACE for MPI_Allreduce on intercomms.
Tip revision: 7768d26
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/v5.0.x/developers/

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