File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
- At tau source code, configure -prefix=/opt/tau/2.34 -c++=mpicxx -cc=mpicc -mpi -openmp; make install
6
6
- But this may yield UNRESOLVED UNKNOWN for function name at postprocessing of profiling results
7
7
- Will need bintuils with -bfd options
8
- - Install binutils with configure command of ./configure --prefix=/opt/bintuils/2.43 --enable=shared --enable-6t4-bit-bfd --enalbe-install-libiberty ...
8
+ - Install binutils with configure command of ./configure --prefix=/opt/bintuils/2.40 --enable=shared --enable-6t4-bit-bfd --enalbe-install-libiberty ...
9
+ - Check configure script to check which version of binutils is supported
9
10
- Details are at apex/cmake/Modules/FindBFD.cmake
10
11
- make -j 20; make install
11
12
- Make sure that libiberty.a is installed
12
- - Then configure tau as configure -prefix=/opt/tau/2.34 -bfd=/opt/bin/utils/2.43 -c++=mpicxx -cc=mpicc -mpi -openmp; make install
13
+ - Then configure tau as configure -prefix=/opt/tau/2.34 -bfd=/opt/bin/utils/2.40 -c++=mpicxx -cc=mpicc -mpi -openmp; make install
13
14
14
15
## TAU + PDT
15
16
- Install PDT first. MPI not required
You can’t perform that action at this time.
0 commit comments