Skip to content

Commit a5f28d6

Browse files
Tim Lanetilne
authored andcommitted
Add kitchen test to verify PMIx shared lib can be found
`pmix_info` is an executable compiled and intalled alongside the PMIx shared library. Use it to ensure the runtime linker can find the shared library. Signed-off-by: Tim Lane <[email protected]>
1 parent 836fbf6 commit a5f28d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

recipes/tests.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@
172172
execute 'check-slurm-pmix-plugins' do
173173
command 'ls /opt/slurm/lib/slurm/ | grep pmix'
174174
end
175+
execute 'ensure-pmix-shared-library-can-be-found' do
176+
command '/usr/bin/pmix_info'
177+
end
175178
end
176179
when 'ComputeFleet'
177180
execute 'ls slurm root' do

0 commit comments

Comments
 (0)