Skip to content

Releases: aws/aws-parallelcluster

AWS ParallelCluster 2.2.1

28 Feb 11:41
9e76b10
Compare
Choose a tag to compare

We're excited to announce the release of AWS ParallelCluster 2.2.1.

Upgrade

How to upgrade?

sudo pip install --upgrade aws-parallelcluster

Features

  • Support for FSx Lustre with Centos 7
  • Check AWS EC2 account limits before starting cluster creation
  • Allow users to force job deletion with SGE scheduler

Changes

  • Set default value to compute for placement_group option
  • pcluster ssh: use private IP when the public one is not available
  • pcluster ssh: now works also when stack is not completed as long as the master IP is available

Bugfixes

  • awsbsub: fix file upload with absolute path
  • pcluster ssh: fix issue that was preventing the command from working correctly when stack status is UPDATE_ROLLBACK_COMPLETE
  • Fix block device conversion to correctly attach EBS nvme volumes
  • Wait for Torque scheduler initialization before completing master node setup
  • pcluster version: now works also when no ParallelCluster config is present
  • Improve nodewatcher daemon logic to detect if a SGE compute node has running jobs

Support

Need help / have a feature request?
AWS Support: https://console.aws.amazon.com/support/home
ParallelCluster Issues tracker on GitHub: https://github.com/aws/aws-parallelcluster
The HPC Forum on the AWS Forums page: https://forums.aws.amazon.com/forum.jspa?forumID=192

AWS ParallelCluster 2.1.1

08 Jan 14:04
1e0fbc6
Compare
Choose a tag to compare

We're excited to announce the release of AWS ParallelCluster 2.1.1.

Upgrade

How to upgrade?

sudo pip install --upgrade aws-parallelcluster

Features

  • Support for AWS Beijing Region (cn-north-1) and Ningxia Region (cn-northwest-1)

Bugfixes

  • No longer schedule jobs on compute nodes that are terminating

Support

Need help / have a feature request?
AWS Support: https://console.aws.amazon.com/support/home
ParallelCluster Issues tracker on GitHub: https://github.com/aws/aws-parallelcluster
The HPC Forum on the AWS Forums page: https://forums.aws.amazon.com/forum.jspa?forumID=192

AWS ParallelCluster v2.1.0

07 Jan 22:15
Compare
Choose a tag to compare

We're excited to announce the release of AWS ParallelCluster 2.1.0.

Upgrade

How to upgrade?

sudo pip install --upgrade aws-parallelcluster

Features

  • Support for Elastic File System (EFS)
  • AWS Batch Multinode Parallel support
  • Support for RAID 0 and 1 EBS Volumes
  • Support for AWS Stockholm Region (eu-north-1)

Bugfixes

  • No longer schedule jobs on compute nodes that are terminating

Support

Need help / have a feature request?
AWS Support: https://console.aws.amazon.com/support/home
ParallelCluster Issues tracker on GitHub: https://github.com/aws/aws-parallelcluster
The HPC Forum on the AWS Forums page: https://forums.aws.amazon.com/forum.jspa?forumID=192

AWS ParallelCluster v2.0.2

20 Nov 00:04
Compare
Choose a tag to compare

We're excited to announce the release of AWS ParallelCluster 2.0.2.

Upgrade

How to upgrade?

sudo pip install --upgrade aws-parallelcluster

Features

  • Support for new GovCloud region us-gov-east-1

Bugfixes

  • Fix regression with shared_dir parameter in the cluster configuration section.
  • Fixed issue with jq that prevented customers from using extra_json
  • Fixed issue with awscli version on ubuntu1404

Support

Need help / have a feature request?
AWS Support: https://console.aws.amazon.com/support/home
ParallelCluster Issues tracker on GitHub: https://github.com/aws/aws-parallelcluster
The HPC Forum on the AWS Forums page: https://forums.aws.amazon.com/forum.jspa?forumID=192

AWS ParallelCluster v2.0.1

20 Nov 00:03
Compare
Choose a tag to compare

We're excited to announce the release of AWS ParallelCluster 2.0.1.

Upgrade

