[Blends-commit] r3229 - /projects/science/trunk/debian-science/tasks/distributedcomputing
mih at users.alioth.debian.org
mih at users.alioth.debian.org
Fri Mar 23 07:11:04 UTC 2012
Author: mih
Date: Fri Mar 23 07:11:03 2012
New Revision: 3229
URL: http://svn.debian.org/wsvn/blends/?sc=1&rev=3229
Log:
Added PSOM
Modified:
projects/science/trunk/debian-science/tasks/distributedcomputing
Modified: projects/science/trunk/debian-science/tasks/distributedcomputing
URL: http://svn.debian.org/wsvn/blends/projects/science/trunk/debian-science/tasks/distributedcomputing?rev=3229&op=diff
==============================================================================
--- projects/science/trunk/debian-science/tasks/distributedcomputing (original)
+++ projects/science/trunk/debian-science/tasks/distributedcomputing Fri Mar 23 07:11:03 2012
@@ -66,3 +66,26 @@
Published-In: 23rd IEEE International Parallel and Distributed Processing Symposium (IPDPS'09).
Published-Title: DMTCP: Transparent Checkpointing for Cluster Computations and the Desktop
Published-Year: 2009
+
+ ; Added by blends-inject 0.0.7. [Please note here if modified manually]
+Suggests: psom
+Homepage: http://code.google.com/p/psom/
+Language: Matlab/Octave
+Responsible: NeuroDebian Team <team at neuro.debian.net>
+License: MIT/Expat
+Pkg-Description: pipeline system for Octave and Matlab
+ PSOM is a lightweight library to manage complex multi-stage data processing. A
+ pipeline is a collection of jobs, i.e. Matlab or Octave code with a well
+ identified set of options that are using files for inputs and outputs. To
+ use PSOM, the only requirement is to generate a description of a pipeline in
+ the form of a simple Matlab/Octave structure. PSOM then automatically offers
+ the following services:
+ .
+ * Run jobs in parallel using multiple CPUs or within a distributed computing
+ environment.
+ * Generate log files and keep track of the pipeline execution. These logs are
+ detailed enough to fully reproduce the analysis.
+ * Handle job failures: successful completion of jobs is checked and failed
+ jobs can be restarted.
+ * Handle updates of the pipeline: change options or add jobs and let PSOM
+ figure out what to reprocess.
More information about the Blends-commit
mailing list