Skip to content

Commit

Permalink
Account for scatter removal
Browse files Browse the repository at this point in the history
  • Loading branch information
aednichols committed Nov 21, 2024
1 parent 02854f1 commit 9d676df
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ workflow gpu_cuda_image {
call get_machine_info

output {
Array[String] smi_check = get_machine_info.smi_check
Array[File] smi_contents = get_machine_info.smi_content
String smi_check = get_machine_info.smi_check
File smi_contents = get_machine_info.smi_content
}
}

Expand Down

0 comments on commit 9d676df

Please sign in to comment.