Package: cloudRmpi
Type: Package
Title: Cloud-based MPI Parallel Processing for R (cloudRmpi)
Version: 1.1
Date: 2012-04-18
Author: Barnet Wagman
Maintainer: Barnet Wagman <bw@norbl.com>
Description: cloudRmpi is means for doing parallel processing in R, using
  MPI on a cloud-based network.  It currently supports the use of
  Amazon's EC2 cloud computer service. cloudRmpi provides a mechanism to
  launch and manage a cloud-based network and to access an R session on the
  network's master MPI node (using the rreval package). cloudRmpi should work 
  with any MPI based R package (it has been tested with Rmpi, npRmpi, and snow).
License: GPL-3
Depends: cloudRmpiJars (>= 1.1), rreval (>= 1.1), digest
SystemRequirements: Java (>=1.6); see the cloudRmpi manual (vignette) for details.
URL: http://norbl.com/cloudrmpi/cloudRmpi.html
Collate:
    'PPEClient.R',
    'cloudRmpi-package.R'

