Skip to content

Commit 4afa666

Browse files
test efa and test multinode
1 parent 09a0cd9 commit 4afa666

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

test/dlc_tests/container_tests/bin/efa/testEFA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ check_efa_nccl_all_reduce(){
8989

9090
RETURN_VAL=${PIPESTATUS[0]}
9191
# In case, if you would like see logs, uncomment below line
92-
# RESULT=$(cat ${TRAINING_LOG})
92+
RESULT=$(cat ${TRAINING_LOG})
9393

9494
if [ ${RETURN_VAL} -eq 0 ]; then
9595
echo "***************************** check_efa_nccl_all_reduce passed *****************************"

0 commit comments

Comments
 (0)