ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include "mpi.h"
Go to the source code of this file.
Functions | |
int | Csys2blacs_handle (MPI_Comm SysCtxt) |
void | Cblacs_pinfo (int *myid, int *nprocs) |
void | Cblacs_get (int icontxt, int what, int *val) |
void | Cblacs_gridinit (int *icontxt, char *layout, int nprow, int npcol) |
void | Cblacs_gridmap (int *icontxt, int *usermap, int ldumap, int nprow, int npcol) |
void | Cblacs_gridexit (int icontxt) |
void | Cblacs_gridinfo (int icontxt, int *nprow, int *npcol, int *myprow, int *mypcol) |
int | Cblacs_pnum (int icontxt, int prow, int pcol) |
void | Cblacs_pcoord (int icontxt, int pnum, int *prow, int *pcol) |
void | Cblacs_barrier (int icontxt, char *scope) |
void | Cdgesd2d (int icontxt, int m, int n, double *a, int lda, int rdest, int cdest) |
void | Cdgerv2d (int icontxt, int m, int n, double *a, int lda, int rsrc, int csrc) |
void | Czgesd2d (int icontxt, int m, int n, double _Complex *a, int lda, int rdest, int cdest) |
void | Czgerv2d (int icontxt, int m, int n, double _Complex *a, int lda, int rsrc, int csrc) |
void Cblacs_barrier | ( | int | icontxt, |
char * | scope | ||
) |
void Cblacs_get | ( | int | icontxt, |
int | what, | ||
int * | val | ||
) |
void Cblacs_gridexit | ( | int | icontxt | ) |
void Cblacs_gridinfo | ( | int | icontxt, |
int * | nprow, | ||
int * | npcol, | ||
int * | myprow, | ||
int * | mypcol | ||
) |
void Cblacs_gridinit | ( | int * | icontxt, |
char * | layout, | ||
int | nprow, | ||
int | npcol | ||
) |
void Cblacs_gridmap | ( | int * | icontxt, |
int * | usermap, | ||
int | ldumap, | ||
int | nprow, | ||
int | npcol | ||
) |
void Cblacs_pcoord | ( | int | icontxt, |
int | pnum, | ||
int * | prow, | ||
int * | pcol | ||
) |
void Cblacs_pinfo | ( | int * | myid, |
int * | nprocs | ||
) |
int Cblacs_pnum | ( | int | icontxt, |
int | prow, | ||
int | pcol | ||
) |
void Cdgerv2d | ( | int | icontxt, |
int | m, | ||
int | n, | ||
double * | a, | ||
int | lda, | ||
int | rsrc, | ||
int | csrc | ||
) |
void Cdgesd2d | ( | int | icontxt, |
int | m, | ||
int | n, | ||
double * | a, | ||
int | lda, | ||
int | rdest, | ||
int | cdest | ||
) |
int Csys2blacs_handle | ( | MPI_Comm | SysCtxt | ) |
void Czgerv2d | ( | int | icontxt, |
int | m, | ||
int | n, | ||
double _Complex * | a, | ||
int | lda, | ||
int | rsrc, | ||
int | csrc | ||
) |
void Czgesd2d | ( | int | icontxt, |
int | m, | ||
int | n, | ||
double _Complex * | a, | ||
int | lda, | ||
int | rdest, | ||
int | cdest | ||
) |