enough-napkin-57548
11/28/2023, 12:29 AMcrooked-jordan-29960
11/28/2023, 1:38 PMecs-eth0 and then the others called eth0, eth1, ... Maybe the container is confused about which ENIs to use for distributed training communications? Extending this hypothesis, I'd guess the container is trying to use the ecs-eth0 and not the others (the "defaults") that have EFA enabled.
@acoustic-van-30942 has been using EFA, any thoughts?acoustic-van-30942
11/28/2023, 4:30 PMefa=X in the @batch decorator so that the container can access the EFA network devices?enough-napkin-57548
11/28/2023, 5:25 PMchilly-midnight-51093
11/28/2023, 6:54 PMip-10-17-109-6:133:874 [1] NCCL INFO NET/OFI Selected Provider is efa (found 1 nics)
However, we next run into the following error
ip-10-17-109-6:134:894 [2] ofi_process_cq:188 NCCL WARN NET/OFI Request 0x7f675535bf78 completed with error. RC: 5. Error: Unresponsive receiver. This error is typically caused by a peer hardware failure or incorrect inbound/outbound rules in the security group - EFA requires "All traffic" type allowlisting. Please also verify the peer application has not terminated unexpectedly. My EFA addr: fi_addr_efa://[fe80::1431:1ff:fea8:e769]:2:575006717 My host id: i-032fff1277d957bc2 Peer EFA addr: fi_addr_efa://[fe80::144a:6bff:fedf:2747]:4:628728947 Peer host id: N/A. Completed length: 0, Request: { dev: 0, size: 0, state: CREATED, direction: SEND }
ip-10-17-109-6:134:894 [2] ofi_process_cq:188 NCCL WARN NET/OFI Request 0x7f675535af78 completed with error. RC: 5. Error: Unresponsive receiver. This error is typically caused by a peer hardware failure or incorrect inbound/outbound rules in the security group - EFA requires "All traffic" type allowlisting. Please also verify the peer application has not terminated unexpectedly. My EFA addr: fi_addr_efa://[fe80::1431:1ff:fea8:e769]:2:575006717 My host id: i-032fff1277d957bc2 Peer EFA addr: fi_addr_efa://[fe80::144a:6bff:fedf:2747]:4:628728947 Peer host id: N/A. Completed length: 0, Request: { dev: 0, size: 0, state: CREATED, direction: SEND }
We also checked that the security group allows "all traffic"acoustic-van-30942
11/28/2023, 6:56 PMloud-france-86848
11/28/2023, 8:10 PMacoustic-van-30942
11/28/2023, 11:20 PM