I have seen a few posts about this, but they seem out of date so I am asking afresh . . . .
I am trying to compile on a mchine that does not have a MIC card (its part of a cluster where the MICs are on the compute nodes) and I get the standard errors regarding environment. From poking around on a mchine with a MIC card I can see that it requires the mpss tools/libs etc in /opt/mpss/<mpps ver>/ so I have copied this whole directory to the same place on the machine without the MIC card but still no joy.
Is there something else it needs from somewhere else ? Is it trying to get the mpss version from somewhere but failing so can't construct the rest of the path below /opt/mpss ?
The machine has compiler
$ icc --version
icc (ICC) 13.0.1 20121010
Copyright (C) 1985-2012 Intel Corporation. All rights reserved.
and the machine with the MIC has mpss 3.2.3
I do not have the ability to update the compiler, not to install anything from rpm . . . within those constraints is there anything I can do to make this work ?
jasno