Essential basics

Linux Commands You will need to learn a dozen or so Linux/UNIX commands. Here are some external sites that have some good tutorials. Linux command cheat sheet – This is a PDF that can be downloaded. Useful as a quick reference to the really useful Linux / UNIX commands. UNIX Tutorial for Beginners – Eight simple tutorials … 

 

Set your preferable GCC version

By default, GCC available in the system is 4.8. In case, your requirement is an updated version you can set it in your home bashrc as per the version you need. We have devtoolset istalled on Cluster. Installed versions – devtoolset-7 to devtoolset-11 Let’s see how to set gcc version 7 in below example – …