Skip to content
Commit a64e7b39 authored by Luis Martinell Andreu's avatar Luis Martinell Andreu
Browse files

Missing omp calls implemented (closes #132):

 extern int  omp_get_level(void);
 extern int  omp_get_ancestor_thread_num(int level);
 extern int  omp_get_team_size(int level);
 extern int  omp_get_active_level(void);
 extern int  omp_in_final(void);

Added simple tests. When parallel is implemented (see #363) these tests will have to be extended.
parent 0810322c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment