Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.pipelines
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.pipelines
Merge requests
!24
Queues defaults
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Queues defaults
queues-defaults
into
master
Overview
5
Commits
2
Pipelines
1
Changes
12
Merged
Tiago de Freitas Pereira
requested to merge
queues-defaults
into
master
5 years ago
Overview
5
Commits
2
Pipelines
1
Changes
12
Expand
Approached the points discussed yesterday.
Renamed SGEIdiapCluster to SGEMultipleQueuesCluster
Renamed AdaptiveIdiaoQueue to AdaptiveMultipleQueues
Set 2 queues setups containing all Idiap Queues --
https://gitlab.idiap.ch/bob/bob.pipelines/-/blob/85476238efc404202b67945e2f89a0697e2579c4/bob/pipelines/distributed/sge_queues.py
Turning
SGEMultipleQueuesCluster
Adaptive by default
ping
@andre.anjos
@amohammadi
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
85476238
2 commits,
5 years ago
12 files
+
163
−
152
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
bob/pipelines/config/distributed/sge_default.py
0 → 100644
+
5
−
0
Options
from
bob.pipelines.distributed.sge
import
SGEMultipleQueuesCluster
from
dask.distributed
import
Client
cluster
=
SGEMultipleQueuesCluster
()
dask_client
=
Client
(
cluster
)
Loading