Closed beepy0 closed 5 years ago
/opt/intel/vtune_amplifier_2018.0.2.525261/bin64/
/opt/intel/vtune_amplifier_2019.3.0.590814/bin64/
out files that can be executed to start are either:
/opt/intel/system_studio_2019/vtune_amplifier_2019.3.0.590814/bin64/amplxe-cl -collect hotspots -knob sampling-mode=hw -finalization-mode=full -app-working-dir /home/morty/sketch_profiling/ -- /home/morty/sketch_profiling/FILENAME
/opt/intel/system_studio_2019/vtune_amplifier_2019.3.0.590814/bin64/amplxe-cl -collect uarch-exploration -knob collect-memory-bandwidth=true -target-duration-type=veryshort -finalization-mode=full -app-working-dir /home/morty/sketch_profiling/ -- /home/morty/sketch_profiling/FILENAME
rsync -chavzP --stats /home/meggamorty/CLionProjects/thesis/optimization/cmake-build-debug/optimization morty@cloud-40.dima.tu-berlin.de:/home/morty/FOLDER
rsync -chavzP --stats morty@cloud-40.dima.tu-berlin.de:/home/morty/sketch_profiling/COPYDIR /home/meggamorty/vtune-reports/PASTEDIR
Missing debug information: https://software.intel.com/en-us/vtune-amplifier-help-error-cannot-locate-debug-info
[x] Get access from Martin
[x] Run the OpenMP dummy tests on the local Intel machine
[x] Run VTune Analysis on the local machine
[x] Run VTune Analysis on the remote machine via CLI
[x] Transfer the file to the local machine https://stackoverflow.com/questions/9090817/copying-files-using-rsync-from-remote-server-to-local-machine
PATH to installed version is:
Remote
/opt/intel/vtune_amplifier_2018.0.2.525261/bin64/
Local
/opt/intel/vtune_amplifier_2019.3.0.590814/bin64/
out files that can be executed to start are either:
Sample CLI run:
Hotspot Analysis
/opt/intel/system_studio_2019/vtune_amplifier_2019.3.0.590814/bin64/amplxe-cl -collect hotspots -knob sampling-mode=hw -finalization-mode=full -app-working-dir /home/morty/sketch_profiling/ -- /home/morty/sketch_profiling/FILENAME
Microarchitecture Exploration Analysis
/opt/intel/system_studio_2019/vtune_amplifier_2019.3.0.590814/bin64/amplxe-cl -collect uarch-exploration -knob collect-memory-bandwidth=true -target-duration-type=veryshort -finalization-mode=full -app-working-dir /home/morty/sketch_profiling/ -- /home/morty/sketch_profiling/FILENAME
File Management
Copy file/folder from local to remote
rsync -chavzP --stats /home/meggamorty/CLionProjects/thesis/optimization/cmake-build-debug/optimization morty@cloud-40.dima.tu-berlin.de:/home/morty/FOLDER
Copy file/folder from remote to local
rsync -chavzP --stats morty@cloud-40.dima.tu-berlin.de:/home/morty/sketch_profiling/COPYDIR /home/meggamorty/vtune-reports/PASTEDIR
Notes on warnings
Missing debug information: https://software.intel.com/en-us/vtune-amplifier-help-error-cannot-locate-debug-info
[x] Get access from Martin
[x] Run the OpenMP dummy tests on the local Intel machine
[x] Run VTune Analysis on the local machine
[x] Run VTune Analysis on the remote machine via CLI
[x] Transfer the file to the local machine https://stackoverflow.com/questions/9090817/copying-files-using-rsync-from-remote-server-to-local-machine