Home
last modified time | relevance | path

Searched refs:max_nr_per_thread (Results 1 – 1 of 1) sorted by relevance

/dports/math/libnormaliz/normaliz-3.9.0/source/libnormaliz/
H A Dproject_and_lift.cpp562 size_t max_nr_per_thread = 100000 / omp_get_max_threads(); in lift_points_to_this_dim() local
673 if (nr_points_in_thread > max_nr_per_thread) { // thread is full in lift_points_to_this_dim()