Lines Matching full:printf
37 printf("The value alloc_local is %ld from process %d\n", alloc_local, rank); in main()
38 printf("The value local_n0 is %ld from process %d\n", local_n0, rank); in main()
39 printf("The value local_0_start is %ld from process %d\n", local_0_start, rank); in main()
40 /* printf("The value local_n1 is %ld from process %d\n",local_n1,rank); */ in main()
41 /* printf("The value local_1_start is %ld from process %d\n",local_1_start,rank); */ in main()
42 /* printf("The value local_n0 is %ld from process %d\n",local_n0,rank); */ in main()
54 /* printf("The value N is %d from process %d\n",N,rank); */ in main()
55 /* printf("The value n is %d from process %d\n",n,rank); */ in main()
56 /* printf("The value n1 is %d from process %d\n",n1,rank);*/ in main()
112 /*printf("The Value of NM is %d",NM); */ in main()
114 /*printf("The local index is %d from %d\n",low,rank); */ in main()
124 /* printf("index3 %d from proc %d is \n",indx3[tempindx],rank); */ in main()
125 /* printf("index4 %d from proc %d is \n",indx4[tempindx],rank); */ in main()