Session #3: 18 September 2018

Talks:

  • Using dask for the rioc cluster, Loïc Estève (SED). Slides, demo Jupyter notebook.
  • tmux, Vivien Mallet (CLIME). tmux stands for terminal multiplexer, an alternative to the command-line tool called “screen”, enabling users to launch long-standing processes without fearing about closing the window from where these processes have been launched. Here is a good starting point for a .tmux.conf configuration file.
  • Continuous Integration: Jenkins Pipelines, Thierry Martinez (SED). Pipelines are the modern way to setup continuous integration jobs, in a Jenkinsfile that is stored directly in the versioned repository of your project. Slides, .tex