https://github.com/bosilca/ompi
Raw File
Tip revision: 8912ef9c5a8c2f57b2f2685049c0caf52641003a authored by George Bosilca on 14 April 2022, 18:41:01 UTC
Correctly handle MPI_UNSIGNED_LONG.
Tip revision: 8912ef9
.readthedocs.yaml
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
  configuration: docs/conf.py
  fail_on_warning: true
back to top