https://github.com/bosilca/ompi
Revision abfe91157a3ddd075f2cc62c25688f1310c57fb3 authored by George Bosilca on 29 May 2024, 14:47:22 UTC, committed by George Bosilca on 20 June 2024, 15:37:57 UTC
I still don't think this code is correct, but somehow it works. My main
concern is that the PML add_proc will be called with a different list of
processes, or at least in a different order, everywhere. Before this
patch it worked because we were calling it with ALWAYS 0 procs (because
by the time we got out of the loop the ilist was empty), so it was not
doing much. But, why was it working without a proper add_proc ? Do we
still need that add_proc there ?

Signed-off-by: George Bosilca <gbosilca@nvidia.com>
1 parent d541a3c
History
Tip revision: abfe91157a3ddd075f2cc62c25688f1310c57fb3 authored by George Bosilca on 29 May 2024, 14:47:22 UTC
Trying to fix the connect/accept DPM code.
Tip revision: abfe911
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 871 bytes
.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 59.1 KB
autogen.subdirs -rw-r--r-- 6 bytes
configure.ac -rw-r--r-- 47.2 KB

README.md

back to top