Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4975 Discussions

Un-wanted file and dirs are generated with report

david_z_
Beginner
349 Views

I've created a shell script like this:

sh cmd.sh -c vtune_report -R top-down -r /root/test/r035hs/

the script actually call this:

amplxe-cl -R top-down -r /root/test/r035hs/ -report-output=log/test-report.csv

then I got test-report.csv under log directory and some other strange file and dirs that I don't want:

amplxe-log-root(dir)

amplxe-tmp-root(dir)

intelremotemonfifo.0(file)

with just amplxe-cl command executing directly, I got only test-report.csv.

 

Please help me on "not generating other file and dirs". Thank you in advance:)

0 Kudos
1 Reply
Peter_W_Intel
Employee
350 Views

I tested, wrote "amplxe-cl -R top-down -r /root/test/r035hs/ -report-output=log/test-report.csv" into cmd.sh, then ran "cmd.sh". There is no extra fold generated.

Note that amplxe-log-$usr & amplxe-tmp-$usr are generated under "tmp" by default.

0 Kudos
Reply