Commit c44f3d7
committed
Add Intel oneAPI setup for OpenMP in GitHub Actions
Integrated Intel oneAPI into the workflow to enable OpenMP support for the project. Updated CMake configuration to include necessary OpenMP flags and library paths. This ensures compatibility with Intel's OpenMP runtime for improved parallelization.Simplify Intel oneAPI setup in CI workflow
Removed the explicit `rscohn2/setup-oneapi` action and streamlined the OpenMP configuration directly within the CMake command. This reduces external dependencies while maintaining compatibility with Intel's oneAPI tools.1 parent ba1ba02 commit c44f3d7
1 file changed
+10
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
814 | 814 | | |
815 | 815 | | |
816 | 816 | | |
817 | | - | |
818 | | - | |
819 | | - | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
820 | 825 | | |
821 | 826 | | |
822 | 827 | | |
823 | 828 | | |
824 | | - | |
825 | | - | |
| 829 | + | |
826 | 830 | | |
827 | 831 | | |
828 | 832 | | |
829 | 833 | | |
830 | | - | |
831 | | - | |
| 834 | + | |
832 | 835 | | |
833 | 836 | | |
834 | 837 | | |
| |||
0 commit comments