We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c7186 commit 57ed0c8Copy full SHA for 57ed0c8
.github/workflows/test.yml
@@ -75,7 +75,7 @@ jobs:
75
sudo apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
76
sudo add-apt-repository "deb https://apt.repos.intel.com/oneapi all main"
77
sudo apt-get update
78
- sudo apt-get install -y intel-oneapi-compiler-fortran intel-oneapi-mpi intel-oneapi-mpi-devel
+ sudo apt-get install -y intel-oneapi-compiler-fortran intel-oneapi-mpi intel-oneapi-mpi-devel libfftw3-dev
79
source /opt/intel/oneapi/setvars.sh
80
printenv >> $GITHUB_ENV
81
0 commit comments