Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
pipelet
Pipelet
Commits
22fd692f
Commit
22fd692f
authored
Dec 02, 2010
by
Maude Le Jeune
Browse files
readme
parent
995e4eb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
3 deletions
+22
-3
README.org
README.org
+22
-3
No files found.
README.org
View file @
22fd692f
...
...
@@ -35,12 +35,21 @@ on disk, and continue the processing where it stopped. This logic is
interesting when the computation cost is higher than the cost of disk
space required by intermediate products.
In addition, the Pipelet engine has been designed to
process *data* *sets*. It takes advantage of the parallelisation
opportunity that comes with data which share the same structure (data
arrays), to dispatch the computational tasks on parallel architecture.
The data dependency scheme is also used to save CPU time, and allows
to handle very big data sets processing.
*** The Pipelet functionalities
Pipelet is a free framework which helps you :
+ to write and manipulate pipelines with any dependency scheme,
+ to dispatch the computational tasks on parallel architectures,
+ to keep track of what processing has been applied to your data and perform comparisons.
+ to keep track of what processing has been applied to your data and perform comparisons,
+ to carry pipelines source code from development to production and
adapt to different hardware and software architectures.
** Getting started
...
...
@@ -59,7 +68,17 @@ You may find useful to install some generic scientific tools that nicely interac
**** Getting Pipelet
There is not any published stable release of Pipelet right now.
***** Software status
The first version of the software is currently in the process of
stabilisation. The Pipelet engine has now reached the level of
desired sophistication. On the other hand, the user interface has
been developped in a minimalist way. It includes the main
functionalities but with a design which could and will be more user
friendly.
***** Getting last pipelet version
=git clone git://gitorious.org/pipelet/pipelet.git -b v1.0=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment