Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
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
#else
8
breaks_on_purpose
9
#endif
10
}
main
int main(void)
Definition:
OpenMPTryFlag.cpp:3
CMakeFiles
FindOpenMP
OpenMPTryFlag.cpp
Generated on Thu Mar 12 2020 10:24:09 for Medical Imaging Interaction Toolkit by
1.8.13