CASToR  3.0
Tomographic Reconstruction (PET/SPECT/CT)
OpenMPTryFlag.c
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 }
int main(void)
Definition: OpenMPTryFlag.c:3