| ... | @@ -5,6 +5,7 @@ title: Profilage de Code |
... | @@ -5,6 +5,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.
|
| ... | @@ -70,7 +71,7 @@ This will allow the compilation of Score-P and TAU with an automatic compile of |
... | @@ -70,7 +71,7 @@ This will allow the compilation of Score-P and TAU with an automatic compile of |
|
|
In the PDT folder, type:
|
|
In the PDT folder, type:
|
|
|
|
|
|
|
|
```
|
|
```
|
|
|
./configure -prefix=$PROFILER_PATH
|
|
./configure -prefix=$PROFILER_PATH -GNU
|
|
|
make
|
|
make
|
|
|
make install
|
|
make install
|
|
|
```
|
|
```
|
| ... | |
... | |
| ... | | ... | |