Skip to content

Commit 189684a

Browse files
Test OpenMP
1 parent 3b26987 commit 189684a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ on:
3434
- '!**md'
3535

3636
env:
37-
CFLAGS: "-Wall -pedantic"
38-
FFLAGS: "-fimplicit-none -frecursive -fcheck=all"
37+
CFLAGS: "-Wall -pedantic -fopenmp"
38+
FFLAGS: "-fimplicit-none -frecursive -fopenmp -fcheck=all"
3939
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
4040

4141
defaults:

0 commit comments

Comments
 (0)