Clear Filters
Clear Filters

Why is the wrong partition/queue being selected when submitting a job to a Slurm cluster with MATLAB Parallel Server?

2 views (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 10 Apr 2024
Edited: MathWorks Support Team on 10 Apr 2024
Many third-party schedulers use queues, but Slurm uses partitions instead. In order to select the correct partition, first, please make sure that you are using the latest set of Slurm integration scripts.
matlab-parallel-slurm-plugin
Next, in your cluster profile, add an AdditionalProperty named "Partition". The value should be set to the partition you want to submit to. Make sure the the property's "Type" is set to "String".

More Answers (0)

Categories

Find more on Cluster Configuration in Help Center and File Exchange

Tags

No tags entered yet.

Products


Release

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!