Update Documentation authored by Camille Coti's avatar Camille Coti
...@@ -175,6 +175,9 @@ TAU (executables and libraries) is installed in a directory named after the curr ...@@ -175,6 +175,9 @@ TAU (executables and libraries) is installed in a directory named after the curr
A few notes: A few notes:
- This will enable support for pthreads. It is mandatory to add support for some concurrency, since StarPU is multithreaded. - This will enable support for pthreads. It is mandatory to add support for some concurrency, since StarPU is multithreaded.
- Support for Cuda can be added, with options like `-cupti` and `-cuda`. I don't have first-hand experience with the OpenCl support, but I know it exists. - Support for Cuda can be added, with options like `-cupti` and `-cuda`. I don't have first-hand experience with the OpenCl support, but I know it exists.
```
./configure -bfd=download -starpu=$STARPU -otf=download -cupti=$CUDA/extras/CUPTI/ -cuda=$CUDA
```
- The last configure command that was executed is kept in `.last_config`. All the configure commands that were executed previously are kept in `.all_config`. - The last configure command that was executed is kept in `.last_config`. All the configure commands that were executed previously are kept in `.all_config`.
### Profile a StarPU application using TAU ### Profile a StarPU application using TAU
... ...
......