Go to the source code of this file.
◆ BI_BlacsErr()
| void BI_BlacsErr |
( |
Int | ConTxt, |
|
|
Int | line, |
|
|
char * | file, |
|
|
char * | form, |
|
|
| ... ) |
Definition at line 3 of file BI_BlacsErr.c.
4{
5#ifdef __STDC__
7#else
9#endif
12 va_list argptr;
13 char cline[100];
15
16 va_start(argptr, form);
17 vsprintf(cline, form, argptr);
18 va_end(argptr);
19
20 if (ConTxt > -1)
21 {
25 }
26 else myrow = mycol = -1;
27
28 fprintf(stderr,
29"BLACS ERROR '%s'\nfrom {%d,%d}, pnum=%d, Contxt=%d, on line %d of file '%s'.\n\n",
30 cline, myrow, mycol,
BI_Iam, ConTxt, line, file);
31
33}
void BI_BlacsAbort(Int ErrNo)
#define MGetConTxt(Context, ctxtptr)
struct bLaCsCoNtExT BLACSCONTEXT