Learning How to program on HPC cluster (part II: C, Python)

Europe/Brussels
SCES A.04B (Louvain-La-Neuve)

SCES A.04B

Louvain-La-Neuve

Place des Sciences,2 1348 Louvain-la-Neuve Belgium
Description
In this session we will cover the basics of some of the most common programming languages for HPC (syntax and basic concept)

Contents:

  • Introduction to programation with C language
  • Debugging and profiling scientific code, and commercial optimized libraries
  • Introduction to structured programming with Fortran

Prerequisite:

  • Being able to use SSH with private keys 
  • Being familiar with a text editor 
  • Mastering the Linux command line and the GNU utilities (mkdir, cp, scp, etc.)
Type: Hands-on
Target audience: Rookie programmers
Must: This session is a must for anyone who needs to write programs.
Registration
Registration
39 / 50
    • 1
      Introduction to Python

      Python is a programming language that can be used both for scientific computing (as a replacement for Fortran or C/C++) and for everyday scripting (as a replacement for Bash or Perl), but also to develop full programs with a GUI as well as headless services. It is a very nice tool to include in any scientist's toolbox.

      Contents:

      • Language syntax
      • The core modules
      • Installing external modules
      • Writing and distributing modules

      Prerequisite:

      • Being able to use SSH with private keys 
      • Being familiar with a text editor 
      • Mastering the Linux command line and the GNU utilities (mkdir, cp, scp, etc.)
      • Notions of programming

      Type: Hands-on
      Target audience: Rookie programmer
      Must: This session is a nice-to-have for those who do not know Python.

       

      Speaker: Mr Jérôme de Favereau (UCLouvain/IRMP/CP3)
    • 2
      Python: Object Oriented Programming
      Speaker: Dr Olivier Mattelaer (UCLouvain/CISM)
    • 3
      Python: Functional Programming
      Speaker: pieter heremans (UCLouvain)