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

Add support to submit Rmpi job on OpenLava #83

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

ghost
Copy link

@ghost ghost commented Mar 20, 2015

Hi, team,
We've added a support to submit Rmpi job to OpenLava via BatchJobs. Below are the files changed:

  1. R/clusterFunctionsOpenLava.R: accept specifying "np" number of processors when submit Rmpi job.
  2. R/submitJobs.R: add np parameter
  3. examples/cfOpenLava/openlava-rmpi.tmpl: add job template for Rmpi job
  4. external_tests/openlava-rmpi.R: add exmaple R script how to submit Rmpi job using BatchJobs.
  5. R/clusterFunctionsLSF.R: For other job scheduler, like LSF, need to add parameter to it's submitJob API to avoid breaking existing submitJob method. The Rmpi support for other job schedulers can be implemented later on. We only updated the API interface for LSF and tested it.

thanks,
Feng
Teraproc Inc.

@ghost
Copy link
Author

ghost commented Mar 24, 2015

Hi team,

Please let us know if any comments.

thanks,
Feng
Teraproc Inc.

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

Successfully merging this pull request may close these issues.

0 participants