Difference between revisions of "BwUniCluster2.0/Maintenance/2020-10"

From bwHPC Wiki
Jump to: navigation, search
(Created page with "The following changes are planned for the maintenance interval starting on 06.10.2020 (Tuesday) and ending on 13.10.2020 (Tuesday). = Operating system = * The operation syst...")
 
Line 3: Line 3:
 
= Operating system =
 
= Operating system =
   
* The operation system Red Hat Enterprise Linux (RHEL) 7.7 will be upgraded to RHEL 8.2.
+
* The operating system version is upgraded to Red Hat Enterprise Linux (RHEL) 8.2. We recommend to re-compile all applications after the upgrade.
   
* The kernel version will be upgraded from 3.10 to 4.18.
+
* The Linux kernel version is upgraded to 4.18 (from 3.10).
   
* The Mellanox OFED InfiniBand Stack will be upgraded from version 4.7 to 4.9. If you maintain your own MPI libraries (e.g. official or patched versions of OpenMPI, MVAPICH etc. compiled in your $HOME directory), we recommend to re-compile these libraries after the upgrade.
+
* The Mellanox OFED InfiniBand Stack is upgraded to version 4.9 (from 4.7). If you maintain libraries which directly link against OFED libraried (e.g. MPI or PGAS libraries compiled in your $HOME directory) we recommend to re-compile these libraries after the upgrade.
   
= Compilers and Libaries =
+
= Compilers, Libaries and Runtime Environments =
   
* The GNU C Library (glibc) will be upgraded from version 2.17 to
+
* The GNU C Library (glibc) is upgraded to version 2.28 (from 2.17). This version will no longer automatically print backtraces after stack checking failures due to security hardening, which might affect the debugging of applications.
   
* The default system compiler will be upgraded from GCC version 4.8.5 to 8.3.1.
+
* The default system compiler is upgraded to GCC version 8.3.1 (from 4.8.5).
   
  +
* The Intel compiler modules will not change.
= Userspace tools =
 
   
  +
* The Clang 8 module will probably be replaced in favor of Clang 10. The final decision has not been made yet. Clang 9 will continue to be available in any case.
* The ''screen'' utility is no longer supported by Red Hat. The recommended replacement is ''tmux''.
 
  +
  +
* The system ''Python'' version is upgraded to 3.6. If no other Python module is loaded, the ''python'' command will default to Python 3.6, while Python 2.7 can be used with the ''python2'' command.
  +
  +
* The system ''Perl'' version is upgraded to 5.26.
  +
  +
= Development tools =
  +
  +
* The default system version of the ''GNU Make'' build utility is upgraded to 4.2.1. Please note the new ''--output-sync'' command line option that allows better debugging of parallel builds.
  +
  +
* The default system version of the ''CMake'' build system is upgraded to 3.11.
  +
  +
* The default system version of the ''Git'' version control utility is upgraded to 2.18.
  +
  +
= Userspace tools =
   
  +
* The ''screen'' utility is no longer supported. The recommended replacement is ''tmux''.
* The default version of the Git version control utility will be 2.18.
 
   
 
= Batch system =
 
= Batch system =
   
* The maximum number of jobs a single user in all queues will be reduced to 100 (from 200).
+
* The maximum total number of jobs of a single user in all queues (running and waiting) will be reduced to 100 (from 200).
   
 
= Graphics stack =
 
= Graphics stack =
   
* The K Desktop Environment (KDE) is no longer supported by Red Hat. ''start_vnc_desktop'' will default to GNOME after the upgrade.
+
* The K Desktop Environment (KDE) is no longer supported. ''start_vnc_desktop'' will default to GNOME 3.28 instead.

Revision as of 15:23, 8 September 2020

The following changes are planned for the maintenance interval starting on 06.10.2020 (Tuesday) and ending on 13.10.2020 (Tuesday).

1 Operating system

  • The operating system version is upgraded to Red Hat Enterprise Linux (RHEL) 8.2. We recommend to re-compile all applications after the upgrade.
  • The Linux kernel version is upgraded to 4.18 (from 3.10).
  • The Mellanox OFED InfiniBand Stack is upgraded to version 4.9 (from 4.7). If you maintain libraries which directly link against OFED libraried (e.g. MPI or PGAS libraries compiled in your $HOME directory) we recommend to re-compile these libraries after the upgrade.

2 Compilers, Libaries and Runtime Environments

  • The GNU C Library (glibc) is upgraded to version 2.28 (from 2.17). This version will no longer automatically print backtraces after stack checking failures due to security hardening, which might affect the debugging of applications.
  • The default system compiler is upgraded to GCC version 8.3.1 (from 4.8.5).
  • The Intel compiler modules will not change.
  • The Clang 8 module will probably be replaced in favor of Clang 10. The final decision has not been made yet. Clang 9 will continue to be available in any case.
  • The system Python version is upgraded to 3.6. If no other Python module is loaded, the python command will default to Python 3.6, while Python 2.7 can be used with the python2 command.
  • The system Perl version is upgraded to 5.26.

3 Development tools

  • The default system version of the GNU Make build utility is upgraded to 4.2.1. Please note the new --output-sync command line option that allows better debugging of parallel builds.
  • The default system version of the CMake build system is upgraded to 3.11.
  • The default system version of the Git version control utility is upgraded to 2.18.

4 Userspace tools

  • The screen utility is no longer supported. The recommended replacement is tmux.

5 Batch system

  • The maximum total number of jobs of a single user in all queues (running and waiting) will be reduced to 100 (from 200).

6 Graphics stack

  • The K Desktop Environment (KDE) is no longer supported. start_vnc_desktop will default to GNOME 3.28 instead.