3 #if (INTFACE == C_CALL)
15 "Cannot set BLACS system context, can only BLACS_GET");
19 "No need to set message ID range due to MPI communicator.");
23 "Cannot set BLACS debug level; must recompile to change");
27 "Cannot set BLACS context, can only BLACS_GET");
31 if (*val) ctxt->
Nr_bs = *val;
33 "BSBR nrings cannot be set to zero");
37 if (*val > 0) ctxt->
Nb_bs = *val + 1;
39 "Illegal BSBR nbranches (%d); must be strictly positive",
44 if (*val) ctxt->
Nr_co = *val;
46 "COMB nrings cannot be set to zero");
50 if (*val > 0) ctxt->
Nb_co = *val + 1;
52 "Illegal COMB nbranches (%d); must be strictly positive",