Skip to content

RBigData/pbdCS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pbdCS

A client/server framework for the pbdR packages. The client is actually the same as the client from the remoter package.

Installation

The development version is maintained on GitHub, and can easily be installed by any of the packages that offer installations from GitHub:

remotes::install_github("RBigData/pbdCS")

To simplify installations on cloud systems, we also have a Docker container available.

Usage

Launch the batch servers:

mpirun -np 2 Rscript -e "pbdCS::pbdserver()"

Connect the client to the servers by running in an interactive session:

pbdCS::pbdclient()

For more information, see the remoter and pbdCS package vignettes.

Acknowledgements

The development for this package was supported by the project Harnessing Scalable Libraries for Statistical Computing on Modern Architectures and Bringing Statistics to Large Scale Computing funded by the National Science Foundation Division of Mathematical Sciences under Grant No. 1418195.

Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.