我的问题是,如果我使用" Debug"编译我的项目在CLion中配置它会返回此错误:
/usr/include/c++/6/parallel/tags.h: In member function ‘__gnu_parallel::_ThreadIndex __gnu_parallel::parallel_tag::__get_num_threads()’:
/usr/include/c++/6/parallel/tags.h:66:38: error: ‘omp_get_max_threads’ was not declared in this scope
return omp_get_max_threads();
但是,如果我使用" Release"运行相同的代码配置它正常工作。有人知道如何修复此错误或为什么我只能通过使用发布配置来运行它?