Skip to content

Commit 352a8c2

Browse files
Enrico Usaisean-smith
authored andcommitted
Improve product description
Signed-off-by: Enrico Usai <[email protected]>
1 parent d7bdc44 commit 352a8c2

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

cli/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ def readme():
3535
name="aws-parallelcluster",
3636
version=version,
3737
author="Amazon Web Services",
38-
description="A tool to launch and manage HPC clusters on AWS",
38+
description="AWS ParallelCluster is an AWS supported Open Source cluster management tool to deploy "
39+
"and manage HPC clusters in the AWS cloud.",
3940
url="https://github.com/aws/aws-parallelcluster",
4041
license="Apache License 2.0",
4142
packages=find_packages(),

docs/source/getting_started.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
Getting started with AWS ParallelCluster
88
########################################
99

10-
AWS ParallelCluster is a framework that deploys and maintains high performance computing clusters on Amazon Web Services (AWS). Developed by AWS, AWS ParallelCluster facilitates both quick start proof of concepts (POCs) and production deployments. AWS ParallelCluster supports many different types of clustered applications and can easily be extended to support different frameworks. Download AWS ParallelCluster today to see how AWS ParallelCluster's command line interface leverages AWS CloudFormation templates and other AWS cloud services.
10+
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.
11+
Built on the Open Source CfnCluster project, AWS ParallelCluster enables you to quickly build an HPC compute environment in AWS.
12+
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.
13+
AWS ParallelCluster facilitates both quick start proof of concepts (POCs) and production deployments.
14+
You can build higher level workflows, such as a Genomics portal that automates the entire DNA sequencing workflow, on top of AWS ParallelCluster.
1115

1216
Installing AWS ParallelCluster
1317
==============================

docs/source/index.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
AWS ParallelCluster
88
###################
99

10-
AWS ParallelCluster ("cloud formation cluster") is a framework that deploys and maintains high performance computing clusters on Amazon Web Services (AWS). Developed by AWS, AWS ParallelCluster facilitates both quick start proof of concepts (POCs) and production deployments. AWS ParallelCluster supports many different types of clustered applications and can easily be extended to support different frameworks. Download AWS ParallelCluster today to see how AWS ParallelCluster's command line interface leverages AWS CloudFormation templates and other AWS cloud services.
10+
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.
11+
Built on the Open Source CfnCluster project, AWS ParallelCluster enables you to quickly build an HPC compute environment in AWS.
12+
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.
13+
AWS ParallelCluster facilitates both quick start proof of concepts (POCs) and production deployments.
14+
You can build higher level workflows, such as a Genomics portal that automates the entire DNA sequencing workflow, on top of AWS ParallelCluster.
1115

1216
.. toctree::
1317
:maxdepth: 2

0 commit comments

Comments
 (0)