Skip to content

Commit

Permalink
adding intel libs?
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Dec 21, 2023
1 parent 4dcc05a commit 6f8db56
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/CI_WEIS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Add dependencies windows specific
if: contains( matrix.os, 'windows')
run: |
conda install -y m2w64-toolchain libpython
conda install -y m2w64-toolchain libpython intel-openmp mkl
# Install dependencies of WEIS specific to ubuntu
- name: Add dependencies ubuntu specific
Expand Down Expand Up @@ -77,10 +77,7 @@ jobs:
- name: Show openfast environment
run: |
which -a openfast
/c/Miniconda3/envs/test/Library/bin/openfast -h
cd examples/01_aeroelasticse/OpenFAST_models/IEA-3.4-130-RWT/
openfast IEA-3.4-130-RWT.fst
cd ../../../03_NREL5MW_OC3_spar
cd examples/03_NREL5MW_OC3_spar
python weis_driver.py
# List the collected tests for debugging purposes
Expand Down

0 comments on commit 6f8db56

Please sign in to comment.