| ... | ... | @@ -7,6 +7,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.
|
| ... | ... | @@ -45,6 +46,7 @@ Next, create some environment variables that will be used all along the compilat |
|
|
|
```
|
|
|
|
export CC=gcc
|
|
|
|
export FC=gfortran
|
|
|
|
export F77=gfortran
|
|
|
|
export CXX=g++
|
|
|
|
export MPICC=mpicc
|
|
|
|
export MPICXX=mpic++
|
| ... | ... | |
| ... | ... | |