Skip to content

Commit

Permalink
Adding lustre to list of components.
Browse files Browse the repository at this point in the history
  • Loading branch information
Treece Burgess committed Nov 6, 2024
1 parent f66e8ae commit a2da77c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module load $COMPILER

cd src

if [ "$COMPONENTS" = "cuda nvml lmsensors io net powercap appio coretemp rapl sde stealtime" ]; then
if [ "$COMPONENTS" = "cuda nvml lmsensors io net powercap appio lustre coretemp rapl sde stealtime" ]; then
# Set necessary environment variables for lmsensors
wget https://github.com/groeck/lm-sensors/archive/V3-4-0.tar.gz
tar -zxf V3-4-0.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
papi_component:
strategy:
matrix:
components: [cuda nvml lmsensors io net powercap appio coretemp rapl sde stealtime]
components: [cuda nvml lmsensors io net powercap appio lustre coretemp rapl sde stealtime]
debug: [yes, no]
shlib: [with, without]
fail-fast: false
Expand Down

0 comments on commit a2da77c

Please sign in to comment.