Rhpc-package            Rhpc: MPI-based apply-style parallel computing
                        for R
Rhpc_EvalQ              Evaluate an expression on worker processes
Rhpc_Export             Export variables to worker processes
Rhpc_apply              Parallel apply using MPI
Rhpc_enquote            Quote arguments for remote evaluation
Rhpc_finalize           Finalize MPI environment
Rhpc_getHandle          Get MPI communicator handle
Rhpc_initialize         Initialize MPI environment
Rhpc_lapply             Parallel lapply using MPI
Rhpc_lapplyLB           Parallel lapply with load balancing
Rhpc_numberOfWorker     Get number of worker processes
Rhpc_sapply             Parallel sapply using MPI
Rhpc_sapplyLB           Parallel sapply with load balancing
Rhpc_serialize          Serialize and unserialize R objects
Rhpc_setupRNG           Setup random number generators for worker
                        processes
Rhpc_splitList          Split a list into chunks
Rhpc_worker_call        Call a function on worker processes
Rhpc_worker_noback      Call a function on worker processes without
                        collecting results
