File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ CHANGELOG
2020 avoid ambiguity. If only GPU requirements are specified, cluster will scale up to the minimum number of nodes
2121 required to satisfy all GPU requirements.
2222* Add new cluster configuration option to automatically disable Hyperthreading (``disable_hyperthreading = true ``)
23- * Install Intel Parallel Studio 2019.5 Runtime in Centos 7 AMI and share /opt/intel over NFS.
23+ * Install Intel Parallel Studio 2019.5 Runtime in Centos 7 when `` enable_intel_hpc_platform = true `` and share /opt/intel over NFS
2424* Additional EC2 IAM Policies can now be added to the role ParallelCluster automatically creates for cluster nodes by
2525 simply specifying ``additional_iam_policies `` in the cluster config.
2626
2727**CHANGES **
2828
2929* Ubuntu 14.04 is no longer supported
3030* Upgrade Intel MPI to version U5.
31- * Upgrade EFA Installer to version 1.6.2 , this also upgrades Open MPI to 4.0.2.
31+ * Upgrade EFA Installer to version 1.7.0 , this also upgrades Open MPI to 4.0.2.
3232* Upgrade NVIDIA driver to Tesla version 418.87.
3333* Upgrade CUDA library to version 10.1.
3434* Upgrade Slurm to version 19.05.3-2.
@@ -63,6 +63,7 @@ CHANGELOG
6363* Fix bug that was preventing nodes to mount partitioned EBS volumes.
6464* Implement paginated calls in ``pcluster list ``.
6565* Fix bug when creating ``awsbatch `` cluster with name longer than 31 chars
66+ * Fix a bug that lead to ssh not working after ssh'ing into a compute node by ip address.
6667
67682.4.1
6869=====
You can’t perform that action at this time.
0 commit comments