Skip to content
Snippets Groups Projects
Commit 203c07f5 authored by Branislav Jansik's avatar Branislav Jansik
Browse files

Update variables.c

parent f01467c3
Branches
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ printf ("Serial var1= %d, &var1= %p\n",var1,&var1);
#pragma omp parallel private(tid)
{
tid = omp_get_thread_num();
var1 = tid;
printf ("Thread %d var1= %d, &var1= %p\n",tid,var1,&var1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment