-
Notifications
You must be signed in to change notification settings - Fork 865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HCOLL is causing XRC problems in v2.x #4087
Comments
@hjelmn @hppritcha |
Per #4082 (comment), @vspetrov is claiming the problem is definitely in the openib BTL. Is there an XRC problem in both hcoll and openib? |
So do you want to close all those "Revert..." PRs? |
Yes. I guess that I answered the question from this weeks telecon: only v2.x demonstrates this kind of problems with |
I think we can close this issue as well |
This problem was originally treated as an
btl/openib
issue: #3890.However more detailed investigation indicating that this is an effect of
coll/hcoll
component: #4082Without hcoll it runs ok:
While enabling hcoll introduces the problem:
$ bash -x ./run.sh + ./mpirun -np 8 -bind-to none -mca orte_tmpdir_base /tmp/tmp.8mj45mghXh -mca btl_openib_if_include mlx5_0:1 -x MXM_RDMA_PORTS=mlx5_0:1 -x UCX_NET_DEVICES=mlx5_0:1 -x UCX_TLS=rc,cm -mca pml ob1 -mca btl self,openib -mca btl_openib_receive_queues X,4096,1024:X,12288,512:X,65536,512 taskset -c 6,7 /hpc/home/USERS/artemp/scrap/OMPI/ompi/examples/hello_c [1502826187.186194] [jenkins03:21885:0] sys.c:744 MXM WARN Conflicting CPU frequencies detected, using: 3499.45 [1502826187.188457] [jenkins03:21888:0] sys.c:744 MXM WARN Conflicting CPU frequencies detected, using: 3499.45 [1502826187.192728] [jenkins03:21886:0] sys.c:744 MXM WARN Conflicting CPU frequencies detected, using: 3499.45 [1502826187.194526] [jenkins03:21884:0] sys.c:744 MXM WARN Conflicting CPU frequencies detected, using: 3499.45 [1502826187.200721] [jenkins03:21887:0] sys.c:744 MXM WARN Conflicting CPU frequencies detected, using: 3499.45 [1502826187.206316] [jenkins03:21890:0] sys.c:744 MXM WARN Conflicting CPU frequencies detected, using: 3499.45 [1502826187.209630] [jenkins03:21889:0] sys.c:744 MXM WARN Conflicting CPU frequencies detected, using: 3499.45 [1502826187.215512] [jenkins03:21891:0] sys.c:744 MXM WARN Conflicting CPU frequencies detected, using: 3499.45 + echo 255 255
The text was updated successfully, but these errors were encountered: