From a482e88416dbb51addea9c169246508c6ac88b69 Mon Sep 17 00:00:00 2001 From: HPDell Date: Thu, 27 Feb 2025 17:33:05 +0000 Subject: [PATCH] edit: uncomment OpenMP test --- test/testGWRMultiscale.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testGWRMultiscale.cpp b/test/testGWRMultiscale.cpp index 6d51946..2a12c15 100644 --- a/test/testGWRMultiscale.cpp +++ b/test/testGWRMultiscale.cpp @@ -39,7 +39,7 @@ TEST_CASE("MGWR: basic flow") const initializer_list parallelTypes = { ParallelType::SerialOnly, #ifdef ENABLE_OPENMP - // ParallelType::OpenMP, + ParallelType::OpenMP, #endif // ENABLE_OPENMP #ifdef ENABLE_CUDA ParallelType::CUDA