Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SLURM Plugin & Balancer #110

Open
wants to merge 38 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
b473e2e
Merge branch 'hotfix-0.92rc2'
jtriley Jun 27, 2011
7648ae0
Merge branch 'hotfix-0.92rc2'
jtriley Jun 27, 2011
2c149cb
Merge branch 'hotfix-0.92rc2'
jtriley Jun 27, 2011
271b3ae
Merge branch 'release-0.92'
jtriley Oct 17, 2011
de65a49
Merge branch 'release-0.92.1'
jtriley Nov 5, 2011
8d47a11
Merge branch 'release-0.93'
jtriley Jan 4, 2012
804e1ad
Merge branch 'release-0.93.1'
jtriley Jan 19, 2012
0a21c1d
Merge branch 'release-0.93.2'
jtriley Mar 8, 2012
0c528a3
Merge branch 'release-0.93.3'
jtriley Mar 21, 2012
1dbc9fc
Merge remote-tracking branch 'upstream/master' into slurm
jlafon May 14, 2012
cecde87
Added slurm plugin to init
jlafon May 14, 2012
90fcfd0
Added slurm plugin source.
jlafon May 14, 2012
f2429e4
Added slurm to __init__.py
jlafon May 14, 2012
f9824d5
Added slurm conf template.
jlafon May 14, 2012
5b0b75b
Added SLURM part to the config file template.
jlafon May 14, 2012
4b62c20
Fixed config template error.
jlafon May 14, 2012
303b389
Modified load balance command to accomodate SLURM.
jlafon May 14, 2012
ad4f50b
Balancer directory.
jlafon May 14, 2012
26b33a8
Added SLURM to doc string.
jlafon May 14, 2012
e0ededb
PEP8 Compliance.
jlafon May 14, 2012
0113bb0
PEP8 Compliance.
jlafon May 14, 2012
108d265
PEP8 Compliance.
jlafon May 14, 2012
e01abf6
Added SLURM to README.rst
jlafon May 14, 2012
5c90e1d
chmod -x slurm.py
jlafon May 14, 2012
65ce29b
Changed plugin path.
jlafon May 14, 2012
1da39df
Removed author comment.
jlafon May 14, 2012
a0ef4cd
Fixed SLURM URL.
jlafon May 14, 2012
81bf73c
Removed author from doc string.
jlafon May 14, 2012
10d4f2b
Added InvalidBalancer exception.
jlafon May 14, 2012
7bdfb88
Removed check for slurm.conf template happening before the needed att…
jlafon May 14, 2012
7f0b454
Added documentation for SLURM configured but not allocated nodes.
jlafon May 14, 2012
9bae01c
Removed un needed partition.
jlafon May 15, 2012
86d8a19
Removed master partition.
jlafon May 15, 2012
6363b40
Added a nodelist parser based on a state machine.
jlafon May 16, 2012
ae2e2cb
Changed SLURM configuration to use a FUTURE state.
jlafon May 16, 2012
69fd279
Change slurm.conf template to include FUTURE state.
jlafon May 16, 2012
e1c5ce0
Fixed syntax error to be compatible with older python.
jlafon Jul 19, 2012
89a7e3b
Fixed compatibility issue with python2.6
jlafon Jul 19, 2012
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -31,10 +31,10 @@ and StarCluster. StarCluster features:
* **Cluster Compute Instances** - support for "cluster compute" instance types
* **Expand/Shrink Clusters** - scale a cluster by adding or removing nodes
* **Elastic Load Balancing** - automatically shrink or expand a cluster based
on Open Grid Scheduler queue statistics
on Open Grid Scheduler or SLURM scheduler queue statistics
* **Plugin Support** - allows users to run additional setup routines on the
cluster after StarCluster's defaults. Comes with plugins for IPython
parallel+notebook, Condor, Hadoop, MPICH2, MySQL cluster, installing Ubuntu
parallel+notebook, Condor, Hadoop, MPICH2, MySQL cluster, SLURM, installing Ubuntu
packages, and more.

Interested? See the `getting started`_ section for more details.
Expand Down