| ... | ... | @@ -24,7 +24,7 @@ In order to be able to profile `for` loops, the [Salt](https://github.com/ParaTo |
|
|
|
Create the Conda environment as follows:
|
|
|
|
|
|
|
|
```
|
|
|
|
mamba create --name profilers python=3.10 sphinx mpich-mpifort=3 mpich-mpicc=3 mpich-mpicxx=3 netcdf4 six c-compiler compilers cxx-compiler clangdev flang llvmdev cmake
|
|
|
|
mamba create --name profilers python=3.10 sphinx mpich-mpifort mpich-mpicc mpich-mpicxx netcdf4 six c-compiler compilers cxx-compiler clangdev flang llvmdev cmake
|
|
|
|
```
|
|
|
|
|
|
|
|
Activate the environment:
|
| ... | ... | @@ -115,10 +115,10 @@ export PATH=$PROFILER_PATH/x86_64/bin/:$PATH |
|
|
|
When the variables are defined, go to the Tau folder and type:
|
|
|
|
|
|
|
|
```
|
|
|
|
./configure -prefix=$PROFILER_PATH/ -c++=clang++ -cc=clang -fortran=flang-new -bfd=download -unwind=download
|
|
|
|
./configure -prefix=$PROFILER_PATH/ -c++=clang++ -cc=clang -fortran=flang-new -bfd=download -unwind=download -zlib=download
|
|
|
|
make install
|
|
|
|
|
|
|
|
./configure -prefix=$PROFILER_PATH/ -c++=clang++ -cc=clang -fortran=flang-new -bfd=download -unwind=download -mpi
|
|
|
|
./configure -prefix=$PROFILER_PATH/ -c++=clang++ -cc=clang -fortran=flang-new -bfd=download -unwind=download -zlib=download -mpi
|
|
|
|
make install
|
|
|
|
```
|
|
|
|
|
| ... | ... | |
| ... | ... | |