added paralelization eval_rho and to diagnostics snapshot

This commit is contained in:
Vasco C. B. Ferreira
2026-07-29 12:28:46 +02:00
parent 13f5995a01
commit 908c90053b
4 changed files with 16 additions and 10 deletions
+1
View File
@@ -16,6 +16,7 @@ void clear_results_directory(const std::string &dir) {
}
int main() {
omp_set_max_active_levels(1);
std::cout << "Threads: " << omp_get_max_threads() << "\n";
try {
clear_results_directory("results");