HPMC User Guide v 1.00
© 2022 Bassem W. Jamaleddine
MIC Essentials:
The MIC card is Intel Math Co-Processor that is slotted in PCIe and is made available on your HPMC host computer. The HPMC is the host computer and the MIC card is the client computer. At any time you should be able to ssh to the host MIC simply by typing: ssh mic0
This section introduces you to the essential administration of your MIC Co-processor-.
The MIC card is booted within your own HPMC as an embedded Linux system. There are many steps to get the MIC operational. Understanding these steps will help you to troubleshoot issues that you encounter when using your MIC Co-Processor.
First step, try to ssh to your MIC:
# ssh mic0
# systemctl status mpss
# systemctl restart mpss
# tail dmesg
# micctrl -rw
# micctrl -s
# systemctl restart mpss
# systemctl status mpss
# dmesg
# ssh mic0
If you cannot "ssh mic0" successfully, then you need to regenerate your id_rsa. Assuming you are the user 'root', issue the following command to regenerate your id_rsa:
# ssh-keygen
# cat /root/.ssh/id_rsa >> /var/mpss/mic0/root/.ssh/authorized_keys
# systemctl restart mpss
# ssh mic0
If you still have trouble accessing the MIC Co-Processor then you need to follow the step in the next appendix MIC TROUBLESHOOTING.