Skip to content

Commit

Permalink
GHA: use all cores for parallel compilation of Openblas on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Nov 28, 2024
1 parent d2fbf91 commit 0a8abec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compileBLAS.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ cmake -S . -B build ^
-DCMAKE_C_COMPILER:FILEPATH=cl ^
-DCMAKE_BUILD_TYPE=Release ^
-DCMAKE_MAKE_PROGRAM=ninja
cmake --build build --parallel 2
cmake --build build --parallel
cmake --install build
echo compileBLAS.cmd completed

0 comments on commit 0a8abec

Please sign in to comment.