Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
bc01ec24
Commit
bc01ec24
authored
23 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Expanded tests for node selections/scheduling. - Jette
parent
186434e4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
etc/SLURM.commands
+11
-2
11 additions, 2 deletions
etc/SLURM.commands
etc/SLURM.jobs
+3
-0
3 additions, 0 deletions
etc/SLURM.jobs
with
14 additions
and
2 deletions
etc/SLURM.commands
+
11
−
2
View file @
bc01ec24
Reconfigure
DumpNode LastUpdate=1234
Allocate JobName=Job01 TotalNodes=400 NodeList=lx[3000-3003] Partition=batch Key=1234
Allocate JobName=Job02 TotalNodes=400 Partition=batch Key=1234
Update NodeName=lx3000,lx3003 State=DRAINING
Update NodeName=lx3000,lx3003 State=DRAINING
Allocate JobName=Job03 TotalNodes=500 Partition=batch Key=1234
Allocate JobName=Job04 TotalNodes=600 Partition=batch Key=1234
Allocate JobName=Job05 TotalNodes=4000 Partition=batch Key=1234
Allocate JobName=Job06 TotalNodes=1000 Partition=batch Key=1234
Allocate JobName=Job07 TotalCPUs=3000 Partition=batch Key=1234
Allocate JobName=Job08 MinCPUs=30 TotalCPUs=60 Partition=batch Key=1234
Allocate JobName=Job08 TotalNodes=2 TotalCPUs=128 Partition=batch Key=1234
Update PartitionName=class AllowGroups=students,teachers MaxTime=20 MaxNodes=4
Update PartitionName=class AllowGroups=students,teachers MaxTime=20 MaxNodes=4
Update PartitionName=debug State=DOWN
Update PartitionName=debug State=DOWN
Update PartitionName=batch Key=NO Nodes=lx[0100-9999]
Update PartitionName=batch Key=NO Nodes=lx[0100-9999]
Reconfigure
NodeConfig NodeName=lx1234 CPUs=16 RealMemory=2048 TmpDisk=16384
NodeConfig NodeName=lx1234 CPUs=16 RealMemory=2048 TmpDisk=16384
DumpNode LastUpdate=1234
DumpPart LastUpdate=5678
DumpPart LastUpdate=5678
Expect errors from here on ...
Expect errors from here on ...
NodeConfig NodeName=lx1235 CPUs=1 RealMemory=2 TmpDisk=3
NodeConfig NodeName=lx1235 CPUs=1 RealMemory=2 TmpDisk=3
...
...
This diff is collapsed.
Click to expand it.
etc/SLURM.jobs
+
3
−
0
View file @
bc01ec24
...
@@ -14,3 +14,6 @@ JobName=Job03 NodeList=lx0031 Partition=class Groups=employee,students,teacher
...
@@ -14,3 +14,6 @@ JobName=Job03 NodeList=lx0031 Partition=class Groups=employee,students,teacher
JobName=FAIL_Groups NodeList=lx0031 Partition=class Groups=employee,teacher
JobName=FAIL_Groups NodeList=lx0031 Partition=class Groups=employee,teacher
JobName=Job04 NodeList=lx0301,lx0310 Contiguous Partition=batch Key=1234
JobName=Job04 NodeList=lx0301,lx0310 Contiguous Partition=batch Key=1234
JobName=FAIL_NoSpecs Partition=class Groups=students
JobName=FAIL_NoSpecs Partition=class Groups=students
JobName=Job05 NodeList=lx[8000-8002] TotalNodes=400 Partition=batch Key=1234
JobName=Job06 TotalCPUs=400 Partition=batch Key=1234
JobName=Job06 TotalNodes=4 TotalCPUs=400 Partition=batch Key=1234
This diff is collapsed.
Click to expand it.
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