8{
10
12 {
15 "Cannot set BLACS system context, can only BLACS_GET");
16 break;
19 "No need to set message ID range due to MPI communicator.");
20 break;
23 "Cannot set BLACS debug level; must recompile to change");
24 break;
27 "Cannot set BLACS context, can only BLACS_GET");
28 break;
31 if (*val) ctxt->
Nr_bs = *val;
33 "BSBR nrings cannot be set to zero");
34 break;
37 if (*val > 0) ctxt->
Nb_bs = *val + 1;
39 "Illegal BSBR nbranches (%d); must be strictly positive",
40 *val);
41 break;
44 if (*val) ctxt->
Nr_co = *val;
46 "COMB nrings cannot be set to zero");
47 break;
50 if (*val > 0) ctxt->
Nb_co = *val + 1;
52 "Illegal COMB nbranches (%d); must be strictly positive",
53 *val);
54 break;
58 break;
62 break;
63 default:
66 }
67}
#define MGetConTxt(Context, ctxtptr)
void BI_BlacsWarn(Int ConTxt, Int line, char *file, char *form,...)