Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
hpc-team
HPCasCode
Commits
e50c4cf1
Commit
e50c4cf1
authored
6 years ago
by
Damien Leong
Browse files
Options
Downloads
Patches
Plain Diff
Add check to submission filter for Desktop requesting for more than one node
parent
66a970ff
No related branches found
No related tags found
1 merge request
!215
Add check to submission filter for Desktop requesting for more than one node
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/slurm-common/templates/job_submit.lua.j2
+8
-0
8 additions, 0 deletions
roles/slurm-common/templates/job_submit.lua.j2
with
8 additions
and
0 deletions
roles/slurm-common/templates/job_submit.lua.j2
+
8
−
0
View file @
e50c4cf1
...
@@ -24,6 +24,14 @@ if job_desc.account == "default" then
...
@@ -24,6 +24,14 @@ if job_desc.account == "default" then
end
end
-- Check Desktop requests with more than one node
if ((job_desc.name == "desktop") and (job_desc.min_nodes > 1 )) then
slurm.log_user("The current M3 Desktop applications are unable to utilise more than one node, please select one node instead")
return slurm.ERROR
end
-- Check for gres.gpu requirements in m3c, m3h and m3g, else move job to comp
-- Check for gres.gpu requirements in m3c, m3h and m3g, else move job to comp
...
...
This diff is collapsed.
Click to expand it.
Andreas Hamacher
@handreas
mentioned in commit
a46a7a05
·
4 years ago
mentioned in commit
a46a7a05
mentioned in commit a46a7a0594f3088cc92b166cebdd09d287ca17ad
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment