-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Adds support for PBS job scheduler based clusters #605
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thanks for making this PR! Major comment is that we should separate the submit_job.sh
file for both workflows to improve the structure and make it easier for people to understand. After that change, we can merge the changes
All requested changes sorted out as suggested :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor changes. You had ###
for sub-section but this isn't RST compliant.
I added suggestions on the sub-sections now to use RST heading style.
You can remove the title as it isn't needed anymore.
Job Submission and Execution
----------------------------
Co-authored-by: Mayank Mittal <12863862+Mayankm96@users.noreply.github.com> Signed-off-by: Shafeef Omar <shafeef901@gmail.com>
Co-authored-by: Mayank Mittal <12863862+Mayankm96@users.noreply.github.com> Signed-off-by: Shafeef Omar <shafeef901@gmail.com>
Signed-off-by: Shafeef Omar <shafeef901@gmail.com>
Signed-off-by: Shafeef Omar <shafeef901@gmail.com>
# Description This pull request adds support for running IsaacLab on clusters that use PBS job schedulers (e.g. Franklin@IIT). Currently, it only supports SLURM. The job submission scripts have been modified to choose between SLURM or PBS job schedulers. The user can opt for the required job scheduler from `docker/cluster/.env.base` under cluster specific settings. Tested successfully on Franklin@IIT HPC. Fixes isaac-sim#599 ## Type of change - New feature (non-breaking change which adds functionality) - This change requires a documentation update ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have run all the tests with `./isaaclab.sh --test` and they pass - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there
# Description This pull request adds support for running IsaacLab on clusters that use PBS job schedulers (e.g. Franklin@IIT). Currently, it only supports SLURM. The job submission scripts have been modified to choose between SLURM or PBS job schedulers. The user can opt for the required job scheduler from `docker/cluster/.env.base` under cluster specific settings. Tested successfully on Franklin@IIT HPC. Fixes isaac-sim#599 ## Type of change - New feature (non-breaking change which adds functionality) - This change requires a documentation update ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have run all the tests with `./isaaclab.sh --test` and they pass - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there
# Description This pull request adds support for running IsaacLab on clusters that use PBS job schedulers (e.g. Franklin@IIT). Currently, it only supports SLURM. The job submission scripts have been modified to choose between SLURM or PBS job schedulers. The user can opt for the required job scheduler from `docker/cluster/.env.base` under cluster specific settings. Tested successfully on Franklin@IIT HPC. Fixes isaac-sim#599 ## Type of change - New feature (non-breaking change which adds functionality) - This change requires a documentation update ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have run all the tests with `./isaaclab.sh --test` and they pass - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there
Description
This pull request adds support for running IsaacLab on clusters that use PBS job schedulers (e.g. Franklin@IIT). Currently, it only supports SLURM. The job submission scripts have been modified to choose between SLURM or PBS job schedulers. The user can opt for the required job scheduler from
docker/cluster/.env.base
under cluster specific settings.Tested successfully on Franklin@IIT HPC.
Fixes #599
Type of change
Checklist
pre-commit
checks with./isaaclab.sh --format
./isaaclab.sh --test
and they passconfig/extension.toml
fileCONTRIBUTORS.md
or my name already exists there