Skip to content

Commit

Permalink
Fixed example README
Browse files Browse the repository at this point in the history
Former-commit-id: 3a1afd54d1c8a7113f89916e1a86bfb2ef538ae3
  • Loading branch information
uojalcaraz committed Jul 9, 2024
1 parent 8d235dc commit 42bca24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dyninst-hdf5-mpi/README
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To run this example follow the next steps:
export LD_LIBRARY_PATH=$HOME/tau2/x86_64/lib/:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$HOME/dyninst/lib/:$LD_LIBRARY_PATH
4. Set the DYNINSTAPI_RT_LIB, DYNINSTAPI_RT_LIB=$HOME/dyninst/lib/libdyninstAPI_RT.so
5. Check the libraries used by the executable with: ldd h5ex_d_hyper
5. Check the libraries used by the executable with: ldd ./parallel2darray
6. Instrument the hdf5 library that ldd printed, i.e.: libhdf5.so.310
tau_run -v -l -T mpi ${HDF5_PATH}/lib/libhdf5.so.310 -o libhdf5.so.310
7. If you use ldd again, you will see that the original library is used, export your current path to LD_LIBRARY_PATH
Expand Down

0 comments on commit 42bca24

Please sign in to comment.