Add option OMP_PARALLEL_FORMAT_BARE to enable bare OMP FOR blocks in OpenMP
[cloog/uuh.git] / test / reservoir / mg-interp2.c
blob688cc911bc35030e8dcfeb7d5457416fbdefdb56
1 /* Generated from ../../../git/cloog/test/./reservoir/mg-interp2.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.11s. */
2 if (O >= 2) {
3 if ((M >= P+1) && (N >= Q+1)) {
4 for (c2=1;c2<=O-1;c2++) {
5 for (c4=Q;c4<=N-1;c4++) {
6 for (c6=P;c6<=M-1;c6++) {
7 S1(c2,c4,c6) ;
12 if ((M >= 2) && (N >= Q+1)) {
13 for (c2=1;c2<=O-1;c2++) {
14 for (c4=Q;c4<=N-1;c4++) {
15 for (c6=1;c6<=M-1;c6++) {
16 S2(c2,c4,c6) ;
21 if ((M >= P+1) && (N >= 2)) {
22 for (c2=1;c2<=O-1;c2++) {
23 for (c4=1;c4<=N-1;c4++) {
24 for (c6=P;c6<=M-1;c6++) {
25 S3(c2,c4,c6) ;
30 if ((M >= 2) && (N >= 2)) {
31 for (c2=1;c2<=O-1;c2++) {
32 for (c4=1;c4<=N-1;c4++) {
33 for (c6=1;c6<=M-1;c6++) {
34 S4(c2,c4,c6) ;