forked from aws/aws-parallelcluster
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
32 lines (27 loc) · 2.04 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
AWS ParallelCluster is an AWS supported Open Source cluster management tool that makes it easy for you to deploy and
manage High Performance Computing (HPC) clusters in the AWS cloud.
Built on the Open Source CfnCluster project, AWS ParallelCluster enables you to quickly build an HPC compute environment in AWS.
It automatically sets up the required compute resources and a shared filesystem and offers a variety of batch schedulers such as AWS Batch, SGE, Torque, and Slurm.
AWS ParallelCluster facilitates both quick start proof of concepts (POCs) and production deployments.
You can build higher level workflows, such as a Genomics portal that automates the entire DNA sequencing workflow, on top of AWS ParallelCluster.
usage: pcluster [-h]
{create,update,delete,start,stop,status,list,instances,ssh,configure,version,createami}
...
pcluster is a tool to launch and manage a cluster.
positional arguments:
{create,update,delete,start,stop,status,list,instances,ssh,configure,version,createami}
create Creates a cluster.
update Updates a running cluster.
delete Deletes a cluster.
start Starts the compute fleet that has been stopped.
stop Stops the compute fleet, but leave the master server running for debugging/development.
status Pulls the current status of the cluster.
list Displays a list of stacks associated with AWS ParallelCluster.
instances Displays a list of all instances in a cluster.
ssh Connects to the master server using SSH.
configure Starts the AWS ParallelCluster configuration.
version Displays version of AWS ParallelCluster.
createami (Linux/macOS) Creates a custom AMI to use with AWS ParallelCluster.
optional arguments:
-h, --help Shows this help message and exits.
For command specific flags run pcluster [command] --help