Skip to content
  • Stephen's avatar
    Create RAII structure to encapsulate omp_set_num_threads in Loader · 44b0f664
    Stephen authored
    This commit creates a RAII structure to encapsulate the omp_set_num_threads_call. This is necessary to restore the default number of threads once the algorithm has finished. This also adds a unit test to ensure the max threads is restored after the algorithm is executed.
    44b0f664