29 Nov
2013
29 Nov
'13
3:52 p.m.
On Fri, Nov 29, 2013 at 1:43 PM, Jeff Hammond <[email protected]> wrote:
Second, can someone help me resolve the MPICH_ATTR_TYPE_TAG issues?
It looks like there is #define MPI somewhere that interferes with the attribute. Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if (j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/