COMBINATORIAL_BLAS
1.6
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
obj-x86_64-linux-gnu
CMakeFiles
FindOpenMP
OpenMPTryFlag.cpp
Generated by
1.9.1