Test OpenMP

This commit is contained in:
weslley.spereira
2021-08-23 10:29:16 -06:00
parent 3b26987fc1
commit 189684a7df
+2 -2
View File
@@ -34,8 +34,8 @@ on:
- '!**md'
env:
CFLAGS: "-Wall -pedantic"
FFLAGS: "-fimplicit-none -frecursive -fcheck=all"
CFLAGS: "-Wall -pedantic -fopenmp"
FFLAGS: "-fimplicit-none -frecursive -fopenmp -fcheck=all"
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
defaults: