<?xml version="1.0"?>
<!DOCTYPE rdf:RDF SYSTEM "http://dublincore.org/documents/2002/07/31/dcmes-xml/dcmes-xml-dtd.dtd" > 
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
 <rdf:Description>
  <dc:title>Parallel apply function using MPI</dc:title>
  <dc:subject>CRAN Task View: HighPerformanceComputing (http://CRAN.R-project.org/view=HighPerformanceComputing)</dc:subject>
  <dc:description>Similar to apply and lapply, applies a function to all
items of a list, and returns a list with the results.  Uses
Rmpi to distribute the processing evenly across a cluster.  If
Rmpi is not available, implements this as a non-parallel
algorithm.  Includes some debugging support</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 2.0.1)</dc:relation>
  <dc:relation>Suggests: Rmpi</dc:relation>
  <dc:creator>Duane Currie &lt;duane.currie@acadiau.ca&gt;</dc:creator>
  <dc:contributor>Duane Currie &lt;duane.currie@acadiau.ca&gt;</dc:contributor>
  <dc:rights>GPL (&gt;= 2)</dc:rights>
  <dc:date>2005-06-24</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>http://CRAN.R-project.org/package=papply</dc:identifier>
 </rdf:Description>
</rdf:RDF>

