8{
9#if (INTFACE == C_CALL)
11 MPI_Comm *tSysCtxt;
14
15
17 {
21 "Trying to free non-existent system context handle %d", ISysCtxt);
22 }
23 else if (ISysCtxt == 0) return;
25 "Trying to free non-existent system context handle %d", ISysCtxt);
26
27
28
29
32
33
34
36 {
38 tSysCtxt = (MPI_Comm *) malloc(j * sizeof(MPI_Comm));
40 {
43 }
48 }
49#endif
50}
void BI_BlacsWarn(Int ConTxt, Int line, char *file, char *form,...)