Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arjoly committed Dec 16, 2014
1 parent 4d33401 commit 7764997
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions README.rst
@@ -1,25 +1,28 @@
Embarrasingly distributed parallel loop
=======================================
Embarrasingly distributed parallel loop on clusters of computers
================================================================

.. image:: https://secure.travis-ci.org/clusterlib/clusterlib.png?branch=master
.. image:: https://secure.travis-ci.org/clusterlib/clusterlib.png?branch=0.1.X
:target: https://secure.travis-ci.org/clusterlib/clusterlib
:alt: Build status

.. image:: https://coveralls.io/repos/clusterlib/clusterlib/badge.png?branch=master
.. image:: https://coveralls.io/repos/clusterlib/clusterlib/badge.png?branch=0.1.X
:target: https://coveralls.io/r/clusterlib/clusterlib
:alt: Coverage status

.. image:: https://landscape.io/github/clusterlib/clusterlib/master/landscape.svg
:target: https://landscape.io/github/clusterlib/clusterlib/master
.. image:: https://landscape.io/github/clusterlib/clusterlib/0.1.X/landscape.svg
:target: https://landscape.io/github/clusterlib/clusterlib/0.1.X
:alt: Code Health

Warnings: the package is still in development. Backward compatibility might
not be preserved.
The goal of this library is to ease the creation, launch and management of
embarassingly parallel jobs on supercomputer such as `SLURM
<https://computing.llnl.gov/linux/slurm/>`_. Some basic primitives (pure
python NO-SQL database) to work in distributed memory architecture are
provided.

Aims: simple, pure python

This library works well with `joblib <https://pythonhosted.org/joblib/>`_,
which is intended to solve similar issues in shared memory architecture.
If you want to parallelize your python jobs in shared memory architecture, I
advise you to use `joblib <https://pythonhosted.org/joblib/>`_.


Getting the latest code
Expand Down

0 comments on commit 7764997

Please sign in to comment.