Query: pgagetnumprocs
OS: debian
Section: 4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGAGetNumProcs(4) PGAPack PGAGetNumProcs(4)NAMEPGAGetNumProcs - Returns the size of communicator comm in processes.DESCRIPTIONIf comm is NULL or a sequential version of PGAPack is used, PGAGetNumProcs() returns 1.INPUT PARAMETERSctx - context variable structure pointer comm - an MPI communicatorOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGAGetNumProcs(ctx, comm) PGAContext *ctx MPI_Comm commLOCATIONparallel.cEXAMPLEExample: PGAContext *ctx; : if (PGAGetNumProcs(ctx, MPI_COMM_WORLD) < 4) { printf("Too few processors for decent performance!0); exit(-1); } 05/01/95 PGAGetNumProcs(4)
Related Man Pages |
---|
pgasetintegerinitrange(2) - debian |
mpi_comm_create(3) - debian |
mpi_topo_test(3) - debian |
pgacreate(8) - debian |
mpi_comm_dup(3openmpi) - osx |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
Introduction |
Detecting unused variables... |
Find columns in a file based on header and print to new file |