File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ CHANGELOG
20
20
avoid ambiguity. If only GPU requirements are specified, cluster will scale up to the minimum number of nodes
21
21
required to satisfy all GPU requirements.
22
22
* 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
24
24
* Additional EC2 IAM Policies can now be added to the role ParallelCluster automatically creates for cluster nodes by
25
25
simply specifying ``additional_iam_policies `` in the cluster config.
26
26
27
27
**CHANGES **
28
28
29
29
* Ubuntu 14.04 is no longer supported
30
30
* 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.
32
32
* Upgrade NVIDIA driver to Tesla version 418.87.
33
33
* Upgrade CUDA library to version 10.1.
34
34
* Upgrade Slurm to version 19.05.3-2.
@@ -63,6 +63,7 @@ CHANGELOG
63
63
* Fix bug that was preventing nodes to mount partitioned EBS volumes.
64
64
* Implement paginated calls in ``pcluster list ``.
65
65
* 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.
66
67
67
68
2.4.1
68
69
=====
You can’t perform that action at this time.
0 commit comments