Metadata-Version: 2.1
Name: aws-parallelcluster
Version: 2.10.4
Summary: AWS ParallelCluster is an AWS supported Open Source cluster management tool to deploy and manage HPC clusters in the AWS cloud.
Home-page: https://github.com/aws/aws-parallelcluster
Author: Amazon Web Services
License: Apache License 2.0
Project-URL: Changelog, https://github.com/aws/aws-parallelcluster/blob/develop/CHANGELOG.md
Project-URL: Issue Tracker, https://github.com/aws/aws-parallelcluster/issues
Project-URL: Documentation, https://docs.aws.amazon.com/parallelcluster/
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Requires-Dist: setuptools
Requires-Dist: boto3 (>=1.16.14)
Requires-Dist: future (<=0.18.2,>=0.16.0)
Requires-Dist: tabulate (<=0.8.7,>=0.8.2)
Requires-Dist: ipaddress (>=1.0.22)
Requires-Dist: PyYAML (>=5.3.1)
Requires-Dist: jinja2 (>=2.11.0)

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 head node 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 head node 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