How to upgrade?

sudo pip install --upgrade aws-parallelcluster

Bugfixes

  • Fix pcluster configure and pcluster createami commands

Support

Need help / have a feature request?
AWS Support: https://console.aws.amazon.com/support/home
ParallelCluster Issues tracker on GitHub: https://github.com/aws/aws-parallelcluster
The HPC Forum on the AWS Forums page: https://forums.aws.amazon.com/forum.jspa?forumID=192

AWS ParallelCluster v2.0.0

19 Nov 22:21
Compare
Choose a tag to compare

We are happy to launch AWS ParallelCluster!

AWS ParallelCluster is an enhanced and productized version of CfnCluster.

Moving from CfnCluster to AWS ParallelCluster

If you are a previous CfnCluster’s user, we encourage you to start using and creating new clusters only with AWS ParallelCluster. Clusters created with CfnCluster can continue to be managed with CfnCluster and clusters created with AWS ParallelCluster can coexist.

The configuration file from cfncluster can be used with AWS ParallelCluster. To read more about the differences see: https://aws-parallelcluster.readthedocs.io/en/latest/getting_started.html#moving-from-cfncluster-to-aws-parallelcluster

Installation

How to install?

sudo pip install aws-parallelcluster

Features

  • AWS Batch Integration
  • Support for creating custom AMI's
  • Multiple EBS Volume support

Support

Need help / have a feature request?
AWS Support: https://console.aws.amazon.com/support/home
ParallelCluster Issues tracker on GitHub: https://github.com/aws/aws-parallelcluster
The HPC Forum on the AWS Forums page: https://forums.aws.amazon.com/forum.jspa?forumID=192

CfnCluster v1.6.1

30 Oct 21:41
f9ff393
Compare
Choose a tag to compare

We are happy to announce the availability of CfnCluster v1.6.1.

How to update?

sudo pip install --upgrade cfncluster

Features:

  • Fix a bug in cfncluster configure introduced in 1.6.0

Need help / have a feature request?
CfnCluster Issues tracker on GitHub: https://github.com/awslabs/cfncluster
The HPC Forum on the AWS Forums page: https://forums.aws.amazon.com/forum.jspa?forumID=192

CfnCluster v1.6.0

26 Oct 00:11
11f29da
Compare
Choose a tag to compare

We are happy to announce the availability of CfnCluster v1.6.0.

How to update?

sudo pip install --upgrade cfncluster

Features:

  • Refactor scaling up to take into account the number of pending/requested jobs/slots and instance slots.
  • Refactor scaling down to scale down faster and take advantage of per-second billing.
  • Add scaledown_idletime parameter as part of scale-down refactoring
  • Lock hosts before termination to ensure removal of dead compute nodes from host list
  • Fix HTTP proxy support

Need help / have a feature request?
CfnCluster Issues tracker on GitHub: https://github.com/awslabs/cfncluster
The HPC Forum on the AWS Forums page: https://forums.aws.amazon.com/forum.jspa?forumID=192

CfnCluster v1.5.4

30 Aug 18:18
a846029
Compare
Choose a tag to compare

We are happy to announce the availability of CfnCluster v1.5.4.

How to update?

sudo pip install —upgrade cfncluster

Features:

  • Cfncluster update bugfix, see #495
  • Option to disable ganglia with extra_json = { "cfncluster" : { "ganglia_enabled" : "no" } }
  • Updated AMI’s with the latest security patches

Need help / have a feature request?
CfnCluster Issues tracker on GitHub: https://github.com/awslabs/cfncluster
The HPC Forum on the AWS Forums page: https://forums.aws.amazon.com/forum.jspa?forumID=192

CfnCluster v1.5.3

09 Aug 16:43
687118b
Compare
Choose a tag to compare

We are happy to announce the availability of CfnCluster v1.5.3.

How to update?

sudo pip install —upgrade cfncluster

Features:

Need help / have a feature request?
CfnCluster Issues tracker on GitHub: https://github.com/awslabs/cfncluster
The HPC Forum on the AWS Forums page: https://forums.aws.amazon.com/forum.jspa?forumID=192