| ... | @@ -14,6 +14,7 @@ title: Profilage de Code |
... | @@ -14,6 +14,7 @@ title: Profilage de Code |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Code profilers
|
|
# Code profilers
|
|
|
|
|
|
|
|
In this Wiki, we will provide a methodology to install and run some code profilers. This has been tested on a specific Conda environment.
|
|
In this Wiki, we will provide a methodology to install and run some code profilers. This has been tested on a specific Conda environment.
|
| ... | @@ -125,9 +126,6 @@ make install |
... | @@ -125,9 +126,6 @@ make install |
|
|
> **CAUTION**
|
|
> **CAUTION**
|
|
|
> In TAU, each set of compile options generate a specific Makefile. In the above, the generated Makefile will include PAPI, PDT, Score-P and MPI. To compile a non-MPI program, re-compile TAU without the `-mpi` option
|
|
> In TAU, each set of compile options generate a specific Makefile. In the above, the generated Makefile will include PAPI, PDT, Score-P and MPI. To compile a non-MPI program, re-compile TAU without the `-mpi` option
|
|
|
|
|
|
|
|
> **IMPORTANT!**
|
|
|
|
|
> The `-scorep` options does not work due to a failure of shared library building of Score-P
|
|
|
|
|
|
|
|
|
|
## Profile
|
|
## Profile
|
|
|
|
|
|
|
|
### Profile with TAU
|
|
### Profile with TAU
|
| ... | |
... | |
| ... | | ... | |