Recherche avancée
Résultats de recherche
5 résultats trouvés au total
Profiling Tools
Introduction This tutorial will guide you how to run intel profiling tools in AMD processors, we explore also the type of code we can profile. Advisor Project setup First of all, we prepare an executable to run the tests. You can use any code to run these ...
Checkpoint SLURM jobs
Introduction As you probably noticed, execution time for jobs in DCSR clusters is limited to 3 days. For those jobs that take more than 3 days and cannot be optimized or divided up into smaller jobs, DCSR's clusters provide a Checkpoint mechanism. This mechan...
Dask on curnagl
In order to use Dask in Curnagl you have to use the following packages: dask dask-jobqueue Note: please make sure to use version 2022.11.0 or later. Previous versions have some bugs on worker-nodes that make them very slow when using several threads. Dask ...
Compiling software using cluster libraries
If you see the following error when compiling a code on the cluster: fatal error: XXXX.h: No such file or directory That means that the software you are trying to compile needs a specific header file provided by a third party library. In order to use a thi...
Performance of LLM backends and models in Curnagl
TODO Introduction (Cristian) Backends and models tested (Margot) Hardware description (Margot) Inference latency results (Margot and Cristian) -> create one table per model and replace nodes names by GPU card name, we can also improve column titles. Introducti...