Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
balsamDEPRECATED
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
datascience
balsamDEPRECATED
Commits
9723a23d
Commit
9723a23d
authored
Oct 19, 2017
by
Thomas Uram
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set default site to cooley
parent
cf5a6484
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
user_settings.py
user_settings.py
+3
-3
No files found.
user_settings.py
View file @
9723a23d
...
...
@@ -50,10 +50,10 @@ BALSAM_SCHEDULER_HISTORY_EXE = '/usr/bin/'
BALSAM_SERVICE_PERIOD
=
10
# seconds between service loop execution
BALSAM_MAX_QUEUED
=
20
# the maximum number of jobs allowed on the local queue
BALSAM_SUBMIT_JOBS
=
True
# submit jobs to queue, turn off when testing
BALSAM_DEFAULT_QUEUE
=
''
# default local queue name
BALSAM_DEFAULT_PROJECT
=
''
# default local project name
BALSAM_DEFAULT_QUEUE
=
'
default
'
# default local queue name
BALSAM_DEFAULT_PROJECT
=
'
visualization
'
# default local project name
BALSAM_ALLOWED_EXECUTABLE_DIRECTORY
=
ALLOWED_EXE_PATH
# path to allowed executables
BALSAM_SITE
=
'
argo_cluster_dev
'
# local balsam site name
BALSAM_SITE
=
'
cooley
'
# local balsam site name
BALSAM_SCHEDULER_CLASS
=
'CobaltScheduler'
# local scheduler in use
BALSAM_SCHEDULER_SUBMIT_SCRIPT
=
os
.
path
.
join
(
BALSAM_ALLOWED_EXECUTABLE_DIRECTORY
,
'submit.sh'
)
BALSAM_SCHEDULER_USE_SUBMIT_SCRIPT
=
True
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment