Skip to content

Commit

Permalink
Enable MueLu in scanning for realsies
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrowne committed Oct 25, 2023
1 parent e3ae29c commit 555be06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- run: |
bash -l -c "module list"
find /__w/_tool/CodeQL/2.15.1/x64/codeql/tools/linux64
bash -l -c "source /etc/profile.d/modules-init.sh ; mkdir trilinos_build && cd trilinos_build && cmake -G Ninja -DTrilinos_ENABLE_ALL_PACKAGES=OFF -DTrilinos_ENABLE_Tpetra=ON -DTrilinos_ENABLE_Muelu=ON -DTrilinos_ENABLE_Epetra=OFF -DTPL_ENABLE_Boost=OFF -DTrilinos_ENABLE_SEACAS=OFF .."
bash -l -c "source /etc/profile.d/modules-init.sh ; mkdir trilinos_build && cd trilinos_build && cmake -G Ninja -DTrilinos_ENABLE_ALL_PACKAGES=OFF -DTrilinos_ENABLE_Tpetra=ON -DTrilinos_ENABLE_MueLu=ON -DTrilinos_ENABLE_Epetra=OFF -DTPL_ENABLE_Boost=OFF -DTrilinos_ENABLE_SEACAS=OFF .."
bash -l -c "source /etc/profile.d/modules-init.sh ; cd trilinos_build && ninja"
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit 555be06

Please sign in to comment.