You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SLURM allows multiple clusters to be defined and used by clients to submit jobs to, with most all SLURM commands supporting the --clusters=... or -M ... flag, or in some cases through the SLURM_CLUSTERS=... environment variable for selecting which cluster to interact with.
PDSH seems not to support either option: no flag is defined for passing in cluster(s) specification, nor is the SLURM_CLUSTERS env variable read.