|
|
---
|
|
---
|
|
|
title: Profilage de code (C/C++/Fortran)
|
|
title: Profilage de code (C/C++/Fortran)
|
|
|
---
|
|
---
|
|
|
|
|
|
|
# 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.
|
| ... | @@ -31,6 +32,8 @@ Create the Conda environment as follows: |
... | @@ -31,6 +32,8 @@ Create the Conda environment as follows: |
|
|
mamba create --name profilers python=3.10 sphinx mpich-mpifort mpich-mpicc mpich-mpicxx netcdf4 six c-compiler compilers cxx-compiler clangdev llvmdev cmake
|
|
mamba create --name profilers python=3.10 sphinx mpich-mpifort mpich-mpicc mpich-mpicxx netcdf4 six c-compiler compilers cxx-compiler clangdev llvmdev cmake
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
Alternatively, the environment can also be download [here](uploads/c01b03d6b7cae396aa5d21bb2490f97e/profilers.yml)
|
|
|
|
|
|
|
Activate the environment:
|
|
Activate the environment:
|
|
|
|
|
|
|
|
```
|
|
```
|
| ... | |
... | |
| ... | | ... | |