aboutsummaryrefslogtreecommitdiffhomepage
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2018-07-11 17:16:50 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2018-07-11 17:16:50 +0200
commit8a5955a052f64fc32099b052a221e0b5a8e92cbd (patch)
tree67c553ff9b0747c43ab506027aaa6b5b169f70d7 /CTestConfig.cmake
parentd193cc87f4ff26a3ea3187235015c06f005e3960 (diff)
Optimize the product of a householder-sequence with the identity, and optimize the evaluation of a HouseholderSequence to a dense matrix using faster blocked product.
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r--CTestConfig.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index 4c0027824..8b4cd798e 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -11,7 +11,7 @@ set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "manao.inria.fr")
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=Eigen")
set(CTEST_DROP_SITE_CDASH TRUE)
-set(CTEST_PROJECT_SUBPROJECTS
-Official
-Unsupported
-)
+#set(CTEST_PROJECT_SUBPROJECTS
+#Official
+#Unsupported
+#)