This commit is contained in:
Vasco C. B. Ferreira
2026-05-07 15:23:21 +02:00
parent 6eb1e6faa1
commit 5a8622c7fe
10 changed files with 86 additions and 27 deletions
+2
View File
@@ -20,6 +20,8 @@ void clear_results_directory(const std::string &dir)
int main()
{
#include <omp.h>
std::cout << "Threads: " << omp_get_max_threads() << "\n";
try
{
clear_results_directory("results");