Differences between revisions 6 and 7
Revision 6 as of 2012-07-11 17:10:10
Size: 424
Editor: MartinReuter
Comment:
Revision 7 as of 2012-07-12 10:42:27
Size: 476
Editor: MartinReuter
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
{{{
#ifdef _OPENMP
#include <omp.h>
#endif
}}}

Notes on OpenMP and Freesurfer

#ifdef _OPENMP
#include <omp.h>
#endif

#ifdef _OPENMP
   printf(“%d avail.processors\n”,omp_get_num_procs());
#endif

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