sisi4s
Loading...
Searching...
No Matches
Blacs.hpp
Go to the documentation of this file.
1#ifndef BLACS_DEFINED
2#define BLACS_DEFINED
3
4extern "C" {
5void Cblacs_get(int context, int request, int *value);
6int Cblacs_gridinit(int *context, char const *order, int np_row, int np_col);
7void Cblacs_gridinfo(int context,
8 int *np_row,
9 int *np_col,
10 int *my_row,
11 int *my_col);
12void Cblacs_gridexit(int ictxt);
13void Cblacs_barrier(int ictxt, char const *order);
14}
15
16#endif
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)
void Cblacs_get(int context, int request, int *value)
int Cblacs_gridinit(int *context, char const *order, int np_row, int np_col)