Install Amazon ParallelCluster as a standalone application - Amazon ParallelCluster
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Install Amazon ParallelCluster as a standalone application

Install Amazon ParallelCluster as a standalone application on your environment. Follow the instructions for installing Amazon ParallelCluster on an available OS in the following section.

Prerequisites
  • An environment with an operating system compatible with an available version of the installer.

    Note

    Amazon ParallelCluster requires NodeJS. Amazon ParallelCluster Installer includes a bundled version of NodeJS (v18), which is installed if it does not already exist. If your system is not compatible with NodeJS v18, you should install NodeJS before installing Amazon ParallelCluster.

Linux x86 (64-bit)
Install Amazon ParallelCluster on your environment.
  1. Download the latest pcluster installer.

  2. Unzip the installer bundle and install Amazon ParallelCluster by using the following commands:

    $ unzip pcluster-installer-bundle-3.9.1.608-node-v18.17.1-Linux_x86_64-signed.zip -d pcluster-installer-bundle $ cd pcluster-installer-bundle $ chmod +x install_pcluster.sh
  3. Run the following install script.

    $ bash install_pcluster.sh
  4. Verify that Amazon ParallelCluster is installed correctly.

    $ pcluster version { "version": "3.9.1" }
Troubleshooting pcluster installation errors
  • If the Amazon ParallelCluster version isn't returned in step 4, restart the terminal or source the bash_profile to update the PATH variable to include the new binary directory as shown in the following example:

    $ source ~/.bash_profile
  • If you use your pcluster installation to create clusters with CustomActions specified as HTTPS resources, rather than S3 URIs, you might see a WARNING message indicating that these resources might not be verified ([SSL: CERTIFICATE_VERIFY_FAILED]). This is caused by a known issue and you can ignore this warning if you trust the authenticity of the specified resources.

Previous installer bundle versions
  • None