stayblazing2685 stayblazing2685 01-02-2024 Computers and Technology contestada Which of these is a correct way to set the number of available threads for an OpenMP program to 4? 1) omp_set_num_threads(4) 2) omp_set_max_threads(4) 3) omp_set_thread_limit(4) 4) omp_set_dynamic(4)