Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bc_uab_matlab
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_matlab
Merge requests
!4
Feat global partition
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Feat global partition
github/fork/diedpigs/feat-global-partition
into
master
Overview
0
Commits
2
Pipelines
0
Changes
1
Closed
Bo-Chun Chen
requested to merge
github/fork/diedpigs/feat-global-partition
into
master
2 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
Should be merged alone with jprorama/CRI_XCBC#259
👍
0
👎
0
Merge request reports
Compare
master
version 1
9dcbd2b4
1 year ago
master (base)
and
latest version
latest version
9dcbd2b4
2 commits,
1 year ago
version 1
9dcbd2b4
2 commits,
1 year ago
1 file
+
7
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
form.yml.erb
+
7
−
11
Options
<%-
partitions
=
OodAppkit
.
clusters
[
:SLURM_CLUSTER
].
custom_config
[
:partitions
]
-%>
---
cluster: "SLURM_CLUSTER"
cluster: "SLURM_CLUSTER"
attributes:
bc_num_hours:
value: 1
@@ -23,16 +26,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" ]
<%-
partitions
.
each
do
|
p
|
-%>
- [ "
<%=
p
%>
", "
<%=
p
%>
" ]
<%-
end
-%>
version:
widget: select
Loading