Go to the source code of this file.
|
void | Cblacs_get (int context, int request, int *value) |
|
int | Cblacs_gridinit (int *context, char const *order, int np_row, int np_col) |
|
void | Cblacs_gridinfo (int context, int *np_row, int *np_col, int *my_row, int *my_col) |
|
void | Cblacs_gridexit (int ictxt) |
|
void | Cblacs_barrier (int ictxt, char const *order) |
|
◆ Cblacs_barrier()
void Cblacs_barrier |
( |
int |
ictxt, |
|
|
char const * |
order |
|
) |
| |
◆ Cblacs_get()
void Cblacs_get |
( |
int |
context, |
|
|
int |
request, |
|
|
int * |
value |
|
) |
| |
◆ Cblacs_gridexit()
void Cblacs_gridexit |
( |
int |
ictxt | ) |
|
◆ Cblacs_gridinfo()
void Cblacs_gridinfo |
( |
int |
context, |
|
|
int * |
np_row, |
|
|
int * |
np_col, |
|
|
int * |
my_row, |
|
|
int * |
my_col |
|
) |
| |
◆ Cblacs_gridinit()
int Cblacs_gridinit |
( |
int * |
context, |
|
|
char const * |
order, |
|
|
int |
np_row, |
|
|
int |
np_col |
|
) |
| |