There are 3 basic functions in OpenMP namely:
- omp_get_thread_num
- omp_set_num_threads (nthreads)
- omp_get_num_threads.
Read the full article for further details
This is a companion discussion topic for the original entry at http://iq.opengenus.org/basic-openmp-functions/