Skip to content

Commit 8eaaf32

Browse files
committed
Backport Remove check on EFA GDR
Backport #1466 Signed-off-by: chenwany <[email protected]>
1 parent 04e3460 commit 8eaaf32

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

recipes/tests.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -310,13 +310,6 @@ module load intelmpi && mpirun --help | grep '#{node['cfncluster']['intelmpi']['
310310
grep "EFA installer version: #{node['cfncluster']['efa']['installer_version']}" /opt/amazon/efa_installed_packages
311311
EFA
312312
end
313-
# GDR (GPUDirect RDMA)
314-
if node['conditions']['efa_supported']
315-
execute 'check efa gdr installed' do
316-
command "modinfo efa | grep 'gdr:\ *Y'"
317-
user node['cfncluster']['cfn_cluster_user']
318-
end
319-
end
320313
end
321314

322315
###################

0 commit comments

Comments
 (0)