cacao
Release 0.1.03-dev
Compute And Control For Adaptive Optics
Functions
|
Variables
OpenMPCheckVersion.c File Reference
#include <stdio.h>
#include <omp.h>
Include dependency graph for OpenMPCheckVersion.c:
Functions
int
main
(void)
Variables
const char
ompver_str
[]
Function Documentation
◆
main()
int main
(
void
)
Variable Documentation
◆
ompver_str
const char ompver_str[]
Initial value:
= {
'I'
,
'N'
,
'F'
,
'O'
,
':'
,
'O'
,
'p'
,
'e'
,
'n'
,
'M'
,
'P'
,
'-'
,
'd'
,
'a'
,
't'
,
'e'
,
'['
,
(
'0'
+ ((_OPENMP/100000)%10)),
(
'0'
+ ((_OPENMP/10000)%10)),
(
'0'
+ ((_OPENMP/1000)%10)),
(
'0'
+ ((_OPENMP/100)%10)),
(
'0'
+ ((_OPENMP/10)%10)),
(
'0'
+ ((_OPENMP/1)%10)),
']'
,
'\0'
}
_build
CMakeFiles
FindOpenMP
OpenMPCheckVersion.c
Generated on Tue Apr 7 2020 11:54:16 for cacao by
1.8.13