This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
SRI-JCZBC
/
Vehicle-cpp
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
0452496287
Větve
Značky
master
Vehicle-cpp
/
Nav
/
autoware.ai
/
build
/
lattice_planner
/
CMakeFiles
/
FindOpenMP
/
OpenMPTryFlag.c
OpenMPTryFlag.c
93 B
Historie
Surový
1
2
3
4
5
6
7
8
9
#include <omp.h>
int main() {
#ifdef _OPENMP
return 0;
#else
breaks_on_purpose
#endif
}