Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
SMART-Lab
/
smartdispatch
Public
Notifications
You must be signed in to change notification settings
Fork
18
Star
34
Code
Issues
41
Pull requests
11
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Handle resources error gracefully. (#155)
- #167
#167
Open
Dutil
wants to merge 19 commits into
SMART-Lab:master
SMART-Lab/smartdispatch:master
from
Dutil:iss155
Dutil/smartdispatch:iss155
Copy head branch name to clipboard
Conversation
Commits
19
(19)
Checks
Files changed
Open
Handle resources error gracefully. (#155)
#167
Dutil
wants to merge 19 commits into
SMART-Lab:master
SMART-Lab/smartdispatch:master
from
Dutil:iss155
Dutil/smartdispatch:iss155
Copy head branch name to clipboard
Commits
Commits on Sep 8, 2017
Adding a check to the number of requested gpus to give a meaningful message
Dutil
committed
072dce6
View commit details
Copy full SHA for 072dce6
Browse repository at this point
Commits on Sep 13, 2017
The package is now installed using entry_points. The old scripts used, "script/smart-dispatch" and "script/sd-launch-pbs", have been moved to "smartdispatch/smartdispatch_script.py" and "smartdispa…
Show description for f6ab791
Dutil
committed
f6ab791
View commit details
Copy full SHA for f6ab791
Browse repository at this point
changed the call to check_output to be able to mock it.
Dutil
committed
d9c4e9c
View commit details
Copy full SHA for d9c4e9c
Browse repository at this point
Adding a check for the launcher error.
Dutil
committed
4a0d63d
View commit details
Copy full SHA for 4a0d63d
Browse repository at this point
Adding test to test the well behaviour of the script
Dutil
committed
9f63771
View commit details
Copy full SHA for 9f63771
Browse repository at this point
Using an unexisting queue.
Dutil
committed
cc07bc6
View commit details
Copy full SHA for cc07bc6
Browse repository at this point
more precise error message.
Dutil
committed
4d76f5a
View commit details
Copy full SHA for 4d76f5a
Browse repository at this point
Puttig all the tests on the script in the same file.
Dutil
committed
1b7ffbb
View commit details
Copy full SHA for 1b7ffbb
Browse repository at this point
Commits on Sep 21, 2017
The tests cover more cases and are more explicit.
Dutil
committed
90c4f4d
View commit details
Copy full SHA for 90c4f4d
Browse repository at this point
removing useless lines.
Dutil
committed
fba5bf3
View commit details
Copy full SHA for fba5bf3
Browse repository at this point
Raising a new Exception instead with the stack instead of falling the test.
Dutil
committed
5d99e79
View commit details
Copy full SHA for 5d99e79
Browse repository at this point
Commits on Sep 26, 2017
Removing duplicate test. Putting all the tests that have to do with the script in the same file.
Dutil
committed
7e357d8
View commit details
Copy full SHA for 7e357d8
Browse repository at this point
Commits on Oct 3, 2017
Removing duplicate test. Putting all the tests that have to do with the script in the same file.
Dutil
committed
c33292b
View commit details
Copy full SHA for c33292b
Browse repository at this point
Merge branch 'iss155' of https://github.com/Dutil/smartdispatch into iss155
Dutil
committed
a83e500
View commit details
Copy full SHA for a83e500
Browse repository at this point
Commits on Oct 9, 2017
refactoring the test to catch and reraise the exceptions.
Dutil
committed
94f58d0
View commit details
Copy full SHA for 94f58d0
Browse repository at this point
Adding specific advices depending on the cluster we are currently on.
Dutil
committed
7eb4b84
View commit details
Copy full SHA for 7eb4b84
Browse repository at this point
Commits on Oct 10, 2017
refactoring the test utils, and testing le script when no gpus are available on the queue. pep8fy some long strings.
Dutil
committed
cec39e6
View commit details
Copy full SHA for cec39e6
Browse repository at this point
Commits on Oct 17, 2017
Correcting some typo and use better decorator helper functions.
Dutil
committed
3b27597
View commit details
Copy full SHA for 3b27597
Browse repository at this point
Adding some comments to make the tests easier to understand.
Dutil
committed
71af7a3
View commit details
Copy full SHA for 71af7a3
Browse repository at this point
You can’t perform that action at this time.