문제

I want to run a program on Intel Xeon Phi coprocessor. How can I know whether my machine has an Intel Xeon Phi coprocessor or not.

도움이 되었습니까?

해결책

Well if it has one you should probably know as it is large (see pictures here), costly (several times the price of a desktop), and it generates a lot of heat (you need special fans) and drains a lot of electrical power (you need a special PSU).

otherwise lspci | grep Co-processor will tell you whether you have one or not.

다른 팁

if you have a MIC (Xeon Phi) card attached to your machine then you would be able to ssh to it by ssh mic0 command. This will only work if you installed MPSS though.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top