Revision 94fe59d04c2b3402dc79e48a72a381c233192fdc authored by George Bosilca on 23 November 2023, 06:01:01 UTC, committed by George Bosilca on 23 November 2023, 06:03:25 UTC
Rework the logic to avoid creating temporary arrays of processes.
Indeed, in prder to call into the PMIX_Fence we only need an array
of pmix_proc_t which is already inneficient enough to not require an
intermediary step via opal_procname_t.

Fixes #12004

Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
1 parent 3862c74
History
File Mode Size
.ci
.github
3rd-party
config
contrib
docs
examples
ompi
opal
oshmem
test
.clang-format -rw-r--r-- 5.0 KB
.gitignore -rw-r--r-- 13.3 KB
.gitmodules -rw-r--r-- 254 bytes
.mailmap -rw-r--r-- 5.2 KB
.readthedocs-pre-create-environment.sh -rwxr-xr-x 1.1 KB
.readthedocs.yaml -rw-r--r-- 812 bytes
Doxyfile -rw-r--r-- 43.0 KB
HACKING.md -rw-r--r-- 473 bytes
LICENSE -rw-r--r-- 7.2 KB
Makefile.am -rw-r--r-- 2.7 KB
Makefile.ompi-rules -rw-r--r-- 1.6 KB
README.md -rw-r--r-- 1.3 KB
VERSION -rw-r--r-- 4.5 KB
autogen.pl -rwxr-xr-x 57.8 KB
autogen.subdirs -rw-r--r-- 6 bytes
configure.ac -rw-r--r-- 47.2 KB

README.md

back to top