Go to the source code of this file.
◆ sys2blacs_handle_()
| Int sys2blacs_handle_ |
( |
Int * | SysCtxt | ) |
|
Definition at line 6 of file sys2blacs_.c.
8{
9#if (INTFACE == C_CALL)
14
17 if (SysCtxt == MPI_COMM_NULL)
19 "Cannot define a BLACS system handle based on MPI_COMM_NULL");
20
21
22
25
26
27
28
30
31
32
35
36
37
39 {
48 }
51 return(i);
52#else
53 return(*SysCtxt);
54#endif
55}
void BI_BlacsErr(Int ConTxt, Int line, char *file, char *form,...)
static MPI_Comm MPI_COMM_WORLD