ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
libxompf.h
Go to the documentation of this file.
1 ! Liao 1/11/2011
2 ! XOMP function prototype support Fortran source-to-source translation
3 ! This is necessary since they will be treated as returning REAL
4 ! since they start with X (implicit to be REAL, not INTEGER)
5 
6 ! loop scheduling functions
7 !loop start
10  EXTERNAL XOMP_loop_guided_start
16 
25 
26 
27 ! loop next
28  EXTERNAL XOMP_loop_static_next
29  EXTERNAL XOMP_loop_dynamic_next
30  EXTERNAL XOMP_loop_guided_next
31  EXTERNAL XOMP_loop_runtime_next
36 
37  INTEGER XOMP_loop_static_next
39  INTEGER XOMP_loop_guided_next
45 
46 ! sections
48  INTEGER XOMP_sections_next
49 
50  EXTERNAL XOMP_sections_end
52 
53 ! a few others
54  EXTERNAL XOMP_single
55  INTEGER XOMP_single
56  EXTERNAL XOMP_master
57  INTEGER XOMP_master