Skip to content

Commit cc25407

Browse files
committed
Issue with frontier test fix
1 parent 865c6e2 commit cc25407

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/frontier/test.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,12 @@ ngpus=`echo "$gpus" | tr -d '[:space:]' | wc -c`
55

66
device_opts=""
77
if [ "$job_device" = "gpu" ]; then
8-
n_ranks=$(echo "$gpus" | wc -w) # number of GPUs on node
9-
gpu_ids=$(echo "$gpus" | tr ' ' '\n' | tr '\n' ' ' | sed 's/ $//') # GPU IDs from rocm-smi
108
device_opts+="--gpu"
119
if [ "$job_interface" = "acc" ]; then
1210
device_opts+=" acc"
1311
elif [ "$job_interface" = "omp" ]; then
1412
device_opts+=" mp"
1513
fi
16-
device_opts+=" -g $gpu_ids"
1714
fi
1815

1916
if [ "$job_device" = "gpu" ]; then

0 commit comments

Comments
 (0)