matlab-discover-clusters
Installation
SKILL.md
Discover MATLAB Clusters
A cluster profile is a saved set of properties (name, type, host, number of workers, scheduler arguments) that lets MATLAB connect to a compute resource. This skill covers the full profile lifecycle: discovering clusters on the network, importing shared profiles, setting a default, validating, and deleting.
When to Use
- The user asks what parallel computing resources, clusters, or queues are available to them.
- The user wants to find clusters they can submit jobs to.
- The user has an
.mlsettingsprofile file from an admin and needs to import it. - The user wants to list, inspect, set the default for, validate, or delete a cluster profile.
- The user wants to export a cluster profile to share with colleagues.
- The user is calling
parclusterorparpooland wants to know which resource it will use or which profile name to pass.