Skip to content

Commit ffafcfb

Browse files
test efa and test multinode
1 parent 8775639 commit ffafcfb

File tree

1 file changed

+2
-2
lines changed
  • test/dlc_tests/container_tests/bin/efa

1 file changed

+2
-2
lines changed

test/dlc_tests/container_tests/bin/efa/testEFA

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ validate_all_reduce_performance_logs(){
3636
# EFA 1.37.0 using "Using network Libfabric" instead of "Using network AWS Libfabric"
3737
grep -E "Using network (AWS )?Libfabric" ${TRAINING_LOG} || { echo "efa is not working, please check if it is installed correctly"; exit 1; }
3838
if [[ ${INSTANCE_TYPE} == p4d* || ${INSTANCE_TYPE} == p5* ]]; then
39-
grep "Setting NCCL_TOPO_FILE environment variable to" ${TRAINING_LOG}
39+
grep "NCCL_TOPO_FILE set by environment to" ${TRAINING_LOG}
4040
# EFA 1.37.0 change from NET/AWS Libfabric/0/GDRDMA to NET/Libfabric/0/GDRDMA
41-
grep -E "NET/Libfabric/0/GDRDMA" ${TRAINING_LOG}
41+
grep -E "NET/(AWS )?Libfabric/0/GDRDMA" ${TRAINING_LOG}
4242
fi
4343
}
4444

0 commit comments

Comments
 (0)