Skip to content

Commit

Permalink
debug mklvars search
Browse files Browse the repository at this point in the history
  • Loading branch information
bernstei committed Oct 17, 2023
1 parent 853825c commit 359c779
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,13 @@ jobs:
- name: Install phono3py from source
run: |
echo "mklvars in"
dpkg -L intel-mkl | grep mklvars.sh
echo "mkl packages installed"
apt list --installed | grep mkl
echo "dpkg -L intel-mkl"
dpkg -L intel-mkl
echo "dpkg-query -L intel-mkl"
dpkg-query -L intel-mkl
echo "try to set mklvars"
mklvars=$( dpkg -L intel-mkl | egrep '/mklvars.sh$' )
source $mklvars intel64
Expand Down

0 comments on commit 359c779

Please sign in to comment.