Skip to content

Latest commit

 

History

History
 
 

lib-funcs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

OpenMP library functions

Modify the Hello World program, so that it uses omp_get_num_threads() and omp_get_thread_num() library functions.

Print out the total number of active threads as well as the ID of each thread.