Differences between revisions 5 and 6
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:

 * Conditional compilation: to speed up compilation on non OpenMP systems

{{{
#ifdef _OPENMP
   printf(ā€œ%d avail.processors\nā€,omp_get_num_procs());
#endif
}}}

Notes on OpenMP and Freesurfer

#ifdef _OPENMP
   printf(ā€œ%d avail.processors\nā€,omp_get_num_procs());
#endif

OpenMP (last edited 2013-09-05 14:15:52 by MartinReuter)