| ... | ... | @@ -4,6 +4,7 @@ title: Profilage de Code |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 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.
|
| ... | ... | @@ -64,16 +65,6 @@ mv libbfd.a save-libbfd.a |
|
|
|
|
|
|
|
This will allow the compilation of Score-P and TAU with an automatic compile of the BFD library
|
|
|
|
|
|
|
|
### Compilation BFD
|
|
|
|
|
|
|
|
Go in the BFD folder and type:
|
|
|
|
|
|
|
|
```
|
|
|
|
./configure --prefix=$PROFILER_PATH
|
|
|
|
make
|
|
|
|
make install
|
|
|
|
```
|
|
|
|
|
|
|
|
### Compilation PDT
|
|
|
|
|
|
|
|
In the PDT folder, type:
|
| ... | ... | |
| ... | ... | |