Skip to content

Commit

Permalink
update DESCRIPTION text
Browse files Browse the repository at this point in the history
  • Loading branch information
berndbischl committed Feb 3, 2015
1 parent eeae776 commit a89b9bd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions DESCRIPTION
@@ -1,8 +1,10 @@
Package: parallelMap
Title: Unified interface to Some Popular Parallelization Back-ends for
Interactive Usage and Package Development
Description: Map over lists in parallel. Supports local, multicore, mpi
and BatchJobs mode. Allows "tagging" of the parallel operation
Title: Unified Interface to Parallelization Back-Ends
Description: Unified parallelization framework for multiple back-end,
designed for internal package and interactive usage.
The main operation is a parallel "map" over lists.
Supports local, multicore, mpi and BatchJobs mode.
Allows "tagging" of the parallel operation
with a level name that can be later selected by the user to
switch on parallel execution for exactly this operation.
Author: Bernd Bischl <bernd_bischl@gmx.net>, Michel Lang
Expand Down

0 comments on commit a89b9bd

Please sign in to comment.