| ... | ... | @@ -13,6 +13,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.
|
| ... | ... | @@ -31,7 +32,7 @@ In this Wiki, we will provide a methodology to install and run some code profile |
|
|
|
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
|
|
|
|
mamba create --name profilers python=3.10 sphinx mpich-mpifort mpich-mpicc mpich-mpicxx netcdf4 six c-compiler compilers cxx-compiler clangdev llvmdev cmake
|
|
|
|
```
|
|
|
|
|
|
|
|
Activate the environment:
|
| ... | ... | |
| ... | ... | |