Add reference to TOOLS in README

Fix typo in TOOLS

Change-Id: I1524319ff60d33aa97c736e128f0a05cd05d29ec
This commit is contained in:
Cetnerowski, Adam
2018-07-13 13:29:58 +02:00
committed by sys_ocldev
parent d9d169eb94
commit 7bc1bc3c9c
2 changed files with 11 additions and 10 deletions

View File

@ -39,10 +39,10 @@ This should return 2 lines. Otherwise follow sepdk installation in VTune documen
## Running VTune
```
/opt/intel/vtune_amplifier_2018/bin64/amplxe-gui'
/opt/intel/vtune_amplifier_2018/bin64/amplxe-gui
```
Note: If you built Metrics Discovery with libstdc++ > 3.4.20, please use the following workaround:
Note: If you built Metrics Discovery with libstdc++ > 3.4.20, please use the following workaround:
```
sudo sh -c 'LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6 /opt/intel/vtune_amplifier_2018/bin64/amplxe-gui'