Skip to content

Commit

Permalink
clang openmp test
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonRayJones committed Feb 2, 2024
1 parent a60bd08 commit 255de29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:

CUDA_FLAGS: ''
MPI_FLAGS: '-DDISTRIBUTED_MODE'
OPENMP_FLAGS: '-fopenmp'

jobs:

Expand All @@ -25,7 +26,7 @@ jobs:
clang++ -c src/core.cpp $CPP_FLAGS -o core.o
clang++ -c src/alts.cpp $CPP_FLAGS -o alts.o
clang++ -c src/comm.cpp $CPP_FLAGS -o comm.o
clang++ -c src/multi.cpp $CPP_FLAGS -o multi.o
clang++ -c src/multi.cpp $CPP_FLAGS $OPENMP_FLAGS -o multi.o
- name: compile and link main
run: |
Expand Down

0 comments on commit 255de29

Please sign in to comment.