-
Notifications
You must be signed in to change notification settings - Fork 18
Test for pbs files on slurm #166
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
Open
aalitaiga
wants to merge
35
commits into
SMART-Lab:master
Choose a base branch
from
aalitaiga:adrien_slurm
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
329efce
Add verbosity to smart-dispatch
bouthilx 3b8919a
Added test for slurm integration
aalitaiga 8ce0b25
New test for priority
aalitaiga 8dc8e0a
Added gres + memory tests
aalitaiga 1e67a22
Refactored tests
aalitaiga 6a25263
small update
aalitaiga b34ff36
Python3 compatibility + PR comments
aalitaiga eb4d473
Fixed naccelerators issue
aalitaiga c2f2de6
Updated tests to skip on Graham and Cedar smartdispatch modified to h…
aalitaiga dcf1504
Cleaned code with PR feedback
aalitaiga 23e8a01
Updated tests
aalitaiga 93a4a3a
Updated tests using mock
aalitaiga 6952922
Refactor detect_cluster tests
bouthilx 60610b0
Small changes in TestSlurmQueue
aalitaiga 39fa04e
Fix add_sbatch_option bug
bouthilx 255920c
Refactor SlurmJobGenerator
bouthilx ce370bc
Remove queue name for Slurm clusters
bouthilx 74d30ac
Replace PBS_JOBID with SLURM_JOB_ID
bouthilx 88a413e
Add PBS_FILENAME definition to pbs.prolog
bouthilx 22cfb38
Fix env var export option for Slurm
bouthilx cdd6085
Adapt PBS_WALLTIME for slurm
bouthilx 0b05a94
Add sbatch to command-line launcher options
bouthilx 3c5a645
Make get_launcher more flexible
bouthilx 8565d69
Updated documentation for slurm clusters
aalitaiga 60e4453
Add support for SlurmJobGenerator
bouthilx c876f57
Print stderr when both qsub and sacctmgr fails
bouthilx 97ce7c4
Add automatic script for cluster verification
bouthilx 1112ec9
Add verification script for cedar
bouthilx 8502e22
Add verification script for graham
bouthilx 5baabe1
Add verification script for mila
bouthilx 72929d8
Make get_launcher return None when no launcher
bouthilx eb91544
Updated README
aalitaiga 14c5819
Set properly account in verify_graham
bouthilx fde46db
Set properly account in verify_cedar
bouthilx 33c048b
Fix walltime_to_seconds convertion
bouthilx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
We need a unit test for add_sbatch_flags