03-TAMPI ======== This folder contains two guided exercices to experiment with the Task-Aware MPI (TAMPI) library. Those are the N-body and Heat diffusion benchmarks. Both of them contain comments preceded by the keyword `TODO`, in which we give some hints about what you should add or modify in order to leverage TAMPI features. Before proceeding to those exercices, you should execute the following command at the current directory to setup the necessary environment:: $ source configure.sh Once the environment is loaded, you can follow the instructions of each exercice. .. include:: nbody/README.rst .. include:: heat/README.rst