CASToR
3.2
Tomographic Reconstruction (PET/SPECT/CT)
bin_cmake
CMakeFiles
FindOpenMP
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
Generated on Tue Oct 22 2024 21:49:44 for CASToR by
1.8.13