CASToR
3.2
Tomographic Reconstruction (PET/SPECT/CT)
Main Page
Modules
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
_
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
Enumerations
Enumerator
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
_
b
c
d
e
f
g
i
l
m
o
p
r
s
t
w
Variables
Typedefs
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
s
t
u
v
w
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