Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 205bc53

Browse files
committed
adding MKL/MPIROOT
1 parent 0840b8c commit 205bc53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
run: |
2525
. activate ddpt
2626
g++ -v
27+
export MPIROOT=$CONDA_PREFIX
28+
export MKLROOT=$CONDA_PREFIX
2729
CMAKE_BUILD_PARALLEL_LEVEL=8 python setup.py develop
2830
- name: Run tests
2931
run: |

0 commit comments

Comments
 (0)