Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions spearmint/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@
# to enter into this License and Terms of Use on behalf of itself and
# its Institution.


import sys
import optparse
import importlib
Expand Down Expand Up @@ -273,6 +274,7 @@ def main():
# Note: I chose to fill up one resource and them move on to the next
# You could also do it the other way, by changing "while" to "if" here

remove_broken_jobs(db, jobs, experiment_name, resources)
while resource.acceptingJobs(jobs):

# Load jobs from DB
Expand Down