Functions | Variables
ompver.cpp File Reference
#include <stdio.h>
#include <omp.h>
Include dependency graph for ompver.cpp:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Variables

const char ompver_str []
 

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 13 of file ompver.cpp.

Variable Documentation

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' }

Definition at line 4 of file ompver.cpp.



pfuclt_omni_dataset
Author(s):
autogenerated on Tue Jul 4 2017 19:38:38