|
|
|
---
|
|
|
|
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.
|
| ... | ... | @@ -54,8 +45,6 @@ export MPICC=mpicc |
|
|
|
export MPICXX=mpic++
|
|
|
|
export MPIFORT=mpifort
|
|
|
|
export FCFLAGS="-ffree-form"
|
|
|
|
export PAPI_INC=$PROFILER_PATH/include
|
|
|
|
export PAPI_LIB=$PROFILER_PATH/lib
|
|
|
|
export LD_LIBRARY_PATH=$PROFILER_PATH/lib:$LD_LIBRARY_PATH
|
|
|
|
export PATH=$PROFILER_PATH/bin:$PATH
|
|
|
|
export PATH=$PROFILER_PATH/x86_64/bin/:$PATH
|
| ... | ... | |
| ... | ... | |