reduced max number of threads

This commit is contained in:
joaquintides
2023-05-30 16:50:19 +02:00
parent 54ef1b3c56
commit 9c6fbff73f

View File

@@ -203,7 +203,7 @@ void test(
#ifdef NUM_THREADS
const int num_threads=NUM_THREADS;
#else
const int num_threads=32;
const int num_threads=16;
#endif
std::cout<<title<<" (N="<<N<<", theta="<<theta<<"):"<<std::endl;