From 189684a7dfa10fe79ea16efaebbb2d56ae234fd1 Mon Sep 17 00:00:00 2001 From: "weslley.spereira" Date: Mon, 23 Aug 2021 09:01:17 -0600 Subject: [PATCH] Test OpenMP --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 939809108..d7675f50d 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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: