What problem does it solve?
MATLAB users often do not know which parallel computing clusters are available on their network or in the cloud, and managing cluster profiles (importing, validating, setting defaults, deleting) involves APIs that are easy to misuse or hallucinate. This Skill gives an AI agent the correct workflow and commands to discover clusters and handle the full cluster profile lifecycle.
Core Features & Use Cases
- Cluster Discovery: Find MJS, Generic (Slurm/PBS/LSF), HPC Server, and MJSComputeCloud clusters on the network and in the cloud using the bundled discoverClusters script.
- Profile Lifecycle Management: List, inspect, import, export, set default, validate, and delete cluster profiles using parallel.listProfiles, parallel.importProfile, parallel.validateProfile, and parallel.deleteProfile.
- Use Case: A user receives a .mlsettings profile file from their cluster administrator and asks the agent to import it, set it as the default profile, and validate it with a capped worker count before submitting jobs.
Quick Start
Ask the agent to list your available MATLAB cluster profiles and discover any parallel computing clusters on your network.