seq.h [SRC] [CPP] [JOB] [SCAN]
TOOLS / QUAD_TRACING / SRC



   1 | 
   2 | #ifdef SEQ
   3 | #define MODULE_OMP
   4 | #define OMP_MAX_THREADS  numthreads=1
   5 | #define OMP_THREAD       nthread=1
   6 | #else
   7 | #define MODULE_OMP       use OMP_LIB
   8 | #define OMP_MAX_THREADS  numthreads=omp_get_max_threads()
   9 | #define OMP_THREAD       nthread=omp_get_thread_num()+1
  10 | #endif


seq.h could be called by:
quad_tracing.F [TOOLS/QUAD_TRACING/SRC] - 3