base.blacs_gridinit: Creating Grid From A System Context

Description Usage Arguments Value

View source: R/base_mpi_blacs.r

Description

Creates a grid from a System Context obtained from a call to 'sys2blacs_handle'.

Usage

1
2
3
4
5
6
7
base.blacs_gridinit(
  SYSCTXT,
  NPROW,
  NPCOL,
  nprocs = pbdMPI::comm.size(comm),
  comm = .pbd_env$SPMD.CT$comm
)

Arguments

SYSCTXT

System context obtained from a call to 'sys2blacs_handle'

NPROW

Number of rows in the process grid

NPCOL

Number of columns in the process grid

nprocs

Number of processors in the communicator

comm

An MPI (not BLACS) communicator.

Value

A blacs context number


RBigData/pbdBASE documentation built on Oct. 29, 2021, 6:19 p.m.