Go to the documentation of this file.
9 #define PLOOPMPIORIG(pr,num) for(pr=0;pr<num;pr++)
14 #define PLOOPMPI(pl,num) for(plmpiglobal=nprboundstart,pl=nprboundlist[plmpiglobal];plmpiglobal<=nprboundend;plmpiglobal++,pl=nprboundlist[plmpiglobal])
16 #define PLOOPMPI(pr,num) PLOOPMPIORIG(pr,num)