Software installed on the clusters is organised and managed with environment modules that allow choosing a specific version of a software package compiled with a given compiler, linked to chosen libraries, etc. This session explains how modules are used on the clusters. |
Vim is a very powerful text editor installed on all Unix systems, including Mac OSX, and used by many programs as default text editor. Knowing the basics is crucial on HPC. Mastering it will dramatically speed up tasks like the edition of submition scripts, configuration files, code,... |
Come here to learn the baisc on how to create small scripts to simplify your workflow.
Bash is the default shell on many systems and allows writing scripts to automate things. This session gives a basic introduction to programming with Bash.