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

amplxe-runss.py looking for 32bit collector; should use 64 bit instead

Hans_M_
Beginner
370 Views

My host system is 64 bit, my target system (xeon phi) is also 64 bit. When I run

export AMPLXE_TARGET_PRODUCT_DIR="/amplxe"
amplxe-runss.py [...]

It gives me back "/amplxe/bin32/amplxe-runss: No such file or directory" This is expected since in /amplxe/ there is only bin64 (and lib64, message).

What am I doing wrong that amplxe-runss.py looks for 32 bit when it should be looking for 64 bit? Nb: I tried running amplxe-runss.py from the bin64 folder manually instead of relying on the one set by "source /opt/intel/vtune_amplifier_xe/amplxe-vars.sh". It made no difference though.

 

 

0 Kudos
1 Reply
Vitaly_S_Intel
Employee
370 Views

amplxe-runss.py is an internal script which is invoked by amplxe-cl/amplxe-gui, you shouldn't use it directly. Why aren't you using amplxe-cl instead?

0 Kudos
Reply