[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
Sat Apr 22 04:33:13 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL301074: [OpenMP] Run libomptarget regression tests using all available system threads. (authored by grokos).

Changed prior to commit:
  https://reviews.llvm.org/D32327?vs=96054&id=96278#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D32327

Files:
  openmp/trunk/libomptarget/test/CMakeLists.txt


Index: openmp/trunk/libomptarget/test/CMakeLists.txt
===================================================================
--- openmp/trunk/libomptarget/test/CMakeLists.txt
+++ openmp/trunk/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.96278.patch
Type: text/x-patch
Size: 399 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20170422/c4cec980/attachment.bin>


More information about the Openmp-commits mailing list