Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 374 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 374 Bytes

aws-parallelcluster-slurm

To install AWS ParallelCluster:

pip install aws-parallelcluster

To create a cluster, set up the key_name, vpc_id, and master_subnet_id in the config file, and:

pcluster create -c ./parallelcluster-config my-cluster-name

To SSH into the master node:

pcluster ssh -c ./parallelcluster-config my-cluster-name