Hi, Although I specified one compute node in an interactive partition, the salloc doesn't ssh to that node. See below
[mahmood@rocks7 ~]$ scontrol show partition IACTIVE PartitionName=IACTIVE AllowGroups=ALL AllowAccounts=em1 AllowQos=ALL AllocNodes=rocks7 Default=NO QoS=N/A DefaultTime=NONE DisableRootJobs=NO ExclusiveUser=NO GraceTime=0 Hidden=NO MaxNodes=UNLIMITED MaxTime=UNLIMITED MinNodes=1 LLN=NO MaxCPUsPerNode=UNLIMITED Nodes=compute-0-4 PriorityJobFactor=1 PriorityTier=1 RootOnly=NO ReqResv=NO OverSubscribe=NO OverTimeLimit=NONE PreemptMode=OFF State=UP TotalCPUs=32 TotalNodes=1 SelectTypeParameters=NONE DefMemPerNode=UNLIMITED MaxMemPerNode=UNLIMITED [mahmood@rocks7 ~]$ salloc -p IACTIVE -A em1 --mem=2G --nodelist=compute-0-4 salloc: Granted job allocation 175 [mahmood@rocks7 ~]$ I expected to see [mahmood@compute-0-4 ~]$ What is wrong with that? Regards, Mahmood