Skip to content

Commit 21a69e0

Browse files
Adds -fopenmp to the Makefile tester
1 parent 189684a commit 21a69e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/makefile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ on:
3232
- '!**md'
3333

3434
env:
35-
CFLAGS: "-Wall -pedantic"
36-
FFLAGS: "-fimplicit-none -frecursive -fcheck=all"
35+
CFLAGS: "-Wall -pedantic -fopenmp"
36+
FFLAGS: "-fimplicit-none -frecursive -fopenmp -fcheck=all"
3737

3838
defaults:
3939
run:

0 commit comments

Comments
 (0)