Function Protocol.commInfo
Récupère les informations d'un communicateur.
static std .typecons .Tuple!(int,"id",int,"total") commInfo
(
void* comm
);
Returns
tuple (id, total);
Récupère les informations d'un communicateur.
static std .typecons .Tuple!(int,"id",int,"total") commInfo
(
void* comm
);
tuple (id, total);