Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Holland Computing Center
chipathlon
Commits
c7bde0d9
Commit
c7bde0d9
authored
Mar 17, 2016
by
Adam Caprez
Browse files
Add conf info for job resources
parent
805629b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
chipathlon/conf.py
View file @
c7bde0d9
...
...
@@ -23,10 +23,20 @@ file_extensions = {
"quality"
:
[
"quality"
]
}
# list of resources that can be specified per job (step) in
# the workflow and corresponding Pegasus profile info
resources
=
{
"walltime"
:{
"namespace"
:
"globus"
,
"key"
:
"maxwalltime"
},
"memory"
:
{
"namespace"
:
"condor"
,
"key"
:
"request_memory"
}
}
# param keys
param_keys
=
{
"required"
:
[
"arguments"
],
"optional"
:
[
"walltime"
,
"memory"
]
"optional"
:
resources
.
keys
()
}
# workflow order
...
...
Write
Preview
Supports
Markdown
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