Skip to content

Wrapper around Rscript for running master-slave MPI programs

License

Notifications You must be signed in to change notification settings

ADACS-Australia/mpi-Rscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mpi-Rscript

This script provides a wrapper around Rscript for running MPI enabled R programs with a master-slave parallelism.

Installation

If you want the script to be available as a command from any directory, you can "install" it with

make install

which will copy it to /usr/local/bin.

You can also "uninstall" it with

make uninstall

Usage

mpirun -n 4 mpi-Rscript <my-r-program>

Notes

Adapted from a script provided in the R "Snow" package.

About

Wrapper around Rscript for running master-slave MPI programs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published