Man Page: pgasetcommunicator
Operating Environment: debian
Section: 4
PGASetCommunicator(4) PGAPack PGASetCommunicator(4)NAMEPGASetCommunicator - Set the default communicator to use when PGARun is called.DESCRIPTIONDoes not necessarily need to be the same as the number of processes in MPI_COMM_WORLD (which is the default).INPUT PARAMETERSctx - context variable comm - communicator to useOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" void PGASetCommunicator(ctx, comm) PGAContext *ctx MPI_Comm commLOCATIONparallel.cEXAMPLEExample: MPI_Comm mycomm; PGAContext *ctx, double f(PGAContext *ctx, int p, int pop); : ctx = PGACreate(&argc, argv, PGA_DATATYPE_BINARY, 100, PGA_MAXIMIZE); PGASetCommunicator(ctx, mycomm); PGASetUp(ctx); PGARun(ctx, f); PGADestroy(ctx); 05/01/95 PGASetCommunicator(4)
| Related Man Pages |
|---|
| pgaevaluate(1) - debian |
| pgadebugprint(3) - debian |
| pgasortpop(8) - debian |
| lwres_conf_clear(3) - centos |
| seccomp_release(3) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| Weird 'find' results |