IODA Bundle
OpenMPTryFlag.cpp
Go to the documentation of this file.
1
2
#include <omp.h>
3
int
main
(
void
) {
4
#ifdef _OPENMP
5
omp_get_max_threads();
6
return
0;
7
#elif defined(__HIP_DEVICE_COMPILE__)
8
return
0;
9
#else
10
breaks_on_purpose
11
#endif
12
}
main
int main(void)
Definition:
OpenMPTryFlag.cpp:3
CMakeFiles
FindOpenMP
OpenMPTryFlag.cpp
Generated on Fri Aug 20 2021 11:49:09 for IODA Bundle by
1.9.1