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.