Skip to content

Commit 44be6fd

Browse files
authored
Backport removal of gdr check (#1583)
Signed-off-by: Edoardo Antonini <[email protected]>
1 parent 58672f7 commit 44be6fd

File tree

1 file changed

+0
-5
lines changed
  • cookbooks/aws-parallelcluster-test/recipes

1 file changed

+0
-5
lines changed

cookbooks/aws-parallelcluster-test/recipes/tests.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -247,11 +247,6 @@ module load intelmpi && mpirun --help | grep '#{node['cluster']['intelmpi']['kit
247247
grep "EFA installer version: #{node['cluster']['efa']['installer_version']}" /opt/amazon/efa_installed_packages
248248
EFA
249249
end
250-
# GDR (GPUDirect RDMA)
251-
execute 'check efa gdr installed' do
252-
command "modinfo efa | grep 'gdr:\ *Y'"
253-
user node['cluster']['cluster_user']
254-
end
255250
end
256251
end
257252

0 commit comments

Comments
 (0)