printf("\n %d %lu",l2,tabl[l2]);
}
for(l2=0;l2<=tablmax;l2++)
printf("\n %d %lu",l2,tabl[l2]);
printf("Koniec: %d", rank);
MPI_Barrier(MPI_COMM_WORLD);
if(rank == 0) po = clock();
MPI_Finalize();
if(rank == 0) printf("\n %f sekund\n",
((float)(po-przed))/(float)CLOCKS_PER_SEC);
return 0;
}
much appreciate your help.
Cheers
Radomir Szewczyk
2011/11/14 Ralph Castain :
>
> On Nov 14, 2011, at 12:18 PM, Radomir Szewczyk wrote:
>
>> So there is no solution? e.g. my 2 computers that are computing nodes
>> and are placed in different room on different floors. And the target
>> user wants to monitor the progress of com
1.2011 um 19:54 schrieb Radomir Szewczyk:
>
>> The problem I'm facing now is how to print information on computing nodes.
>> E.g. I've got 10 real computers wired into one cluster with pelicanhpc.
>> I need each one of them to print results independently on their
&g
n't find proper info.
Cheers
Radomir Szewczyk
I'm new to this and didn't find proper info.
Cheers
Radomir Szewczyk