| ... | ... | @@ -2,6 +2,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,7 +65,7 @@ export MPICC=mpicc |
|
|
|
export MPICXX=mpic++
|
|
|
|
export MPIFORT=mpifort
|
|
|
|
export FCFLAGS="-ffree-form"
|
|
|
|
export LD_LIBRARY_PATH=$PROFILER_PATH/lib:$LD_LIBRARY_PATH
|
|
|
|
export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$PROFILER_PATH/lib
|
|
|
|
export PATH=$PROFILER_PATH/bin:$PATH
|
|
|
|
export PATH=$PROFILER_PATH/x86_64/bin/:$PATH
|
|
|
|
```
|
| ... | ... | |
| ... | ... | |