Skip to content

Commit 6fb97f5

Browse files
authored
use binutils 2.40
1 parent f75e82e commit 6fb97f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

install_tau.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
- At tau source code, configure -prefix=/opt/tau/2.34 -c++=mpicxx -cc=mpicc -mpi -openmp; make install
66
- But this may yield UNRESOLVED UNKNOWN for function name at postprocessing of profiling results
77
- 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
910
- Details are at apex/cmake/Modules/FindBFD.cmake
1011
- make -j 20; make install
1112
- 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
1314

1415
## TAU + PDT
1516
- Install PDT first. MPI not required

0 commit comments

Comments
 (0)