Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在英特尔至强融核协处理器上运行一个程序。我如何知道我的机器是否有 Intel Xeon Phi 协处理器。
好吧,如果它有一个,您可能应该知道它很大(请参见此处的图片),昂贵(几倍于台式机的价格),并且会产生大量热量(您需要特殊的风扇)并消耗大量电能(你需要一个特殊的 PSU)。
否则lspci | grep Co-processor会告诉你是否有一个。
lspci | grep Co-processor
如果您的机器上连接了 MIC (Xeon Phi) 卡,那么您可以通过ssh mic0命令 ssh 到它。不过,这仅在您安装了MPSS时才有效。
ssh mic0