# parallel read example
# mpirun -np 2 Rscript bp.read.demo.R
# load pbdADIOS lib
library(pbdADIOS, quiet = TRUE)
A = bp.read("heat.bp", "T", c(0, 0, 0), c(1, 1, 20));
comm.print(A, all.rank=TRUE)
finalize() # pbdMPI final
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.