[Openmp-commits] [PATCH] D32327: [OpenMP] Run libomptarget regression tests using all available system threads.
George Rokos via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Apr 20 16:43:32 PDT 2017
grokos created this revision.
grokos added a project: OpenMP.
Herald added subscribers: mgorny, rengolin.
This patch removes a restriction which forced libomptarget regression tests to run serially.
Repository:
rL LLVM
https://reviews.llvm.org/D32327
Files:
libomptarget/test/CMakeLists.txt
Index: libomptarget/test/CMakeLists.txt
===================================================================
--- libomptarget/test/CMakeLists.txt
+++ libomptarget/test/CMakeLists.txt
@@ -80,7 +80,6 @@
add_lit_testsuite(check-libomptarget
"Running libomptarget tests"
${CMAKE_CURRENT_BINARY_DIR}
- ARGS "-j 1"
DEPENDS omptarget omp
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32327.96054.patch
Type: text/x-patch
Size: 360 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20170420/987c8ed5/attachment-0001.bin>
More information about the Openmp-commits
mailing list