avoids initial GLOBAL_REFINMENT iterations of while(cell->has_children())

This commit is contained in:
Vasco C. B. Ferreira
2026-07-31 13:36:32 +02:00
parent 4d7078d56d
commit ecc53cf64c
3 changed files with 85 additions and 10 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ void clear_results_directory(const std::string &dir) {
}
int main() {
omp_set_max_active_levels(1);
// omp_set_max_active_levels(1);
std::cout << "Threads: " << omp_get_max_threads() << "\n";
try {
clear_results_directory("results");