Learning how to use HPC infrastructure (part III: editing files, code versioning)
Tuesday, 14 October 2025 -
09:30
Monday, 13 October 2025
Tuesday, 14 October 2025
09:30
Writing and editing text files with Vim
-
Jérôme de Favereau
(
UCLouvain/IRMP/CP3
)
Writing and editing text files with Vim
Jérôme de Favereau
(
UCLouvain/IRMP/CP3
)
09:30 - 12:30
Room: CYCL09b
<table border="0" cellpadding="10px"> <tbody> <tr> <td colspan="2"> <p>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, ... </p> </td> </tr> <tr> <td rowspan="2"> <p><strong>Contents:</strong></p> <ul> <li> Why use VIM on user interfaces ? </li> <li> VIM modes </li> <li> Movement and action commands</li> <li> Macros </li> <li> Plugins </li> </ul> </td> <td> <p><strong>Prerequisite:</strong></p> <ul> <li>Being able to use SSH with private keys </li> </ul> </td> </tr> <tr> <td> <p><strong>Type</strong>: Hands-on<br /> <strong>Target audience</strong>: Everyone<br /> <strong>Must: </strong>This session is a must for anyone.</p> </td> </tr> </tbody> </table>
13:30
Code and Text Versionning: git and github
Code and Text Versionning: git and github
13:30 - 16:00
Room: CYCL09b
Come to learn how to save your progress when writing code/text and how to collaborate efficiently when you collaborate with your colleagues.