提交 dbf777c2 编写于 作者: L lidanqing-intel

update

上级 bfed1819
...@@ -69,10 +69,8 @@ int main(int argc, char **argv) { ...@@ -69,10 +69,8 @@ int main(int argc, char **argv) {
config.char_list_file); config.char_list_file);
#ifdef USE_MKL #ifdef USE_MKL
// test omp parallel
int i; int i;
std::cout << "...........Testing MKL......... " << omp_get_num_threads() std::cout << ">>>>>>>>>>>>>>> Testing MKL <<<<<<<<<<<<<<<<< " << std::endl;
<< std::endl;
#pragma omp parallel for private(i) #pragma omp parallel for private(i)
for (i = 0; i < 50; i++) { for (i = 0; i < 50; i++) {
std::cout << "omp_get_num_threads(): " << omp_get_num_threads() std::cout << "omp_get_num_threads(): " << omp_get_num_threads()
...@@ -80,7 +78,8 @@ int main(int argc, char **argv) { ...@@ -80,7 +78,8 @@ int main(int argc, char **argv) {
int tid = omp_get_thread_num(); int tid = omp_get_thread_num();
std::cout << "Log from omp thread " << tid << std::endl; std::cout << "Log from omp thread " << tid << std::endl;
} }
std::cout << ">>>>>>>>>>>>>>> Testing MKL Finished <<<<<<<<<<<<<<<<< "
<< std::endl;
#endif #endif
auto start = std::chrono::system_clock::now(); auto start = std::chrono::system_clock::now();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册