Skip to content

Commit 9f0b83f

Browse files
committed
making sure injected libs are being picked
1 parent 00bf9de commit 9f0b83f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/mpi_injections.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Check with OSU
2525
run: |
2626
module load OSU-Micro-Benchmarks/7.2-gompi-2023b
27+
ldd $(which osu_latency) | grep host_injections
2728
mpirun -n 2 osu_latency
2829
export output=$?
2930
if [ $output -ne 0 ]; then

0 commit comments

Comments
 (0)