35 tab_comm =
new int[10000];
36 for(
int i=0; i<10000; i++)
44 if(size>SZ_MAX) SZ_MAX=size;
45 if(size<SZ_MIN) SZ_MIN=size;
60 return ((
double)(SZ_MOY/(
double)nb_msg)) ;
76 ofstream fic((
const char *)nf,ios::out);
77 for(
int i=0; i<10000; i++)
79 fic<<i<<
"\t"<<tab_comm[i]<<std::endl;
81 os<<
"SZ_MIN : "<<SZ_MIN<<finl;
82 os<<
"SZ_MAX : "<<SZ_MAX<<finl;
84 os<<
"NB_MSG : "<<nb_msg<<finl;
class Nom: a character string for naming TRUST objects.
static int me()
Returns the rank of the local processor in the current communication group. See Comm_Group::rank() an...
Base class for output streams.
void print_stat(Sortie &os)