00001 #ifndef USE_OMP 00002 int omp_get_max_threads(){return 1;} 00003 int omp_get_thread_num(){return 0;} 00004 #endif