📄️ cscope aws
cscope aws prints whether or not the current env is an AWS Cluster and what are the recommended NCCL settings if its an AWS Cluster:
📄️ cscope check-gpu
cscope check-gpu takes a GPU_TYPE argument and prints whether the cluster has that GPU Type available. If on a Slurm cluster it will search for available GPUs in Slurm, if not, it defaults to what's available for the local node.
📄️ cscope cpus
cscope cpus shows information about how many cpu cores are available. If its on a Slurm cluster it shows information about every partition, if not, it defaults to the local node.
📄️ cscope gpus
cscope gpus shows information about available gpus. If its on a Slurm cluster it shows information about every partition, if not, it defaults to the local node.
📄️ cscope info
cscope info shows Cluster Name and Slurm version.
📄️ cscope job-gen
CLI version of cscope job-gen command
📄️ cscope mem
cscope mem shows information about how much memory is availble. If its on a Slurm cluster it shows information about every partition, if not, it defaults to the local node.