[mlpack-git] master: - OMP test line removed. (44fd0c0)

gitdub at mlpack.org gitdub at mlpack.org
Tue Oct 18 05:20:03 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/94d14187222231ca29e4f6419c5999c660db4f8a...981ffa2d67d8fe38df6c699589005835fef710ea

>---------------------------------------------------------------

commit 44fd0c0af8c482aeae0669c28f17d36ddc74a509
Author: theJonan <ivan at jonan.info>
Date:   Tue Oct 18 12:20:03 2016 +0300

    - OMP test line removed.


>---------------------------------------------------------------

44fd0c0af8c482aeae0669c28f17d36ddc74a509
 src/mlpack/tests/det_test.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/mlpack/tests/det_test.cpp b/src/mlpack/tests/det_test.cpp
index 09b9691..4556d7d 100644
--- a/src/mlpack/tests/det_test.cpp
+++ b/src/mlpack/tests/det_test.cpp
@@ -403,8 +403,6 @@ BOOST_AUTO_TEST_CASE(TestSparseComputeValue)
 {
   arma::mat realData(3, 5);
   
-  Log::Info << "OMP threads: " << omp_get_thread_num() << std::endl;
-  
   realData << 4 << 5 << 7 << 3 << 5 << arma::endr
            << 5 << 0 << 1 << 7 << 1 << arma::endr
            << 5 << 6 << 7 << 1 << 8 << arma::endr;




More information about the mlpack-git mailing list