This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
SRI-JCZBC
/
Vehicle-cpp
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
6213262140
Branches
Tags
master
Vehicle-cpp
/
Nav
/
autoware.ai
/
build
/
points_preprocessor
/
CMakeFiles
/
FindOpenMP
/
OpenMPTryFlag.c
OpenMPTryFlag.c
93 B
Historique
Raw
1
2
3
4
5
6
7
8
9
#include <omp.h>
int main() {
#ifdef _OPENMP
return 0;
#else
breaks_on_purpose
#endif
}