Skip to content
Prev 1251 / 2152 Next

Parallel File System support in R (e.g. GPFS)

Hi Jonathan,

We are developing some parallel file system readers and writers for R. 
They are intended to be used in a Single Program Multiple Data (SPMD) 
programming mode with Rmpi. Each processor reads its own chunk of data 
and is intended to hand it off to another SPMD R code to do the 
analysis. We are close to having a parallel version of ncdf, a NetCDF 
collective read/write package.

George
On 2/17/12 10:20 AM, Jonathan Greenberg wrote: