| ... | @@ -6,6 +6,7 @@ title: Profilage de Code |
... | @@ -6,6 +6,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.
|
| ... | @@ -96,7 +97,7 @@ make install |
... | @@ -96,7 +97,7 @@ make install |
|
|
Go the Score-P folder, activate the `profilers` environment and type:
|
|
Go the Score-P folder, activate the `profilers` environment and type:
|
|
|
|
|
|
|
|
```
|
|
```
|
|
|
./configure --prefix=$PROFILER_PATH --with-mpi=mpich4 --without-shmem --with-libbfd=$PROFILER_PATH --with-libunwind=$PROFILER_PATH --enable-shared
|
|
./configure --prefix=$PROFILER_PATH --with-mpi=mpich4 --without-shmem --with-libbfd=download --with-libunwind=download --enable-shared
|
|
|
make
|
|
make
|
|
|
make install
|
|
make install
|
|
|
```
|
|
```
|
| ... | |
... | |
| ... | | ... | |