if(myID == 0) {
printf("The number of intervals?: ",Nproc);
scanf("%d", &Ninterval);
}
注意:if(myID==0) としないと、
全 CPU がプロンプトを出力して、
全 CPU がデータを読み込もうとする。