[bash]amplxe-cl --collect hotspots -knob accurate-cpu-time-detection=true -follow-child -target-duration-type=short -no-allow-multiple-runs -no-analyze-system -data-limit=1000 -slow-frames-threshold=40 -fast-frames-threshold=100 -result-dir=/tmp/test --search-dir /tmp/symbols --target-process server &[/bash]
[bash]$ amplxe-cl --command stop Fatal error: Cannot detect running collection to deliver command. $ [/bash]
I see the collection it is running though:
[bash]28810 pts/1 Sl 0:00 amplxe-cl --collect hotspots -knob accurate-cpu-time-detection=true -follow-child -target-duration-type=short -no-allow-multiple-runs -no-analyze-system -data-limit=1000 -slow-frames-threshold=40 -fast-frames-threshold=100 -result-dir=/tmp/test --search-dir sym:r=/tmp/symbols --target-process server 28817 pts/1 Sl 0:00 /opt/intel/vtune_amplifier_xe_2011/bin64/amplxe-runss --ui-output-format xml --ui-output-fd 4 --option-file /tmp/test/config/runss.options 28845 pts/1 R+ 0:00 ps a [/bash]
what could be wrong here?
Thank you,
-Rilson
Link Copied
amplxe-cl -collect hotspots -result-dir /tmp/test -target-process server &
$ amplxe-cl -result-dir /tmp/test --command status
PPID PID STATE NAME
011038 000513 RESUME server
amplxe-cl -collect hotspots -result-dir /tmp/test -target-process server &
$ amplxe-cl -result-dir /tmp/test --command status
PPID PID STATE NAME
011038 000513 RESUME server
For more complete information about compiler optimizations, see our Optimization Notice.