High-Performance Computing (HPC) #16981
hongbo-miao
started this conversation in
Show and tell
Replies: 1 comment
-
Added by
Added diagram as part of the full architecture. ➜ pcluster create-cluster --cluster-name=hm-hpc-cluster --cluster-configuration=config/hm-hpc-cluster-config.yaml
{
"cluster": {
"clusterName": "horizon-hpc-cluster",
"cloudformationStackStatus": "CREATE_IN_PROGRESS",
"cloudformationStackArn": "arn:aws:cloudformation:us-west-2:272394222652:stack/hm-hpc-cluster/d8cc5ef0-05b0-11ef-bf6e-0ac24af65aed",
"region": "us-west-2",
"version": "3.9.1",
"clusterStatus": "CREATE_IN_PROGRESS",
"scheduler": {
"type": "slurm"
}
}
}
➜ pcluster ssh --cluster-name=hm-hpc-cluster
ubuntu@ip-172-31-32-251:~$ sbatch --nodes=3 --partition=spot-queue --constraint="[c7gn-16xlarge*1&c7gn-metal*2]" --wrap="srun jobs/hello.sh"
Submitted batch job 1
ubuntu@ip-172-31-32-251:~$ squeue
JOBID PARTITION NAME USER ST TIME NODES NODELIST(REASON)
1 spot-queu wrap ubuntu CF 0:06 3 spot-queue-dy-c7gn16xlarge-1,spot-queue-dy-c7gnmetal-[1-2]
ubuntu@ip-172-31-32-251:~$ squeue
JOBID PARTITION NAME USER ST TIME NODES NODELIST(REASON)
ubuntu@ip-172-31-32-251:~$ ls
jobs slurm-1.out
ubuntu@ip-172-31-32-251:~$ cat slurm-1.out
Hello from spot-queue-dy-c7gn16xlarge-1
Hello from spot-queue-dy-c7gnmetal-1
Hello from spot-queue-dy-c7gnmetal-2 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
High-Performance Computing (HPC)
AWS ParallelCluster
EnableMemoryBasedScheduling
QueueUpdateStrategy
Efa
GdrSupport
HPC job managing and scheduling tools
Comparison
Beta Was this translation helpful? Give feedback.
All reactions