The PaneSlider is a component from dtkWidgets that displays widgets and that can slide on the right to display more menus. Currently this PaneSlider is a bit problematic. There are some annoying bugs related to sliding, where it only slide halfway or where widgets are not displayed . To find your way in all the classes in the project, I made a map of classes. You’ll find for every class its slots, signals, methods and mother class (in red). On the top-right corner you’ll find the file and the line number to find the class easily.
GPU cards were originally designed for graphics. Over years, their powerful massively parallel architectures became used for AI and HPC computations. High level frameworks, like Tensorflow or Pytorch in the deep-learning field, permitted wide adoption by hiding complexity from lower programming layers like CUDA.
Containers are becoming a very popular way of packaging software nowadays. The most used format is currently docker container images. One problem with docker is that you can’t use it on Nef since it requires a root daemon that bypasses the OAR scheduler running on Nef nodes. So we need a way to run containers as a user inside a job on Nef. To do this, we can use the singularity software that provides the same functionality as docker and can even import docker files.