Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bc_uab_relion
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container 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
rc
bc_uab_relion
Merge requests
!4
Feat global partition
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feat global partition
feat-global-partition
into
main
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Bo-Chun Chen
requested to merge
feat-global-partition
into
main
1 year ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
Related
devops#422 (closed)
Edited
1 year ago
by
Bo-Chun Chen
👍
0
👎
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
f48bb572
2 commits,
1 year ago
1 file
+
7
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
form.yml.erb
+
7
−
14
Options
<%-
partitions
=
OodAppkit
.
clusters
[
:SLURM_CLUSTER
].
custom_config
[
:partitions
]
-%>
---
cluster: "SLURM_CLUSTER"
attributes:
@@ -30,19 +33,9 @@ attributes:
widget: select
label: Partition
options:
- [ "express", "express" ]
- [ "short", "short" ]
- [ "medium", "medium" ]
- [ "long", "long" ]
- [ "interactive", "interactive" ]
- [ "pascalnodes", "pascalnodes" ]
- [ "pascalnodes-medium", "pascalnodes-medium" ]
- [ "largemem", "largemem" ]
- [ "largemem-long", "largemem-long" ]
- [ "amd-hdr100", "amd-hdr100" ]
- [ "intel-dcb", "intel-dcb" ]
- [ "amperenodes", "amperenodes" ]
- [ "amperenodes-medium", "amperenodes-medium" ]
<%-
partitions
.
each
do
|
p
|
-%>
- [ "
<%=
p
%>
", "
<%=
p
%>
" ]
<%-
end
-%>
version:
widget: select
@@ -55,7 +48,7 @@ attributes:
reserve_node:
widget: check_box
label: "Reserve the entire node"
form:
- version
- bc_num_hours
Loading