Update Documentation authored by Camille Coti's avatar Camille Coti
...@@ -174,7 +174,7 @@ TAU (executables and libraries) is installed in a directory named after the curr ...@@ -174,7 +174,7 @@ 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. Sorry, but there is currently a bug in the StarPU + Cupti support.
``` ```
./configure -bfd=download -starpu=$STARPU -otf=download -cupti=$CUDA/extras/CUPTI/ -cuda=$CUDA ./configure -bfd=download -starpu=$STARPU -otf=download -cupti=$CUDA/extras/CUPTI/ -cuda=$CUDA
``` ```
... ...
......