Skip to content

Commit

Permalink
TL/MLX5: fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
samnordmann committed Nov 7, 2023
1 parent b669316 commit 4de88f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/scripts/run_tests_ucc_mpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ CX7_DEV=""
# Find first available active device
for d in $(ssh $HEAD_NODE "ibstat -l"); do
state=$(ssh $HEAD_NODE "ibstat $d" | grep 'State:' | awk '{print $2}')
type=$(ssh $HEAD_NODE "ibstat $d" | grep 'CA type:' | awk '{print $2}')
type=$(ssh $HEAD_NODE "ibstat $d" | grep 'CA type:' | awk '{print $3}')
if [ $state == 'Active' ]; then
if [ "x$DEV" == "x" ]; then
DEV=$d
Expand Down

0 comments on commit 4de88f9

Please sign in to comment.