Welcome to the BEPPP Tutorials =============================================== This material got collected and created for the 2024 edition of the `PDC Summer School `_. Its primarily targeting people who want to analyize the performance of their parallel codes using a free and open source toolset. To follow along, you should feel relatively comfortable using GNU/Linux machines and have e.g. an idea what `MPI Point-to-Point communication `_ means. .. warning:: **We are still adding content to the tutorials, so you might wanna bookmark the page and check it later.** Requirements -------------- To follow the tutorials you can either install the tools according to their installation guides, or just use the **docker** receipt we provide. In the tutorials, we will assume that you are working with the docker container. Contributing -------------- As our goal is to make it as easy as possible, please feel free to `raise an issue `_ or send a mail (`joan.vinyals@bsc.es `_ or `valentin.seitz@bsc.es `_), if you feel a bit stuck somewhere or if something isn't working for you. We also invite contributions via merge requests or patches. Other ------- Generally, we try to follow the `Diataxis `_ approach. .. toctree:: :caption: Setup :hidden: setup.rst .. toctree:: :caption: TALP :hidden: talp/overview.rst talp/how_to.rst talp/tutorial.rst