Skip to content

OSHMPI 2.0 RC Release 1

Compare
Choose a tag to compare
@minsii minsii released this 12 Dec 05:04
· 215 commits to main since this release
127f663
  • Do not inline performance noncritical paths such as init, finalize,
    and memory management functions. It allows faster build and less
    instruction cache misses at runtime.

  • Enable operation tracking to avoid unnecessary network flush. See
    configure option --enable-op-tracking.

  • Enable datatype cache to reduce MPI derived datatype creation overhead at
    strided operations. See configure option --enable-strided-cache.

  • Disable internal assertion when --enable-fast configure option is set.

  • Update openpa git repository URL.

  • Bug fixes:

    • Unsupported MPI datatype with complexd reduce calls.
    • Compile openpa only when multithread safety is set.