#include "implicit_f.inc"#include "spmd.inc"#include "task_c.inc"#include "com01_c.inc"#include "com04_c.inc"#include "spmd_c.inc"Go to the source code of this file.
Functions/Subroutines | |
| subroutine | spmd_stat_pgather (ptv, ptlen, ptv_p0, ptlen_p0) |
| subroutine | spmd_iget_partn_sta (size, stat_numel, stat_lenelg, leng, np, iadg, npglob, stat_indx) |
| subroutine | spmd_dstat_vgath (v, nodglob, weight, vgath, nodtag, nodtaglob) |
| subroutine | spmd_dstat_gath (v, nodglob, weight, vgath, nodtag, nodtaglob) |
| subroutine | spmd_istat_gath (vi, nodglob, vigath) |
| subroutine spmd_dstat_gath | ( | v, | |
| integer, dimension(*) | nodglob, | ||
| integer, dimension(*) | weight, | ||
| vgath, | |||
| integer, dimension(*) | nodtag, | ||
| integer, dimension(*) | nodtaglob ) |
Definition at line 328 of file spmd_stat.F.
| subroutine spmd_dstat_vgath | ( | v, | |
| integer, dimension(*) | nodglob, | ||
| integer, dimension(*) | weight, | ||
| vgath, | |||
| integer, dimension(*) | nodtag, | ||
| integer, dimension(*) | nodtaglob ) |
Definition at line 210 of file spmd_stat.F.
| subroutine spmd_iget_partn_sta | ( | integer | size, |
| integer | stat_numel, | ||
| integer | stat_lenelg, | ||
| integer | leng, | ||
| integer, dimension(*) | np, | ||
| integer, dimension(nspmd,*) | iadg, | ||
| integer, dimension(*) | npglob, | ||
| integer, dimension(*) | stat_indx ) |
Definition at line 126 of file spmd_stat.F.
| subroutine spmd_istat_gath | ( | integer, dimension(*) | vi, |
| integer, dimension(*) | nodglob, | ||
| integer, dimension(*) | vigath ) |
Definition at line 442 of file spmd_stat.F.
| subroutine spmd_stat_pgather | ( | integer, dimension(ptlen) | ptv, |
| integer | ptlen, | ||
| integer, dimension(0:max(1,ptlen_p0)) | ptv_p0, | ||
| integer | ptlen_p0 ) |
Definition at line 52 of file spmd_stat.F.