| 63 | All #pragma omp should be ignored by the compiler **/ |
| 64 | inline void omp_set_num_threads(int) {} |
| 65 | inline void omp_set_nested(int) {} |
| 66 | inline int omp_get_num_threads() {return 1;} |
| 67 | inline int omp_get_thread_num() {return 0;} |
| 68 | #ifdef __cplusplus |