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

SLURM Plugin & Balancer #110

wants to merge 38 commits into from

Conversation

jlafon
Copy link

@jlafon jlafon commented May 14, 2012

Hi,

I've recently implemented a SLURM (https://computing.llnl.gov/linux/slurm) plugin, as well as a SLURM load balancer.

Please let me know if you find any issues with these commits.

Thanks,

-Jharrod

SLURM Plugin

  • SLURM is an open source resource manager/scheduler for Linux based clusters.
  • The SLURM packages are installed (tools include srun, sbatch, squeue, sacct, sreport, sview, etc)
  • The SLURM plugin fully configures SLURM using a provided configuration template, or a user provided one.
  • The plugin additionally configures MySQL and slurmdbd, the SLURM database daemon.

SLURM Load Balancer

@jtriley
Copy link
Owner

jtriley commented May 14, 2012

Wow, thanks for all of this! There's a lot to review but I'll try to pull it all in and test so that we can iterate on things that need fixing/updating/documenting. One quick note: in the future please base your feature branches off of the 'develop' branch. The 'master' branch for StarCluster is a release-merge-only branch. I try to follow the gitflow model closely:

http://nvie.com/posts/a-successful-git-branching-model/

Thanks again and I'll be in touch soon.

@jlafon
Copy link
Author

jlafon commented May 14, 2012

Great. I'll keep everything on the develop branch next time. Please let
me know if anything needs to be fixed/documented/etc.

Thanks for making an excellent open source tool.

Regards,

-Jharrod

On Mon, May 14, 2012 at 3:48 PM, Justin Riley <
reply@reply.github.com

wrote:

Wow, thanks for all of this! There's a lot to review but I'll try to pull
it all in and test so that we can iterate on things that need
fixing/updating/documenting. One quick note: in the future please base your
feature branches off of the 'develop' branch. The 'master' branch for
StarCluster is a release-merge-only branch. I try to follow the gitflow
model closely:

http://nvie.com/posts/a-successful-git-branching-model/

Thanks again and I'll be in touch soon.


Reply to this email directly or view it on GitHub:
#110 (comment)

Jharrod LaFon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants