.TH BSctx_set_ps 3 "10/17/1996" " " "BlockSolve95" .SH NAME BSctx_set_ps \- Set the processor set .SH INPUT PARAMETERS .PD 0 .TP .B context - The context to change .PD 1 .PD 0 .TP .B set - The processor set .PD 1 .SH NOTES The default communicator is MPI_COMM_WORLD. The user may want to copy the communicator using MPI_Comm_dup() to avoid any message conflicts. .SH RETURNS void .SH SYNOPSIS .nf void BSctx_set_ps(BSprocinfo *context, ProcSet *ps) .fi .SH LOCATION BlockSolve95/src/BScontext.c