HARM
harm and utilities
 All Data Structures Files Functions Variables Typedefs Macros Pages
mympi.global.loops.h
Go to the documentation of this file.
1 
7 // also includes 3 flags: 2 b^2 and 1 utoprim fail flag
8 
9 #define PLOOPMPIORIG(pr,num) for(pr=0;pr<num;pr++)
10 
11 #if(1)
12 // now always control range
13 // ignore num and use specified range
14 #define PLOOPMPI(pl,num) for(plmpiglobal=nprboundstart,pl=nprboundlist[plmpiglobal];plmpiglobal<=nprboundend;plmpiglobal++,pl=nprboundlist[plmpiglobal])
15 #else
16 #define PLOOPMPI(pr,num) PLOOPMPIORIG(pr,num)
17 #endif