Computer Mathematics and the Graphing Calculator

omp_get_thread_num( ) returns thread number of calling thread (0 .. omp_get_num_threads( )-1) omp_in_parallel( ) returns a nonzero value if called from within a parallel region omp_set_num_threads(N) sets the number N of threads to use in subsequent parallel regions ................
................