| ... | ... | @@ -75,7 +75,7 @@ export PATH=$PROFILER_PATH/x86_64/bin/:$PATH |
|
|
|
Go the PDT folder type:
|
|
|
|
|
|
|
|
```
|
|
|
|
./configure -prefix=$PROFILER_PATH -useropt="-O2 -std=c++17"
|
|
|
|
./configure -prefix=$PROFILER_PATH
|
|
|
|
make
|
|
|
|
make install
|
|
|
|
```
|
| ... | ... | @@ -95,7 +95,7 @@ make install |
|
|
|
In the TAU folder, activate the `profilers` environment and type
|
|
|
|
|
|
|
|
```
|
|
|
|
./configure -prefix=$PROFILER_PATH/ -pdt=$PROFILER_PATH/ -scorep=$PROFILER_PATH -mpi -c++=g++ -cc=gcc -fortran=gfortran -bfd=$PROFILER_PATH/vendor/libbfd -unwind=$PROFILER_PATH/vendor/libunwind -useropt='-O2 -std=c++17'
|
|
|
|
./configure -prefix=$PROFILER_PATH/ -pdt=$PROFILER_PATH/ -scorep=$PROFILER_PATH -mpi -c++=g++ -cc=gcc -fortran=gfortran -bfd=$PROFILER_PATH/vendor/libbfd -unwind=$PROFILER_PATH/vendor/libunwind
|
|
|
|
make install
|
|
|
|
```
|
|
|
|
|
| ... | ... | |
| ... | ... | |