bp.stage.read: bp.stage.read

Description Usage Arguments Value

Description

This function is used to read the variables using staging method. Current staging method used is FLEXPATH. The user can provide an function to handle the data read from writing stream. If the function is not provided, the data will be printed by default.

Usage

1
2
3
bp.stage.read(adios.filename, varname, FUN = print,
  comm = .pbd_env$SPMD.CT$comm, p = comm.size(.pbd_env$SPMD.CT$comm),
  adios.rank = comm.rank(.pbd_env$SPMD.CT$comm))

Arguments

adios.filename

adios filename

varname

variable name

FUN

user defined function. If not specified, print will be the default function.

comm

mpi comm

p

number of processes

adios.rank

comm rank

Value

variable values. If start and count are not specified, all values will be returned.


RBigData/pbdADIOS documentation built on May 8, 2019, 4:55 a.m.