I am trying different kinds of parallelization using OpenMP. As a result I have several lines of #pragma omp parallel for
in my code which I (un-)comment alternating. Is there a way to make these lines conditional with something like the following, not working code?
define OMPflag 1
#if OMPFlag pragma omp parallel for
for ...
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…