/* * @@name: directive_syntax_pragma.1 * @@type: C * @@operation: run * @@expect: success * @@version: pre_omp_3.0 */ #include #include #define NT 4 #define thrd_no omp_get_thread_num int main(){ #pragma omp parallel for num_threads(NT) // PRAG 1 for(int i=0; i